From sd0x-dev-flow
Removes AI artifacts (tool names, boilerplate, over-structuring) from documents. Processes single files, directories, or git diffs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sd0x-dev-flow:de-ai-flavorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Keywords: de-ai, remove AI traces, humanize document, de-ai-flavor, humanize
/de-ai-flavor docs/xxx.md # Process specified file
/de-ai-flavor docs/ # Process all .md in directory
/de-ai-flavor # Process .md in git diff
| Type | Pattern | Action |
|---|---|---|
| Tool names | Claude/Codex/GPT/AI assistant | Remove |
| Boilerplate | "Let me...", "First...then...", "In conclusion" | Rewrite |
| Over-structuring | One sentence per heading, too many #### levels | Simplify |
| Service tone | "Hope this helps", "If you have questions..." | Remove |
| Self-description | "Next I will...", "I will proceed to..." | Remove |
| Iteration leaks | "Round 1/Round 2/Round N" | Rewrite |
Scan file -> Mark AI traces -> Remove/Rewrite/Simplify -> Output summary
## De-AI-Flavor Results
**File**: `docs/xxx.md`
| Line | Original | Change | Reason |
| ---- | --------------------- | ----------------------- | ---------------- |
| 15 | Let me explain... | Removed | AI self-description |
| 32 | Claude suggests... | Changed to "Suggest..." | Tool name |
**Stats**: Removed 3 tool names | Rewrote 5 boilerplate | Simplified 2 structures
Input: /de-ai-flavor docs/tech-spec.md
Action: Scan -> Remove "Claude suggests" -> Rewrite "Let me explain" -> Output summary
Input: This document feels very AI-generated, please clean it up
Action: Detect git diff -> Mark AI traces -> Batch process -> Output stats
npx claudepluginhub sd0xdev/sd0x-dev-flow --plugin sd0x-dev-flowRemoves AI-generated slop from prose (filler phrases, passive constructions) and code diffs (over-explained comments). Rewrites to sound natural and human.
Humanizes AI-generated text in project files, READMEs, docs, and blogs by detecting and fixing 24 documented AI writing patterns. Interactive workflow with input selection, content type, and intensity options.
Humanizes AI-generated text by removing patterns like inflated symbolism, promotional language, em dash overuse, and rule of three per Wikipedia guide. Use for editing drafts and reviewing content.