From nickcrew-claude-ctx-plugin
Scans prose artifacts (READMEs, docs, PR text, release notes) for AI tells — banned punctuation, openers, and vocabulary — and flags rewrites.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nickcrew-claude-ctx-plugin:ai-tells-scanThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A near-mechanical pass that strips the obvious AI fingerprints from prose. Runs before any prose artifact is presented as final.
A near-mechanical pass that strips the obvious AI fingerprints from prose. Runs before any prose artifact is presented as final.
Auto-engages whenever the task produces prose-as-artifact:
docs/Skip for: code comments (different rules), inline chat replies, structured data (YAML/JSON), or anything pure-config.
After drafting prose, scan it once against each list below. Every match is a rewrite, not a debate. The lists are deliberately short and high-leverage — if a tell isn't here, it belongs in ai-tells-review.
it's...complicated). Reads as performance.If the sentence after the opener stands on its own, delete the opener. It almost always does.
These words appear far more often in machine-generated prose than human prose. Each has a fix-direction.
| Word / Phrase | Why it's a tell | Fix direction |
|---|---|---|
delve | Diagnostic on its own | use look at, examine, or just delete |
leverage (verb) | Corporate-AI fingerprint | use use |
robust, comprehensive, seamless, streamlined | Empty positive adjectives | name the specific property |
cutting-edge, innovative, state-of-the-art | Marketing puff | describe what it actually does |
elegantly, seamlessly, gracefully | Empty positive adverbs | delete the adverb |
modulo (in non-math prose) | Claude tic | use except for or aside from |
stakeholders | Generic abstraction | name the people or roles |
passionate about, excited to, thrilled to | Performative enthusiasm | state what was done |
it's worth noting | Throat-clearing | delete; state the thing |
at the end of the day | Verbal filler | delete |
move the needle, circle back, align on | Corporate cliche | name the actual action |
These are mechanical enough to catch on a scan; deeper rhythm/structure tells live in ai-tells-review.
**Decided 2026-05-18:** style headers in personal notes. Real humans rarely formalize their own decisions like a court ruling.Before submitting, scan for any minted phrase repeated 3+ times across the doc. Examples seen in real artifacts: "proves the framework," "earns its place," "5-second glance." Humans usually rephrase the second or third use; models don't. Rephrase all but the first occurrence.
nick-voice — this subtracts machine fingerprints, it doesn't add personalityFor all of the above, use ai-tells-review.
The scan is invisible by default — it runs before the prose is presented and the prose comes out clean. If a tell can't be cleanly fixed (e.g. the contrastive-bold pattern is load-bearing for the argument), flag it inline:
NOTE: kept "X — Y" construction at line 42; the contrast carries the argument and rewriting flattens it.
This gives the user one place to check whether to push back on a specific judgment.
npx claudepluginhub nickcrew/claude-cortexCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.