$git clone https://github.com/adenaufal/anti-slop-writingv3.0 — 6 Juli 2026
| 1 | # anti-slop-writing |
| 2 | |
| 3 | **v3.0** — 6 Juli 2026 |
| 4 | |
| 5 | Bahasa Indonesia (default) | [English](README.en.md) |
| 6 | |
| 7 | Skill universal biar output AI gak terdengar kayak AI. Lebih manusia, lebih spesifik, gak kaku. |
| 8 | |
| 9 | Cocok untuk **Claude.ai, Claude Code, Codex CLI, Gemini CLI, Copilot, Cursor, Windsurf**, dan tool lain yang support system prompt. |
| 10 | |
| 11 | Berdasarkan Wikipedia ["Signs of AI Writing"](https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing) + riset deteksi teks AI. Terinspirasi dari [@mkbijaksana](https://x.com/mkbijaksana/status/2027714311330627877). |
| 12 | |
| 13 | --- |
| 14 | |
| 15 | ## Yang Baru di v3.0 |
| 16 | |
| 17 | - **Pergeseran 2026:** cadence uniformity sebagai tell #1, tes 30 detik, repetisi kata kunci prompt |
| 18 | - **Sidik Jari Per Model:** dialek Motivator GPT-5.x, dialek Philosopher Claude (data korpus Opus 4.5) |
| 19 | - **Aturan baru:** Pecah Sentence DNA Empat Bagian, jebakan burstiness bimodal, fragmentasi paragraf |
| 20 | - **Koreksi pasif dua arah:** model baru pakai pasif *lebih sedikit* dari manusia |
| 21 | - **Aturan kepadatan titik dua/titik koma** |
| 22 | - **Larangan kosakata baru era 2026:** ensuring, plays-a-role-in-shaping, intensifiers |
| 23 | - **13 item checklist baru** (total 36 untuk EN, 48 untuk ID) |
| 24 | - **Aturan khas Indonesia baru:** BI-11 (hook dua klausa), BI-12 (repetisi prompt), anti-translationese |
| 25 | |
| 26 | --- |
| 27 | |
| 28 | ## Sebelum vs Sesudah |
| 29 | |
| 30 | **Tanpa skill ini:** |
| 31 | > 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. |
| 32 | |
| 33 | **Dengan skill ini:** |
| 34 | > The festival has run every April since 1987. Locals build their own stalls. The goat cheese and handmade pottery sell out by noon. |
| 35 | |
| 36 | --- |
| 37 | |
| 38 | ## Mulai Cepat |
| 39 | |
| 40 | ### Claude.ai (Web) — Cara Paling Gampang |
| 41 | |
| 42 | 1. Download `anti-slop-writing-id.skill` (Indonesia) atau `anti-slop-writing-en.skill` (English) dari [Releases terbaru](https://github.com/adenaufal/anti-slop-writing/releases/latest) |
| 43 | 2. Di Claude.ai: `Settings → Skills → Install from file` |
| 44 | 3. Pilih file yang barusan di-download |
| 45 | 4. Mulai chat baru, langsung pakai |
| 46 | |
| 47 | ### Claude Code |
| 48 | |
| 49 | ```bash |
| 50 | # Global |
| 51 | git clone https://github.com/adenaufal/anti-slop-writing ~/.claude/skills/anti-slop-writing |
| 52 | |
| 53 | # Atau per-project |
| 54 | git clone https://github.com/adenaufal/anti-slop-writing .claude/skills/anti-slop-writing |
| 55 | ``` |
| 56 | |
| 57 | Skill: `indonesian/SKILL.md` (Bahasa Indonesia) atau `english/SKILL.md` (English). |
| 58 | |
| 59 | ### Tool Lain (Codex CLI, Gemini CLI, Copilot, Cursor, Windsurf, Aider, ChatGPT) |
| 60 | |
| 61 | Lihat [Instalasi Lengkap](#instalasi-lengkap) di bawah. |
| 62 | |
| 63 | --- |
| 64 | |
| 65 | ## Cara Pakai |
| 66 | |
| 67 | Pakai perintah natural: |
| 68 | - "Tolong rewrite biar lebih manusiawi." |
| 69 | - "Bikin tulisan ini gak keliatan AI." |
| 70 | - "No slop, langsung to the point." |
| 71 | |
| 72 | Di Claude Code bisa juga pakai `/anti-slop-writing`. |
| 73 | |
| 74 | ### Cek Cepat |
| 75 | |
| 76 | Kirim prompt ini buat tes: |
| 77 | |
| 78 | ```text |
| 79 | Ubah paragraf ini jadi 2 versi: |
| 80 | 1) versi formal ringkas |
| 81 | 2) versi santai |
| 82 | Keduanya harus tetap natural dan hindari frasa AI template. |
| 83 | ``` |
| 84 | |
| 85 | Kalau hasilnya lebih konkret dan ritme kalimatnya bervariasi, berarti aturannya aktif. |
| 86 | |
| 87 | --- |
| 88 | |
| 89 | ## Instalasi Lengkap |
| 90 | |
| 91 | > Semua tool selain Claude.ai perlu clone repo dulu: |
| 92 | > ```bash |
| 93 | > git clone https://github.com/adenaufal/anti-slop-writing /tmp/anti-slop-writing |
| 94 | > ``` |
| 95 | > Lalu pilih file dari `indonesian/` (Bahasa Indonesia) atau `english/` (English). |
| 96 | |
| 97 | | Tool | File & Lokasi | |
| 98 | |------|---------------| |
| 99 | | **Codex CLI** (global) | `cp /tmp/anti-slop-writing/indonesian/AGENTS.md ~/.codex/AGENTS.md` | |
| 100 | | **Codex CLI** (project) | `cp /tmp/anti-slop-writing/indonesian/AGENTS.md ./AGENTS.md` | |
| 101 | | **Gemini CLI** (global) | `cp /tmp/anti-slop-writing/indonesian/GEMINI.md ~/.gemini/GEMINI.md` | |
| 102 | | **Gemini CLI** (project) | `cp /tmp/anti-slop-writing/indonesian/GEMINI.md ./GEMINI.md` | |
| 103 | | **GitHub Copilot** | `cp /tmp/anti-slop-writing/indonesian/AGENTS.md .github/copilot-instructions.md` | |
| 104 | | **Cursor** | `cp /tmp/anti-slop-writing/indonesian/AGENTS.md .cursor/rules/anti-slop-writing.mdc` | |
| 105 | | **Windsurf** | `cp /tmp/anti-slop-writing/indonesian/AGENTS.md .win |