|
| 1 | +# AI-Writing Plugin |
| 2 | + |
| 3 | +**Writing quality tools for Claude Code.** Detect and remove signs of AI-generated text to make writing sound natural and human-written. |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +## What This Plugin Does |
| 8 | + |
| 9 | +Provides tools for improving writing quality, starting with the humanizer skill that identifies and removes common AI writing patterns. Based on Wikipedia's "Signs of AI writing" guide maintained by WikiProject AI Cleanup. |
| 10 | + |
| 11 | +## Available Skills |
| 12 | + |
| 13 | +### `/writing-humanize` |
| 14 | + |
| 15 | +Remove AI writing patterns from text to make it sound natural and human-written. |
| 16 | + |
| 17 | +**What it does:** |
| 18 | + |
| 19 | +- Scans text for 24 documented AI writing patterns |
| 20 | +- Rewrites problematic sections with natural alternatives |
| 21 | +- Preserves meaning while improving voice and personality |
| 22 | +- Handles content patterns, language/grammar patterns, style patterns, communication patterns, and filler/hedging |
| 23 | + |
| 24 | +**Patterns detected:** |
| 25 | + |
| 26 | +- Inflated significance ("pivotal moment", "stands as a testament") |
| 27 | +- Promotional language ("vibrant", "nestled", "breathtaking") |
| 28 | +- Superficial -ing analyses ("highlighting", "underscoring", "reflecting") |
| 29 | +- Vague attributions ("experts argue", "industry reports") |
| 30 | +- Overused AI vocabulary ("delve", "landscape", "tapestry", "crucial") |
| 31 | +- Em dash overuse, rule of three, negative parallelisms |
| 32 | +- Sycophantic tone, filler phrases, excessive hedging |
| 33 | +- Generic positive conclusions, chatbot artifacts |
| 34 | + |
| 35 | +**Usage:** |
| 36 | + |
| 37 | +``` |
| 38 | +/writing-humanize |
| 39 | +# Then provide the text you want to humanize |
| 40 | +
|
| 41 | +# Works with: |
| 42 | +# - README files and documentation |
| 43 | +# - Blog posts and articles |
| 44 | +# - Commit messages and PR descriptions |
| 45 | +# - Any text that sounds too "AI-generated" |
| 46 | +``` |
| 47 | + |
| 48 | +--- |
| 49 | + |
| 50 | +## Quick Start |
| 51 | + |
| 52 | +### Installation |
| 53 | + |
| 54 | +``` |
| 55 | +/plugin install ai-writing@claude-code-plugins-dev |
| 56 | +``` |
| 57 | + |
| 58 | +### Usage |
| 59 | + |
| 60 | +``` |
| 61 | +# Humanize a piece of text |
| 62 | +/writing-humanize |
| 63 | +
|
| 64 | +# Provide your text and Claude will: |
| 65 | +# 1. Identify AI patterns |
| 66 | +# 2. Rewrite problematic sections |
| 67 | +# 3. Preserve meaning and add personality |
| 68 | +# 4. Present the humanized version with a summary of changes |
| 69 | +``` |
| 70 | + |
| 71 | +--- |
| 72 | + |
| 73 | +## Plugin Details |
| 74 | + |
| 75 | +- **Name:** AI-Writing Plugin |
| 76 | +- **Type:** AI Instruction Plugin (Skills) |
| 77 | +- **Skill:** `/writing-humanize` |
| 78 | +- **Version:** 1.0.0 |
| 79 | +- **License:** MIT |
| 80 | +- **Author:** Charles Jones |
| 81 | + |
| 82 | +--- |
| 83 | + |
| 84 | +## Contributing |
| 85 | + |
| 86 | +Found a bug or have a suggestion? [Open an issue](https://github.com/charlesjones-dev/claude-code-plugins-dev/issues) or submit a pull request! |
| 87 | + |
| 88 | +--- |
| 89 | + |
| 90 | +## License |
| 91 | + |
| 92 | +MIT License - See [LICENSE](LICENSE) file for details. |
| 93 | + |
| 94 | +--- |
| 95 | + |
| 96 | +**Built for developers who want their writing to sound like a human wrote it.** |
0 commit comments