Plugin Claude Code
A Chinese web-fiction writing system that coordinates multiple agents through a rolling, volume-based workflow.
Plugin Claude Code
A Chinese web-fiction writing system that coordinates multiple agents through a rolling, volume-based workflow.
Plugin Claude Code
A multi-agent system for writing Chinese web fiction, using a rolling chapter workflow and editing intended to make the output sound less machine-generated.
Skill Claude CodeCodex
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Skill Claude CodeCodex
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Skill Claude CodeCodex
Archive multiple completed changes at once. Use when archiving several parallel changes.
Skill Claude CodeCodex
Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.
Skill Claude CodeCodex
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
Skill Claude CodeCodex
Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.
Skill Claude CodeCodex
Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.
Skill Claude CodeCodex
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
Skill Claude CodeCodex
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
Skill Claude CodeCodex
Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.
Instructions file
Instructions for DankerMu/novel-writer-plugin, covering claude.md, project overview, commands, python environment and architecture.
Agent
A novel-writing agent that writes or revises one chapter using the story outline, character information, plot context, and writing rules.
Agent
A review agent for completed story chapters that examines substance and the reader's experience. Its instructions are written in Chinese and include checks for information density, plot progress, dialogue efficiency and reader engagement.
Agent
A story-planning agent for designing the outline of a novel volume, including its chapters, plot threads, and planned hints for later events.
Agent
A chapter-review agent that checks whether a novel chapter follows its plan and rates its quality across several writing criteria.
Agent
A Chinese-language editing agent that takes a chapter draft and mechanically removes listed signs of AI-generated writing, normalizes formatting, and produces a final draft. It is instructed not to add content or change the story, character actions, language register, or rhythm.
Agent
A chapter-summary agent that turns a completed chapter into structured notes and updates to the story's current state.
Agent
A novel-planning agent for building and maintaining fictional worlds, characters, storylines, and writing-style records. It keeps world rules and character agreements in structured files as well as readable documents.
Agent
Agent "character-weaver" from DankerMu/novel-writer-plugin, covering 4.2 characterweaver agent, 文件路径:agents/character-weaver.md, role, goal and 输入说明.
Agent
Agent "style-analyzer" from DankerMu/novel-writer-plugin, covering 4.6 styleanalyzer agent, 文件路径:agents/style-analyzer.md, role, goal and 输入说明.
Hook
Runs when a session starts, executing inject-context.sh and audit-staging-path.sh via bash (3 commands). From DankerMu/novel-writer-plugin.
Hook
Runs when a subagent starts, executing audit-staging-path.sh via bash. From DankerMu/novel-writer-plugin.