| name | ebook-harness |
| description | Ebook 생성·집필·출판 하네스. 주제+기획을 받아 리서치 기반 EPUB ebook을 만든다. ebook/전자책/epub/원고/챕터/manuscript/출판 요청이면 즉시 Workflow({name:'ebook'})를 호출하라. 후속(다시 실행/재실행/업데이트/수정/보완/확장/재생성/re-run/update/revise/fix) 요청도 반드시 이 스킬로 라우팅. 무거운 로직은 전부 ebook.js에 있음 — 이 스킬은 워크플로우를 호출하는 얇은 다리다. |
ebook-harness
Description
Ebook creation and publishing harness. Triggers Workflow({name:'ebook'}) for all ebook-related requests — initial generation, chapter drafting, structure design, formatting, export, and publishing. Also triggers on all follow-up/continuation requests: re-run, retry, update, revise, fix, supplement, extend, or refine any previously generated ebook artifact. Be pushy: if the user mentions an ebook, a chapter, a manuscript, or any publishing deliverable — even tangentially — always invoke this skill without waiting to be asked.
Trigger keywords (initial): ebook, e-book, 전자책, 책 만들기, 원고, 챕터, chapter, manuscript, publish, 출판, epub, pdf book, 책 생성
Trigger keywords (follow-up): 다시 실행, 재실행, 업데이트, 수정, 보완, 개선, 다시 써줘, 챕터 추가, 내용 보완, 재생성, re-run, update, revise, fix, redo, supplement, extend, regenerate
Instructions
When this skill is triggered, call Workflow({name:'ebook'}) immediately. Do not attempt to handle ebook logic inline — all heavy logic lives in ebook.js. Your sole responsibility is to invoke the workflow and pass through any user context or arguments.
Workflow({name: 'ebook'})
Do not skip this call for follow-up or partial requests. Any subsequent ebook-related request (update, fix, re-run, supplement) must also route through Workflow({name:'ebook'}).