Deslopify
Guillaume Laforge’s Gemini CLI skill (cross-compatible SKILL.md) that rewrites text against tropes.fyi-style AI writing anti-patterns.
Overview
Deslopify was built for Gemini CLI’s skill-creator using the tropes.fyi catalog of AI writing tics — overused adverbs, the delve family, “It’s not X, it’s Y,” and related crutches. The skill reads user text, cross-references a style_guide.md, and rewrites toward natural prose. Because it is a standard SKILL.md + references pack, it works in any agent that supports the skills format, not only Gemini CLI.
Work with LimeDock
Using this skill? LimeDock can wire it into a durable automation you own.
Skills show what's possible. LimeDock builds and runs the owned marketing, sales, and ops automations around them.
We sell owned automations for SaaS teams — live workflows that plug into Slack, CRM, and your internal platform — not just a skill list.
Link
Installation guide
# Gemini CLI
gemini skills install https://github.com/glaforge/deslopify
/skills reload
# Other agents — clone into skills dir
git clone https://github.com/glaforge/deslopify.git ~/.claude/skills/deslopifyHow to use it
Ask to deslopify / naturalize a draft, article URL, or README. The agent should load references/style_guide.md and rewrite away tropes.fyi anti-patterns.
Example prompts
- “Deslopify this article: [URL]”
- “Naturalize this draft: [paste]”
- “Remove the AI slop from my README.md file.”
- “Rewrite this paragraph using the deslopify style guide.”
Use cases and examples
- Naturalize Gemini- or Claude-drafted blog posts
- Clean README and docs language before open-source launch
- Quick anti-slop pass when you already use Gemini CLI
- Cross-check Stop Slop / No AI Slop rewrites against tropes.fyi
Prerequisites
- Gemini CLI or any SKILL.md-compatible agent
- Network access if asking it to fetch a URL
Tips
- Still do a human edit pass — Laforge used the skill on its own announcement post.
- Lightweight alternative when you do not want a full multi-domain toolkit.