emdashcodes

Proofread — Development skill for Claude Code

Development community

Proofread text to fix flow, grammar, clarity, and awkwardness while preserving original voice and tone.

How to install Proofread

Installs to ~/.claude/skills/emdashcodes-.claude-proofread/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emdashcodes-.claude-proofread && curl -fsSL https://raw.githubusercontent.com/emdashcodes/.claude/HEAD/commands/proofread.md -o ~/.claude/skills/emdashcodes-.claude-proofread/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Proofread does


description: Proofread text to fix flow, grammar, clarity, and awkwardness while preserving original voice and tone allowed-tools: Bash(pbcopy)

Proofread Text

Please proofread the following text. Fix any issues with flow, grammar, clarity, and general awkwardness while maintaining the original voice and tone.

Instructions

  1. Preserve Voice: Keep the original personality and tone
  2. Fix Flow: Improve sentence structure and transitions
  3. Correct Grammar: Fix any gramm

Alternatives in Development

  • Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
  • Code Simplifier — Simplify code while preserving functionality 14k ★
  • Grammar Check — Identify grammar and flow errors with targeted fix suggestions 7.8k ★

Full documentation available on GitHub

View Source Repository