anti-slop-writing
Stop your AI from writing like AI. A universal system prompt eliminating every known LLM style tell — works with Claude Code, Gemini CLI, Codex CLI, Copilot, Cursor, and any web AI.
Stop your AI from writing like AI. A universal system prompt eliminating every known LLM style tell — works with Claude Code, Gemini CLI, Codex CLI, Copilot, Cursor, and any web AI.
Stop your AI from writing like AI. A universal system prompt eliminating every known LLM style tell — works with Claude Code, Gemini CLI, Codex CLI, Copilot, Cursor, and any web AI.
v3.0 — 6 Juli 2026
Bahasa Indonesia (default) | English
Skill universal biar output AI gak terdengar kayak AI. Lebih manusia, lebih spesifik, gak kaku.
Cocok untuk Claude.ai, Claude Code, Codex CLI, Gemini CLI, Copilot, Cursor, Windsurf, dan tool lain yang support system prompt.
Berdasarkan Wikipedia "Signs of AI Writing" + riset deteksi teks AI. Terinspirasi dari @mkbijaksana.
Tanpa skill ini:
The festival serves as a vibrant testament to the region's rich cultural heritage, showcasing the intricate tapestry of traditions that have endured through the ages, contributing to the broader social fabric of the community.
Dengan skill ini:
The festival has run every April since 1987. Locals build their own stalls. The goat cheese and handmade pottery sell out by noon.
anti-slop-writing-id.skill (Indonesia) atau anti-slop-writing-en.skill (English) dari Releases terbaruSettings → Skills → Install from file# Global
git clone https://github.com/adenaufal/anti-slop-writing ~/.claude/skills/anti-slop-writing
# Atau per-project
git clone https://github.com/adenaufal/anti-slop-writing .claude/skills/anti-slop-writing
Skill: indonesian/SKILL.md (Bahasa Indonesia) atau english/SKILL.md (English).
Lihat Instalasi Lengkap di bawah.
Pakai perintah natural:
Di Claude Code bisa juga pakai /anti-slop-writing.
Kirim prompt ini buat tes:
Ubah paragraf ini jadi 2 versi:
1) versi formal ringkas
2) versi santai
Keduanya harus tetap natural dan hindari frasa AI template.
Kalau hasilnya lebih konkret dan ritme kalimatnya bervariasi, berarti aturannya aktif.
Semua tool selain Claude.ai perlu clone repo dulu:
git clone https://github.com/adenaufal/anti-slop-writing /tmp/anti-slop-writingLalu pilih file dari
indonesian/(Bahasa Indonesia) atauenglish/(English).
| Tool | File & Lokasi |
|---|---|
| Codex CLI (global) | cp /tmp/anti-slop-writing/indonesian/AGENTS.md ~/.codex/AGENTS.md |
| Codex CLI (project) | cp /tmp/anti-slop-writing/indonesian/AGENTS.md ./AGENTS.md |
| Gemini CLI (global) | cp /tmp/anti-slop-writing/indonesian/GEMINI.md ~/.gemini/GEMINI.md |
| Gemini CLI (project) | cp /tmp/anti-slop-writing/indonesian/GEMINI.md ./GEMINI.md |
| GitHub Copilot | cp /tmp/anti-slop-writing/indonesian/AGENTS.md .github/copilot-instructions.md |
| Cursor | cp /tmp/anti-slop-writing/indonesian/AGENTS.md .cursor/rules/anti-slop-writing.mdc |
| Windsurf | cp /tmp/anti-slop-writing/indonesian/AGENTS.md .windsurf/rules/anti-slop-writing.md |
| Aider | aider --system-prompt "$(cat indonesian/system-prompt.md)" |
| ChatGPT / tool lain | Copy isi indonesian/system-prompt.md → paste ke System Prompt |
Ganti
indonesian/denganenglish/kalau mau versi English.
anti-slop-writing/
├── english/
│ ├── SKILL.md
│ ├── AGENTS.md
│ ├── GEMINI.md
│ ├── system-prompt.md
│ └── references/
│ ├── vocabulary-banlist.md
│ └── structural-patterns.md
├── indonesian/
│ ├── SKILL.md
│ ├── AGENTS.md
│ ├── GEMINI.md
│ ├── system-prompt.md
│ └── references/
│ ├── vocabulary-banlist.md
│ └── structural-patterns.md
├── references/ ← legacy (gabungan)
├── anti-slop-writing-en.skill ← siap pakai untuk Claude.ai
├── anti-slop-writing-id.skill ← siap pakai untuk Claude.ai
├── README.md
├── README.en.md
└── LICENSE
AGENTS.md, GEMINI.md, system-prompt.md isinya sama — beda format aja sesuai tool.SKILL.md khusus format skill Claude Code.anti-slop-writing-*.skill dirilis terpisah via Releases.Repo ini punya aturan khusus buat pola AI dalam teks Bahasa Indonesia:
Pakai file dari folder indonesian/.
MIT