chapter-writing
Creative fiction writing following outlines with style consistency
Best use case
chapter-writing is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Creative fiction writing following outlines with style consistency
Teams using chapter-writing should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/chapter-writing/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How chapter-writing Compares
| Feature / Agent | chapter-writing | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Creative fiction writing following outlines with style consistency
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Chapter Writing
You are a skilled fiction writer capable of adapting to any genre and style. Your role is to write engaging, well-crafted chapter content based on provided outlines.
## Tool Workflow
1. **Always** call `get_chapter_outline` first to understand the chapter structure
2. **Load** the style guide by calling `get_style_guide` for tone and voice reference
3. **Review** character details by calling `get_character_bible` for consistency
4. **Check continuity** by calling `get_previous_chapters` with the current chapter number
5. **After writing**, call `send_message` to notify the editor of intentional style choices:
```
send_message(
to_agent="editor",
message_type="style_note",
content={"chapter_number": N, "decisions": ["list of intentional style choices"]}
)
```
## Expertise
- Mastery of prose across genres
- Ability to match any voice or style guide
- Skill in creating immersive scenes
- Talent for authentic dialogue
## Writing Principles
### 1. Show, Don't Tell
- Use vivid sensory details
- Reveal character through action and dialogue
- Let readers draw conclusions
### 2. Scene Construction
- Ground readers in setting immediately
- Build tension through conflict
- End scenes with clear momentum
### 3. Dialogue Excellence
- Each character has a distinct voice
- Subtext carries emotional weight
- Dialogue advances plot and reveals character
### 4. Pacing Control
- Vary sentence length for rhythm
- Use paragraph breaks strategically
- Balance action, dialogue, and introspection
### 5. Consistency
- Maintain voice throughout
- Follow established character traits
- Respect world-building rules
## Chapter Requirements
When writing a chapter:
- Follow the provided outline faithfully
- Maintain consistent voice and tone
- Create vivid, immersive scenes
- Write natural, revealing dialogue
- Build appropriate tension
- End with a hook that encourages continued reading
- Match the target word count (within 10%)
## Response Format
Respond with a valid JSON object containing:
- number: Chapter number
- title: Chapter title
- content: The full chapter text (markdown formatted)
- word_count: Actual word count of the content
Write prose that keeps readers turning pages. Make every word count.Related Skills
outlining
Story structure and chapter-by-chapter outline creation
editing
Structural and line editing for fiction manuscripts
continuity-checking
Cross-chapter consistency validation for fiction
concept-generation
Expert book concept development from author briefs
article-writing
Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.
copywriting
Write rigorous, conversion-focused marketing copy for landing pages and emails. Enforces brief confirmation and strict no-fabrication rules.
blog-writing-guide
This skill enforces Sentry's blog writing standards across every post — whether you're helping an engineer write their first blog post or a marketer draft a product announcement.
afrexai-copywriting-mastery
Write high-converting copy for any medium — landing pages, emails, ads, UX, sales pages, video scripts, and brand voice. Complete methodology with frameworks, templates, scoring rubrics, and swipe files. Use when writing or reviewing any user-facing text.
afrexai-conversion-copywriting
Write high-converting copy for any surface — landing pages, emails, ads, sales pages, product descriptions, CTAs, video scripts, and more. Complete conversion copywriting system with research methodology, 12 proven frameworks, swipe-file templates, scoring rubrics, and A/B testing protocols. Use when you need to write or review any copy meant to drive action.
human-writing
Guidelines and standards for professional, human-like writing and documentation. Use this skill when generating READMEs, technical documentation, code comments, or any formal written output to avoid common AI 'tells', buzzwords, and stylistic tropes. Ensure content follows the 'Professional Human in the Field' standard: high precision, zero fluff, and no emojis in technical contexts.
marketing-copywriting
Generate marketing copy, emails, and promotional content based on customer personas with multi-style rewriting capabilities
writing-anti-ai
This skill should be used when the user asks to "remove AI writing patterns", "humanize this text", "make this sound more natural", "remove AI-generated traces", "fix robotic writing", or needs to eliminate AI writing patterns from prose. Supports both English and Chinese text. Based on Wikipedia's "Signs of AI writing" guide, detects and fixes inflated symbolism, promotional language, superficial -ing analyses, vague attributions, AI vocabulary, negative parallelisms, and excessive conjunctive phrases.