Crucible Editor

Four-level novel editing workflow (developmental/line/copy/polish) with interactive accept/reject steps.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 474f2f2

Fed it a filter-word-heavy throwaway paragraph ('felt,' 'saw,' 'heard' six times across five sentences): it correctly named the issue as its own 'Filter Words' category and produced an original-vs-revised block through the Line Editing Report format -- a bare editing pass caught the same problem unprompted, so the real gain is the structured report and AskUserQuestion accept/reject workflow, not sharper prose sense.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 7/10
  • Docs & honesty 5/5

What Crucible Editor does

A structured revision assistant for novel manuscripts that walks a draft through developmental, line, copy, and polish editing passes, using the AskUserQuestion tool for scope and accept/reject decisions at each stage. Triggers on 'edit my novel,' 'revise chapter X,' 'polish my manuscript,' or when a completed draft needs improvement, and is built to consume outputs (chapters, outline, style profile) from the companion Crucible drafting skills in the same repo. All four bundled reference docs and all four bundled scripts resolve correctly.

How to install Crucible Editor

git clone https://github.com/forsonny/The-Crucible-Writing-System-For-Claude
cd The-Crucible-Writing-System-For-Claude
mkdir -p ~/.claude/skills
cp -r skills/crucible-editor ~/.claude/skills/crucible-editor

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Crucible Editor

  • /crucible-editor Four-level novel editing workflow (developmental/line/copy/polish) with interactive accept/reject steps.

It also activates on plain-language prompts like these:

  • I finished drafting chapter 5 of my novel, help me revise it
  • Polish my manuscript's prose, focus on line editing
  • Can you copy-edit chapter 3 for grammar and consistency?

Frequently asked questions

Is the Crucible Editor skill free?
Yes. The skill itself is free from forsonny/The-Crucible-Writing-System-For-Claude. SkillProof publishes the install command and an independent test verdict at no cost.
Does Crucible Editor work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Fed it a filter-word-heavy throwaway paragraph ('felt,' 'saw,' 'heard' six times across five sentences): it correctly named the issue as its own 'Filter Words' category and produced an original-vs-revised block through the Line Editing Report format -- a bare editing pass caught the same problem unprompted, so the real gain is the structured report and AskUserQuestion accept/reject workflow, not sharper prose sense.
What is the Crucible Editor SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 5/5.
How do I install Crucible Editor?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Crucible Editor with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.