skills/humanizer/SKILL.md
Use when making text sound human, removing AI tells, or fixing writing that sounds like ChatGPT. Detects and rewrites AI patterns: overused phrases (testament to, pivotal, landscape, delve), structural tells (rule of three, em dash overuse, negative parallelisms, copula avoidance), promotional language, and vague attributions. Keywords: AI-generated, humanize, writing style, natural writing, human voice, remove AI patterns, conversational tone.
npx skillsauth add acedergren/agentic-tools humanizerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Transform AI-generated text into human writing by detecting patterns and injecting authentic voice.
Answer these before applying any changes:
Voice assessment:
Pattern prioritization:
Rewrite philosophy:
Statistical density check (run before editing):
| Context | Level | Remove | Inject Voice | |---------|-------|--------|--------------| | Academic/Research | 10-20% | Delete slop only (delve, testament to) | Minimal — keep structure | | Technical Docs | 30-50% | Remove promotional language, keep clarity | Light specificity: "handles edge case X" | | Blog/Marketing | 70-90% | Remove most AI tells | Strong personality, distinct author presence | | Social/Casual | 100% | Delete all AI patterns | Pure conversational, break all rules | | Formal Business | 40-60% | Remove obvious slop, keep professionalism | Controlled confidence |
Undue emphasis on significance:
Promotional language:
Vague attributions:
AI vocabulary words (post-2023 frequency spike):
Copula avoidance (avoiding "is/are"):
Negative parallelisms:
Em dash overuse:
Rule of three overuse:
Non-obvious AI tells (beyond the common list):
Load references/content-patterns.md when:
Load references/language-patterns.md when:
Load references/style-patterns.md when:
Before:
The new software update serves as a testament to the company's commitment to innovation. Moreover, it provides a seamless, intuitive, and powerful user experience—ensuring that users can accomplish their goals efficiently. It's not just an update, it's a revolution in how we think about productivity.
After:
The software update adds batch processing, keyboard shortcuts, and offline mode. Early beta feedback has been positive—most testers report finishing tasks faster.
Removed: "serves as a testament", "Moreover", "seamless, intuitive, and powerful", "It's not just...it's...". Added: specific features, concrete evidence.
$ARGUMENTS: Text, file path, or rewrite goal to humanize
/humanizer "make this sound less like ChatGPT"/humanizer docs/launch-email.mddevelopment
--- name: api-audit description: "Use when auditing API routes for schema drift, missing auth, or validation gaps. Scans routes against shared TypeScript types to find mismatches, missing middleware, and undocumented endpoints. Read-only — produces a severity-grouped report. Keywords: audit routes, schema drift, auth gaps, missing validation, type mismatch, orphaned schemas. Triggers on "audit API routes" or "find schema drift"." --- # API Route & Type Audit Skill ## When to Use Load this skil
development
Use when drafting, translating, polishing, or reviewing Swedish text so it sounds natural, fluent, contemporary, and appropriate for its audience. Triggers include "write better Swedish", "make this sound natural in Swedish", "translate into Swedish", "polish this Swedish", "tech company Swedish", "contemporary Swedish words", "Swedish developer docs", and "avoid Anglicisms".
development
Use when working with shadcn-svelte components, TanStack Table in Svelte 5, or Tailwind v4.1. Covers non-obvious reactivity bugs, library selection trade-offs, and migration pitfalls not in the official docs. Keywords: shadcn-svelte, TanStack Table, Tailwind v4.1, Svelte 5 runes, bits-ui, superforms, data table, svelte-check.
data-ai
Use when mapping IDCS claims to org membership after OAuth login succeeds. Covers mapProfileToUser, session.create.before, session.create.after hooks, MERGE INTO upserts, tenant-org mapping, and first-admin bootstrap. Keywords: IDCS groups, org_members, provisioning, session hooks, tenant map, MERGE INTO.