Help us improve
Share bugs, ideas, or general feedback.
From velith
Runs a 5-stage book editing pipeline: assessment, developmental edit, line edit, copy edit, and proofread. Accumulates context across stages with severity-based auto-fix.
npx claudepluginhub epicsagas/plugins --plugin velithHow 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.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
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}/skills/book-status/scripts/scan-project.js [project-dir] --plugin-root={PLUGIN_ROOT}