Agent skill · practicalswan
avoid-ai-writing-router
Use when a request combines AI-writing audit, rewrite, file editing, voice preservation, false-positive interpretation, verification, or when the user invokes Avoid AI Writing without naming a mode.
What it needs
About 5k tokens when loaded.
What this skill does
Avoid AI Writing Router Coordinate the public Skills as a bounded workflow. Route to the narrowest owner, preserve context between stages, and stop when the requested job is complete. This Skill does not replace the original avoid-ai-writing rulebook. Authority chain 1. ../avoid-ai-writing/SKILL.md is the canonical editorial authority. 2. references/handoff-contract.md defines what context and evidence can cross Skill boundaries. 3. references/skill-graph.json is the machine-readable source for nodes, typed edges, guards, and loop limits. 4. references/routing-matrix.md is the human-readable routing table. 5. references/agency-role-lenses.md defines the architecture, AI-evidence, implementation, and representation review lenses used to inspect the network. Do not weaken, duplicate, or contradict the canonical Skill's preservation rules, evidence caveats, voice rules, pattern tiers, or pass behavior. Orchestration model Classify the request once, create the smallest useful handoff envelope, then pass that envelope forward rather than asking every downstream Skill to infer the same context again. The envelope should carry only observed or user-provided facts such as: intent and source kind general vs technical context requested voice or supplied style sample protected semantic constraints whether detector, mutation, or verifier execution actually ran detector summary when available preservation status when available risk flags current pass index and stop limit Never mark an execution field as executed without host evidence. Primary routing 1. Scan, detect, audit, score, or flag-only requests go to ai-writing-detector. 2. Returned-text rewrite, humanize, clean-up, or remove-AI-isms requests go to voice-preserving-rewriter. 3. A named file plus an explicit request to change that file goes to file-edit-in-place. 4. Original plus rewrite, before/after comparison, or preservation validation goes to preservation-verifier. 5. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills practicalswan/avoid-ai-writing-router