From write
Use when existing writing needs reviewing, proofreading, or improvement. Triggers on: "글 검토해줘", "맞춤법 확인", "proofread", "이 문장 자연스러워?", "글 다듬어줘", "review my writing", "출판 전에 확인해줘", "표현이 어색한 것 같아", "문법 맞아?", "글 퀄리티 봐줘". Best for: blog posts, emails, documents, reports, marketing copy in Korean or English. Not for: writing new content from scratch (use technical-blog-writer or doc-coauthoring).
How this skill is triggered — by the user, by Claude, or both
Slash command
/write:writer-verificationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Core rule:** Every finding must include original → fix + reason. Pointing out without fixing is half a review.
Core rule: Every finding must include original → fix + reason. Pointing out without fixing is half a review.
MCP usage by mode:
Count the characters in the submitted text first.
< 300 chars — inline: Read references/passes.md and run all four passes sequentially. If agents/*.md are updated, update references/passes.md in sync — they are the inline-mode mirror.
≥ 300 chars — parallel subagents: Dispatch all four in the same turn. Wait for all to return, then aggregate.
| Pass | Agent | Inputs |
|---|---|---|
| 1. Spelling & Grammar | agents/grammarian.md | text, language |
| 2. Writing Patterns | agents/editor.md | text |
| 3. Expression & Style | agents/copywriter.md | text, purpose, audience |
| 4. Reader Perspective | agents/reader.md | text, audience |
If a Korean spelling issue is uncertain, load references/korean-spelling.md.
Aggregation rules (parallel mode):
[grammarian] fix A / [copywriter] fix B)See references/output-format.md for the full template and examples.
Priority: 🔴 Must fix (meaning errors, logic gaps) · 🟡 Recommended (patterns, phrasing) · 🟢 Optional (style preference)
npx claudepluginhub newkayak12/claude-skills --plugin writeIdentifies grammar, logic, and flow errors in text and provides targeted revision suggestions without full rewrites. Use for proofreading content, docs, emails, marketing copy, or drafts.
Proofreads text for spelling, grammar, punctuation, and typographical errors while preserving the author's voice and style. Returns corrected text with a numbered change log.
Applies Strunk's Elements of Style rules to edit documentation, commit messages, error messages, UI text, reports, and explanations for clarity and conciseness.