Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By ansonphong
Complete writing toolkit for ChapterWise — import any manuscript, run AI analysis, build story atlases, generate research, create custom readers. Supports PDF, DOCX, Scrivener, Ulysses, Markdown, and more.
npx claudepluginhub ansonphong/chapterwise-plugins --plugin chapterwiseShare bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A suite of cross-referenced skills and CLI maintenance tools for end-to-end story writing powered by markdown. Covers story initialization, character management, worldbuilding, plot structure, chapter writing, revision, validation, reporting, indexing, word counts, and manuscript export.
AI-native publishing system — autonomous multi-phase workflows from ideation to EPUB/PDF. Fiction, non-fiction, technical, screenplay, poetry, game, academic, and custom genres.
逆向导入已有小说。将已写好的小说(半成品或完本)反向解析为标准项目目录结构,兼容后续写作流程。
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Autonomous dev harness — dashboard, overlord, 6-phase orchestrator, HOTL, changelog, multi-repo versioning.
Complete writing toolkit for ChapterWise — import any manuscript, run AI analysis, build story atlases, create custom readers. Supports PDF, DOCX, Scrivener, Ulysses, Markdown, and more.
/plugin install --source github ansonphong/chapterwise-plugins
claude --plugin-dir /path/to/chapterwise-plugins
| Command | Description |
|---|---|
/import | Import manuscripts and content into ChapterWise |
/analysis | Analyze Codex files with intelligent module selection |
/atlas | Build a story atlas from your manuscript |
/reader | Build a static HTML reader for your project |
/research | Research any topic and generate structured codex reference files |
/research:deep | Deep research — generate a multi-document compendium on any topic |
| Command | Description |
|---|---|
/insert | Insert notes into Codex manuscripts by location |
/status | Show project status and staleness overview |
/pipeline | Run full pipeline: Import, Analysis, Atlas, Reader |
/index | Generate an index.codex.yaml for your project |
| Command | Description |
|---|---|
/format | Format content as Chapterwise Codex |
/explode | Split a codex file into separate child files |
/implode | Merge separate codex files back into one document |
/markdown | Create Markdown files with ChapterWise frontmatter |
/convert-to-codex | Convert Markdown files to Codex YAML format |
/convert-to-markdown | Convert Codex files to Markdown with frontmatter |
| Command | Description |
|---|---|
/generate-tags | Auto-generate tags from content in codex or markdown files |
/update-word-count | Update word count metadata in codex files |
/format-folder | Auto-fix all codex files in a folder |
/format-regen-ids | Regenerate all IDs in a codex file |
/diagram | Create Mermaid diagrams in Codex format |
/spreadsheet | Create spreadsheets in Codex format |
| Command | Description |
|---|---|
/import-scrivener | Import a Scrivener project into ChapterWise |
Every Codex file has this structure:
metadata:
formatVersion: "1.2"
documentVersion: "1.0.0"
id: "unique-uuid"
type: "any-type" # character, location, chapter, recipe, meeting, etc.
name: "Display Name"
summary: "One-line description"
status: draft
body: |
Extended content in Markdown...
attributes:
- key: some_key
value: "some value"
dataType: string
children:
- id: "child-uuid"
type: "child-type"
name: "Child Name"
# ...same structure recursively
pip install pyyaml)MIT License - see LICENSE file.