Skill detail
de-ai-ify
Writing-quality tool useful for marketing, but not marketing-specific.
Inspect before use
Automated review checks relevance, not safety or endorsement. Read the source instructions before using this skill.
SKILL.md
The saved excerpt is a snapshot from review. The external source remains the complete and most current version.
--- name: de-ai-ify description: Remove AI-generated jargon and restore human voice to text. Built from analyzing 1,000+ AI vs human content pieces. version: 2.0.0 author: theflohart tags: [writing, editing, voice, ai-detection, content-quality] --- # De-AI-ify Text Remove AI-generated patterns and restore natural human voice to your writing. ## Why This vs ChatGPT? **Problem with raw ChatGPT:** Just asking "make this sound more human" gives inconsistent results. You get different rewrites each time, no systematic pattern removal, and no validation. **This skill provides:** 1. **Systematic detection** - Trained on 1,000+ AI vs human comparisons to identify 47 specific patterns 2. **Consistent methodology** - Same transformation logic every time, not random rewrites 3. **Validation scoring** - Measures "human-ness" on 0-10 scale using readability metrics 4. **Change tracking** - Shows exactly what was fixed and why 5. **Preservation mode** - Keeps your facts, structure, and key points while fixing the voice **You can replicate this with ChatGPT if you:** Include all 47 patterns, build a scoring system, track changes manually, and spend 15 minutes per doc. This skill does it in 30 seconds. ## Mode Detect from context or ask: *"Quick pass, full cleanup, or match a specific voice?"* | Mode | What you get | Best for | |------|-------------|----------| | `quick` | Remove obvious AI patterns, single pass, no scoring | Blog posts, quick social copy | | `standard` | Full 47-pattern scan + human score (0–10) + change log | Any content going public | | `deep` | Full scan + voice calibration against a sample of the writer's actual work | Ghostwriting, brand voice-matched content | **Default: `standard`** — use `quick` for fast edits. Use `deep` when you have a voice reference sample and need the output to sound like a specific person. --- ## Usage ``` /de-ai-ify <file_path> ``` Or with mode flag: ``` /de-ai-ify <file_path> --mode quick|standard|deep ``` Or with custom scoring: ``` /de-ai-ify <file_path> --score-threshold 8 ``` ## What Gets Removed ### 1. Overused Transitions (14 patterns) - "Moreover," "Furthermore," "Additionally," "Nevertheless" - Excessive "However" usage (>2 per 500 words) - "While X, Y" sentence openings (>3 per page) - "In conclusion" / "To summarize" throat-clearing ### 2. AI Cliches (18 patterns) - "In today's fast-paced world" - "Let's dive deep" / "Let's explore" - "Unlock your potential" / "Unleash" - "Harness the power of" - "It's no secret that" - "The key takeaway is" - "At the end of the day" - "Game-changer" / "Paradigm shift" ### 3. Hedging Language (8 patterns) - "It's important to note" - "It's worth mentioning" - "One might argue" - Vague quantifiers: "various," "numerous," "myriad," "plethora" - "Arguably" / "Potentially" overuse ### 4. Corporate Buzzwords (12 patterns) - "utilize" → "use" - "facilitate" → "help" - "optimize" → "improve" - "leverage" → "use" - "synergize" → "work together" - "ideate" → "brainstorm" - "circle back" → "follow up" - "move the needle" → "improve results" ### 5. Robotic Patterns (9 patterns) - Rhetorical questions followed immediately by answers - Obsessive parallel structures (3+ consecutive sentences starting the same way) - Always using exactly three bullet points or examples - Announcement of emphasis: "Importantly," "Crucially," "Significantly" - List prefacing: "Here are the top X ways..." ## What Gets Added ### Natural Voice Markers - **Varied sentence rhythm** - Mix short (5-10 word) and long (20-30 word) sentences - **Conversational connectors** - "So," "But here's the thing," "And yet" - **Direct statements** - Replace "It could be argued that X is Y" with "X is Y" - **Specific examples** - Replace "many companies" with "Salesforce, HubSpot, and Gong" ### Human Rhythm Signals - **Contractions** - "It's" not "It is" in casual content - **Active voice** - "We tested" not "Testing was conducted" - **Confident assertions** - Remove heRead the full source on GitHub (opens external page)