一键导入
book-publish
Phase 5: Publishing. Convert to EPUB/PDF/MOBI/TXT/Markdown, cover design, metadata, title candidates, KDP checklist, marketing plan.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Phase 5: Publishing. Convert to EPUB/PDF/MOBI/TXT/Markdown, cover design, metadata, title candidates, KDP checklist, marketing plan.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate interior illustrations for book chapters. Analyzes scenes, creates style-consistent illustration prompts, and produces illustration plan with placement metadata.
AI-native publishing system: autonomous multi-phase workflows from ideation to export. Fiction, non-fiction, and technical books. Trigger: /velith or book-related requests.
Phase 3: Drafting. Plan-Then-Execute chapter generation with parallel writing and continuity validation.
Phase 4: Editing. 5-stage pipeline — editorial assessment, developmental edit, line edit, copy edit, proofread.
Phase 1: Ideation. Concept validation, market gap analysis, competitive matrix, final concept selection.
Phase 0: Onboarding. Initialize new book project — define genre, audience, language, scope, generate PRD.md and STYLE.md.
| name | book-publish |
| description | Phase 5: Publishing. Convert to EPUB/PDF/MOBI/TXT/Markdown, cover design, metadata, title candidates, KDP checklist, marketing plan. |
Formats (requires pandoc, optional calibre for MOBI):
pandoc drafts/ch*.md -o publish/book.epub --toc --toc-depth=2 --metadata-file=publish/metadata.yaml --css=publish/style.csspandoc with 6x9in geometry, mirror margins, CJK font supportebook-convert book.epub book.mobi (optional, Kindle supports EPUB)pandoc --to plain --wrap=nonepandoc --to markdown --standaloneMetadata: publish/metadata.yaml (title, subtitle, author, lang, keywords, description).
Titles: 22+ candidates across 5 categories (descriptive, emotional, question, metaphor, provocative).
Agents: cover-designer → concepts + image prompts. illustrator → interior illustration plan (see /book-illustrate). marketing-expert → personas, channels, 12-week calendar, launch checklist.
Output: publish/ directory with all formats + metadata + title-candidates.md + cover/concepts.md + illustrations/plan.md + marketing-plan.md.
Gate: EPUB + PDF generated, metadata complete, 22+ titles, cover concepts, marketing plan.
Poetry line breaks: If genre is poetry or poetry-essay, before running pandoc, prepend two trailing spaces ( ) to each non-empty line within poem sections (content under ## headings, before ### subheadings). This forces pandoc to preserve line breaks instead of merging into paragraphs.
Cover image guard: Before running pandoc, check if the cover image file referenced in metadata.yaml (typically cover.png) actually exists. If missing, temporarily remove the cover-image field from metadata, run pandoc, then restore the field. This prevents pandoc from failing when cover hasn't been generated yet.
Update the project dashboard status:
node {PLUGIN_ROOT}/velith.mjs scan [project-dir] --plugin-root={PLUGIN_ROOT}