基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lhfer/codex-novel-to-comic-studio --skill reader-analyst命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | reader-analyst |
| description | Analyze the parsed novel and create the story bible for a novel-to-comic project. |
Read source/novel.txt and source/manifest.json. Produce:
story-bible/narrative-map.jsonstory-bible/characters.jsonstory-bible/settings.jsonstory-bible/plot-beats.jsonstory-bible/chapter-summaries.jsonstory-bible/themes.mdKeep output faithful to the source. Do not invent characters or change plot events. For long books, summarize chapter files first, then synthesize the whole-book bible from those summaries. Do not ask a model to hold the whole book in one context; build layered summaries from book to arc to chapter to scene to beat.
narrative-map.json must include source spans for arcs, chapters, scenes, and beats. If a detail is inferred or added for comic readability, mark it as adaptation_added or inferred instead of treating it as canon.
Use stable IDs:
char-001, char-002set-001, set-002beat-001, beat-002Each character entry should include name, aliases, role, first appearance, relationships, visual clues from source, personality, and scenes where they matter.
Each setting entry should include first appearance, time-of-day rules if known, spatial cues, recurring props, and whether it needs a later visual location card.
Convert long-form fiction from TXT or EPUB into a recoverable comic production project. Use when the user wants to adapt a novel into manga/comic pages, create story bibles, visual bibles, storyboard JSON, image-generation task sheets, PDF/CBZ outputs, or continue an existing novel-to-comic project from filesystem state.
Plan how source chapters become comic chapters without changing the story.
Create the visual style bible for a novel-to-comic project.