Wikipedia Not AI
Flags AI-writing tells in any text using Wikipedia's 16-category field guide.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · b5d6f8f
Ran it on a paragraph stuffed with 'pivotal moment', a challenges-formula close, and a negative parallelism: the skill named all five clustered signals by category (not just 'sounds AI'), where an unguided read only produced a vibe judgment.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Wikipedia Not AI does
A static analysis checklist (no code, no external calls) for spotting AI-generated prose: vocabulary density, significance inflation, decorative triplets, drumroll-in-disguise connectives, and more, weighted by cluster density rather than single hits. Trigger it with 'check this text for AI tells', 'audit this email/report for AI markers', or 'clean up this AI-sounding draft'.
How to install Wikipedia Not AI
git clone https://github.com/Valpep/wiki-ai-detector
mkdir -p ~/.claude/skills
cp -r wiki-ai-detector ~/.claude/skills/wikipedia-not-ai
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Wikipedia Not AI
-
/wikipedia-not-aiFlags AI-writing tells in any text using Wikipedia's 16-category field guide.
It also activates on plain-language prompts like these:
-
Check this paragraph for AI writing tells before I publish it -
Does this email sound AI-generated? Point out the specific signs -
Clean up this draft so it doesn't read like ChatGPT wrote it
Frequently asked questions
- Is the Wikipedia Not AI skill free?
- Yes. The skill itself is free from Valpep/wiki-ai-detector. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Wikipedia Not AI work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Ran it on a paragraph stuffed with 'pivotal moment', a challenges-formula close, and a negative parallelism: the skill named all five clustered signals by category (not just 'sounds AI'), where an unguided read only produced a vibe judgment.
- What is the Wikipedia Not AI SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Wikipedia Not AI?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Wikipedia Not AI with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.