Copy editor
Autonomous terminal AI agent for workflows and feasible project procedures. Co-Worker Co-Wrangler π
npx -y skills add furkangonel/cowrangler --skill copy-editorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Polish any text β grammar, flow, and clarity β without breaking the author's original voice
SKILL.md
2.7 KB, as published. Nobody here has run it
Copy Editor Skill
Goal
Transform rough or error-prone text into clean, fluent prose β fixing grammar, spelling, punctuation, and flow β while preserving the author's unique voice, terminology, and intent. Never rewrite so heavily that the result sounds like someone else.
Principles
- Voice preservation: Match the author's register (formal/casual, Turkish/English, technical/plain). Don't homogenize.
- Minimal intervention: Fix what's broken. Don't change what works. If a sentence is already good, leave it.
- Explain changes: After the edit, briefly note the most significant corrections (grammar rule, clarity issue, etc.) so the user learns.
- Preserve meaning: Never change meaning to improve style. Flag ambiguities instead of silently resolving them.
Steps
1. Assess the text
Read the full text before touching anything. Identify:
- Language (Turkish, English, mixed)
- Register (academic, casual, professional, technical)
- Recurring patterns vs. one-off errors
Success criteria: You understand the author's intent and voice before editing.
2. Edit in passes
Make two passes:
- Structural pass: Fix sentence fragments, run-ons, unclear pronoun references, paragraph flow
- Surface pass: Spelling, punctuation, subject-verb agreement, tense consistency, word choice
Success criteria: Output reads naturally at first read-through.
3. Deliver with annotations
Return the edited version in a code block or quoted block, then add a Changes section:
- List the 3β5 most important corrections with a one-line explanation each
- If you changed nothing (text was already clean), say so explicitly
Success criteria: User understands why each major change was made.
4. Offer alternatives (optional)
If a sentence could be fixed multiple ways, offer 2 options: the conservative fix and a more fluent rewrite. Let the user choose.
Why/Failure Modes
[TODO: Explain the reasoning behind this skill's approach and common failure modes to avoid.]
Standalone vs Supercharged
[TODO: Describe how this skill works on its own vs when combined with other tools/context.]
Cross-References
[TODO: Link to other relevant skills or documentation.]