mcpbeat Sign in

Revision Continuity Agent Skill

This skill should be used when the user asks to revise a chapter, edit prose, continuity check, find inconsistencies, audit character state, check timeline consistency, line edit, developmental edit, polish a draft, or prepare existing story material for the next revision pass.

1k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
133
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/danjdewhurst/story-skills --skill revision-continuity

The instruction itself

6 sections, as written by the author

Revision Continuity

Overview

Revise existing Story Skills projects without losing continuity. Use this skill for targeted chapter edits, continuity audits, developmental revision, line edits, and pre-flight checks before drafting the next chapter.

Prerequisites

A story project must already exist. Verify by checking for story.md in the project root, then run or inspect story report . when CLI access is available.

Revision Workflow

  • Clarify the pass type unless the user already specified it:
  • Continuity audit - find contradictions, stale references, timeline problems, missing backlinks, or word-count drift
  • Developmental revision - improve structure, scene purpose, character motivation, pacing, stakes, and arc progression
  • Line edit - improve clarity, voice, rhythm, dialogue, and sensory specificity without changing plot facts
  • Proof/polish - fix small wording, grammar, repetition, and formatting issues
  • Read the relevant context:
  • story.md
  • chapters/_index.md
  • The target chapter(s)
  • Previous and next chapters when present
  • Relevant character, location, system, and arc files referenced by the chapter frontmatter
  • Matching scene files in scenes/
  • continuity/state.md, open questions, and promises/payoffs
  • plot/timeline.md and active arc files for continuity-sensitive edits
  • Create a concise revision plan:
  • What will change
  • What must stay fixed for continuity
  • Which files may need updates beyond the chapter
  • Make targeted edits directly in markdown files. Do not create project-local scripts to rewrite prose.
  • Update dependent metadata:
  • Chapter frontmatter status (draft -> revised, revised -> final only when appropriate)
  • Chapter word-count via CLI when available
  • plot/timeline.md if events changed
  • scenes/ records if POV, location, participants, or state changes moved
  • continuity/state.md, continuity/questions/, or continuity/promises/ when knowledge, object ownership, mystery state, or payoffs changed
  • Arc plot points or foreshadowing status if the revision changes setup/payoff
  • Character or location files when state, relationship, or location references changed
  • Run maintenance:
story wordcount . --write
story reindex .
story links .
story validate .
story continuity .
story doctor .

story continuity deterministically checks death ordering (died-in vs later appearances), promise/question chapter ordering, unfired setups, POV/cast consistency, and continuity/state.md references. For intentional flashbacks, memories, or recordings of dead characters, list them under chapter or scene mentions instead of characters.

If story is not installed, use bun run story -- from this repository or the bundled story-maintenance/scripts/story.js fallback when available.

Continuity Audit Checklist

Run story continuity . first to collect the deterministic findings, then check for what the CLI cannot judge:

  • Character knowledge: no one acts on information they have not learned
  • Character state: injuries, emotions, alliances, location, and status carry forward
  • Timeline: time of day, travel time, sequence, and cause/effect stay coherent
  • Plot arcs: each changed scene still advances or intentionally pauses an arc
  • Foreshadowing: planted and paid-off items match arc files
  • Promises/questions: durable continuity records match what the chapter now reveals or withholds
  • Scene state: every chapter scene has machine-readable POV, location, participants, arcs, and state-change notes
  • World rules: magic, technology, politics, and geography stay consistent with worldbuilding files
  • References: chapter frontmatter lists every major character, location, and arc advanced in the prose
  • Registries: indexes, word counts, and links are current after edits

Reporting

When the user asks for an audit rather than direct edits, return findings ordered by severity with file references and concrete fixes. When the user asks for revision, summarize the edited files, changed continuity facts, and maintenance results.

Other skills for the same job

different authors, same section of the catalogue
Doc Coauthoring
by anthropics
vendor ×10

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

4k tokens
Changelog Generator
by frostant
×9

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

774 tokens
Test Driven Development
by w95
×7

Use when implementing any feature or bugfix, before writing implementation code

2k tokens
Writing Plans
by ZhanlinCui
×4

Use when you have a spec or requirements for a multi-step task, before touching code

816 tokens
Writing Skills
by ZhanlinCui
×4

Use when creating new skills, editing existing skills, or verifying skills work before deployment

26k tokens scripts
Crafting Effective Readmes
by softaworks
×3

Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.

15k tokens
Humanizer
by softaworks
×3

| Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

6k tokens
Opentrons Integration
by christophacham
×3

Official Opentrons Protocol API for OT-2 and Flex robots. Use when writing protocols specifically for Opentrons hardware with full access to Protocol API v2 features. Best for production Opentrons protocols, official API compatibility. For multi-vendor automation or broader equipment control use pylabrobot.

9k tokens scripts

How to use it

Copy the folder

Take danjdewhurst/revision-continuity from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.