chapter-writing
This skill should be used when the user asks to "write a chapter", "next chapter", "chapter outline", "draft chapter", "continue the story", "write a scene",…
This skill should be used when the user asks to "write a query letter", "query", "querying", "pitch", "blurb", "back cover copy", "jacket copy", "comp titles", "comparable titles", "synopsis for agents", "submit to agents", "submission tracker", "self-publishing description",
$ npx -y skills add danjdewhurst/story-skills --skill submission --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/submissionContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user asks to "write a query letter", "query", "querying", "pitch", "blurb", "back cover copy", "jacket copy", "comp titles", "comparable titles", "synopsis for agents", "submit to agents", "submission tracker", "self-publishing description",
name: submission description: This skill should be used when the user asks to "write a query letter", "query", "querying", "pitch", "blurb", "back cover copy", "jacket copy", "comp titles", "comparable titles", "synopsis for agents", "submit to agents", "submission tracker", "self-publishing description", "retailer description", or wants to prepare and track a finished manuscript's submission to agents, publishers, or retailers.
Get a finished manuscript out the door. This skill checks submission readiness, drafts the submission package (query letter, pitch, synopsis, blurb, comp titles), builds the manuscript in submission format, and keeps a tracker of where the book has gone. Package files live under `submission/` in the story project. The author sends every submission themselves; this skill prepares materials and records outcomes.
A story project with a complete or near-complete draft. Verify `story.md` exists in the project root and read its `status`, `genre`, `sub-genre`, `premise`, `author`, and `contact` fields. If `status` is not `complete` or `revising`, tell the user the package can be drafted now but the readiness check will fail until the draft is finished.
interiors, launch, rights): use the `publishing` skill. This skill still drafts the blurb and retailer description it uses
platform, or contact details. Ask the user, or leave a clearly marked `[TODO: author to supply]` placeholder.
responses. Tracker entries come from the user.
comp titles or the author that the user has not confirmed.
bible; do not promise events, tone, or an ending the draft does not deliver.
Run the deterministic checks and report every finding before drafting:
story validate . story links . story continuity . story prose . story wordcount . --write story report .
Then check what the CLI cannot:
1. Validate, links, and continuity have no errors. List warnings for the user to accept or fix. 2. `story prose .` shows no avoided spellings, and the user has reviewed the other findings. If `style-sheet.md` is missing or still the scaffold, suggest the `voice-style` skill first. 3. Every chapter has `status: revised`, `final`, or `complete`. List any still at `outline` or `draft`. 4. The total word count sits inside the range for the category in `references/word-count-norms.md`. Those ranges are rough conventions: state the number and the range, and ask the user to confirm current norms for their market. Never pad or cut to hit a number without the user's direction. 5. No `[TODO` markers remain in chapter prose. 6. Open questions and planted promises are resolved, or deliberately left for a sequel (check `story.md` `precedes`).
Give a verdict: `ready`, `ready-with-caveats` (list them), or `not-ready` (list the blockers and hand them to `revision-continuity`).
1. Read `story.md` (premise, synopsis), the main arc files, and the protagonist's character file. 2. Draft a one-sentence pitch: protagonist + goal + obstacle + stakes, in under 35 words. `../story-init/references/title-logline.md` has the logline recipe. 3. Offer two or three variants; the user picks. Save the chosen pitch at the top of `submission/query.md`.
Follow `references/comp-titles.md`. Propose candidates with a one-line reason each, mark every one unverified until the user confirms year, category, and fit, and save the agreed list to `submission/comps.md`.
Follow `references/query-letter.md`. Draft `submission/query.md` with the hook, one or two book paragraphs, the metadata line (title, genre, word count rounded to the nearest thousand, comps), and a bio placeholder the author fills in. Keep the letter between 250 and 350 words. If the user names a specific agent, add a personalization line only from facts the user provides.
1. Generate the mechanical draft:
story synopsis . --pages 1 --out submission/synopsis-1-page.md story synopsis . --pages 3 --out submission/synopsis-3-page.md
2. The CLI output is a scaffold stitched from the `story.md` synopsis and each arc's Setup, Rising Action, Climax, and Resolution sections. Rewrite it into polished prose: present tense, third person, main characters' names in capitals on first use, every major turn, and the ending revealed. Agents expect the ending; never withhold it. 3. Keep the 1-page version near 500 words and the 3-page version near 1,500. Overwrite the generated files with the rewritten versions and add the frontmatter from Conventions below. 4. If the output is thin, the arc files are thin: fill the missing arc sections with the `plot-structure` skill, rerun, then rewrite.
Follow `references/blurb.md`. Draft `submission/blurb.md` with a tagline, the back-cover copy (150-200 words), and, for self-publishing, a retailer description with the same copy plus a comp line if the user wants o
Agent Skills for planning, tracking, and drafting fiction in markdown. Story Skills gives agents a shared project format for fiction: a story bible, characters, worldbuilding, factions, artifacts, plot arcs, scenes, continuity state, promises and payoffs,
Repo: danjdewhurst/story-skills
This skill should be used when the user asks to "write a chapter", "next chapter", "chapter outline", "draft chapter", "continue the story", "write a scene",…
This skill should be used when the user asks to "create a character", "update a character", "add a character", "build a family tree", "character…
This skill should be used when the user asks to "pantsing", "discovery write", "write without an outline", "discovery draft", "write into the dark", "story…
This skill should be used when the user asks to "process beta reader feedback", "alpha reader feedback", "feedback round", "synthesize reader feedback",…
This skill should be used when the user asks to "mystery", "fair play", "clue", "red herring", "romance beats", "HEA", "thriller", "ticking clock", "horror",…
This skill should be used when the user asks to "create a plot arc", "story structure", "add a plot point", "story timeline", "track foreshadowing", "pacing",…