From idiolect
Audits any text for AI-generated tells using a deterministic scanner and a blind semantic judge. Provides line-anchored tells and fixes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/idiolect:audit paste text or give a file path [--platform x]paste text or give a file path [--platform x]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Two independent layers, merged into one report. The scanner catches what regex can see; the blind judge catches what only reading can (no stakes, hollow specificity, symmetric enthusiasm, tutorial cadence). Neither layer knows or cares who wrote the text.
Two independent layers, merged into one report. The scanner catches what regex can see; the blind judge catches what only reading can (no stakes, hollow specificity, symmetric enthusiasm, tutorial cadence). Neither layer knows or cares who wrote the text.
ROOT="${CLAUDE_PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-$IDIOLECT_ROOT}}"
# unset everywhere (opencode)? ROOT = two directories up from this SKILL.md
IDIO="python3 $ROOT/scripts/idiolect.py"
Save the text to a scratch file. Run $IDIO scan --file <f> --json [--platform <p>].
Spawn the blind judge — the idiolect-auditor agent — passing ONLY: the text (via the scratch file path), the platform if known, and nothing else. No authorship context, no "the user thinks this is AI," no scanner results (independence is the point; two correlated judges are one judge). On Codex, invoke it explicitly: $idiolect-auditor, audit this file: <path>. If subagent spawning is unavailable, do the semantic pass yourself in a deliberately separate step, AFTER writing down the scanner results, using the auditor's rubric (read $ROOT/agents/idiolect-auditor.md).
Merge into the report:
verdict: 62/100 — reads generated (scanner 58 · judge: generated-leaning)
deterministic tells (line-anchored):
L3 "seamlessly integrates" (lexical T1)
L7 its_not_x_its_y construction
— sentence lengths metronomic (CV 0.31; human ≥ 0.5)
semantic tells (judge):
- zero cost or stake attaches to any claim
- enthusiasm is symmetric across all six sentences
human texture present: 1 exact number; no temporal anchors, no first-person actions
top 5 fixes, in order of impact: ...
Frame it honestly, always: this is a linter verdict about how the text reads, not a forensic finding about how it was made. Skilled humans trip tells; edited AI passes. Never output "this was written by AI" — output "these N things make it read generated, here's the fix for each." If the user is auditing someone ELSE's text to accuse them (a student, an employee), say plainly: no tool can prove authorship from style, false-positive rates hit non-native writers hardest (Liang et al. 2023), and this report must not be used as evidence against a person.
If the user wants the fixes applied, hand off to /idiolect:humanize mode A with the report as the worklist.
npx claudepluginhub nagisanzenin/idiolectRoutes gstack requests to the correct skill (planning, review, QA, shipping, debugging, docs, security, design). Invokes when user types /gstack or asks which skill to use.
Provides UI/UX design intelligence with 50+ styles, 161 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 10 stacks. Use for designing pages, components, or reviewing visual quality.