From velith
Runs a 5-stage book editing pipeline: assessment, developmental edit, line edit, copy edit, and proofread. Useful for structured manuscript revision with severity-gated auto-fixes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/velith:book-editThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Sequential 5-stage pipeline. Context accumulates across stages.
Sequential 5-stage pipeline. Context accumulates across stages.
| Stage | Focus | Output |
|---|---|---|
| 1. Assessment | Macro: proportions, pacing, gaps, redundancies | edits/01-assessment.md |
| 2. Developmental | Chapter-level restructuring, argument strength | edits/02-developmental.md |
| 3. Line Edit | Paragraph-level, STYLE.md consistency | edits/03-line-edit.md |
| 4. Copy Edit | Spelling, terminology, numbers, code formatting | edits/04-copy-edit.md |
| 5. Proofread | Typos, spacing, markdown, references | edits/05-proofread.md |
Severity: Critical/Major → user approval required. Minor → auto-fix (spelling, markdown, terminology, headings).
Auto-fix scope: spelling/spacing, format normalization, terminology per STYLE.md, heading consistency.
Gate: all 5 stages done, <5 Critical/Major remaining, report generated, user approved Critical/Major.
Update the project dashboard status:
node {PLUGIN_ROOT}/velith.mjs scan [project-dir] --plugin-root={PLUGIN_ROOT}
npx claudepluginhub epicsagas/plugins --plugin velithProvides structured revision and editing for Crucible-drafted novels, covering developmental, line, copy editing, and final polish after first draft completion.
Deep line-by-line editing pass for sentence mechanics, word choice, and AI tells. Delivers a clean draft with a summary of changes.
Applies targeted fixes to writing issues from REVIEW.md, resolving critical and major problems before accepting minor polish notes at the iteration cap.