by jalaalrd
AI writing skill that eliminates detectable AI patterns. Works with Claude Code, Codex, Cursor, Gemini CLI, and 8+ other agents.
# Add to your Claude Code skills
git clone https://github.com/jalaalrd/anti-ai-slop-writingGuides for using ai agents skills like anti-ai-slop-writing.
Last scanned: 8/10/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-10T05:25:06.004Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}anti-ai-slop-writing is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by jalaalrd. AI writing skill that eliminates detectable AI patterns. Works with Claude Code, Codex, Cursor, Gemini CLI, and 8+ other agents. It has 450 GitHub stars.
Yes. anti-ai-slop-writing passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/jalaalrd/anti-ai-slop-writing" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh anti-ai-slop-writing against similar tools.
No comments yet. Be the first to share your thoughts!
Based on votes and bookmarks from developers who liked this skill
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
A Claude Code skill (and universal SKILL.md) that forces any AI to produce human-sounding text by eliminating statistically detectable AI writing patterns.
Every piece of text the AI produces — tweets, emails, articles, bios, reports, copy and message passes through constraints that eliminate the vocabulary, structure, punctuation, and formatting patterns that readers and detection tools flag as AI-generated.
Based on research from Carnegie Mellon (2025), Wikipedia's Signs of AI Writing page, Buffer's 52M post analysis, and community detection patterns documented across X and Reddit.
/plugin marketplace add jalaalrd/founder-toolkit
Copy the anti-ai-slop-writing folder to ~/.claude/skills/:
cp -r skills/anti-ai-slop-writing ~/.claude/skills/
Copy the SKILL.md file to your tool's skills directory. The SKILL.md format is cross-compatible with 11+ coding agents.
Copy the contents of SKILL.md and paste it at the start of any conversation. It works as a system-level writing constraint.
The skill activates automatically when you ask the AI to write anything. You can also invoke it directly:
/anti-ai-slop-writing
Or just ask: "Write this tweet / email / article and make it sound human."
anti-ai-slop-writing/
├── SKILL.md # Core rules (under 500 lines)
└── references/
└── banned-words.md # Full banned vocabulary list (loaded on demand)
Created by Jalaaldeen — builder of Wardex, ZakatChain, and open-source AI tooling for founders.
MIT