Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add iamironz/ai-config-bundle --skill command-parity-routergit clone --depth 1 https://github.com/iamironz/ai-config-bundleWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/iamironz/ai-config-bundle/command-parity-router)<a href="https://agentmods.dev/skills/iamironz/ai-config-bundle/command-parity-router"><img src="https://agentmods.dev/badge/skills/iamironz/ai-config-bundle/command-parity-router/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/iamironz/ai-config-bundle/command-parity-router"><img src="https://agentmods.dev/badge/skills/iamironz/ai-config-bundle/command-parity-router.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00040 | $0.01126 |
| Opus 5 | $0.00020 | $0.00563 |
| Sonnet 5 | $0.00008 | $0.00225 |
| Haiku 4.5 | $0.00004 | $0.00113 |
Grade A, and why
command-parity-router scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Command Parity Router
Use this skill to remove the need for explicit slash commands. Infer intent from user text, map to command workflows, and compose multiple workflows in one run.
Mandatory Activation
- For non-trivial requests without an explicit slash command, activate this skill first.
- Do not ask the user to restate the request as a command when intent is inferable.
- Keep execution background-first to preserve main-thread context.
Full Parity Map (Intent -> Command Workflow)
| Intent pattern | Use command workflow |
|---|---|
| options, compare approaches, "plan first", architecture plan | ai-kb/commands/create_plan.md |
| brainstorm, ideate, alternatives, tradeoffs, "diverge then converge" | ai-kb/commands/create_plan.md + ai-kb/rules/diverge-converge.md |
| execute plan, continue plan, apply existing plan | ai-kb/commands/execute_plan.md |
| add feature, new capability, enhancement | ai-kb/commands/implement_feature.md |
| bug, regression, broken behavior, debug, "fix" | ai-kb/commands/fix_issue.md |
| add missing tests, improve coverage, edge-case tests | ai-kb/commands/implement_tests.md |
| run tests, verify tests, failing tests | ai-kb/commands/run_tests.md |
| run build, compile, build failure | ai-kb/commands/run_build.md |
| deep scan, audit, review quality, duplication | ai-kb/commands/review_code.md |
| validate against spec/domain requirements | ai-kb/commands/validate_domain.md |
| inspect runtime behavior, logs, state timeline | ai-kb/commands/validate_runtime.md |
| uncertain API/error, gather external evidence | ai-kb/commands/research.md |
| update docs, sync docs with implementation | ai-kb/commands/update_docs.md |
| update KB/rules/standards | ai-kb/commands/update_rule.md |
| propose durable KB improvements | ai-kb/commands/suggest_kb_updates.md |
| create local commit | ai-kb/commands/commit.md |
Multi-Workflow Composition (Single Request)
When multiple intents are present, compose workflows in this order:
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 69 lines · 40 tokens per session scan A ac11e03c1d6b
command-parity-router is a skill published in the GitHub repository iamironz/ai-config-bundle (2 stars, last pushed 5mo ago), licensed MIT. It adds 40 tokens to every session and 1,126 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
docs-manage
Manage the Grounded Docs MCP Server documentation index. Covers scraping and indexing documentation from URLs or local files, refreshing existing indexes with changed content, and removing libraries from the index. Use when you need to add, update, or delete indexed documentation.
docs-search
Search and query the Grounded Docs MCP Server documentation index. Covers listing indexed libraries, searching documentation content, and resolving library versions. Use when you need to look up API references, find code examples, or check which documentation is available in the local index.
fetch-url
Fetch a single URL and convert its content to Markdown. Use when you need to read a web page, documentation page, or API reference without indexing it. The content is returned as plain Markdown text on stdout.
d3-viz
Creating interactive data visualisations using d3.js. This skill should be used when creating custom charts, graphs, network diagrams, geographic visualisations, or any complex SVG-based data visualisation that requires fine-grained control over visual elements, transitions, or interactions. Use this for bespoke…
gsap-plugins
Official GSAP skill for GSAP plugins — registration, ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, SVG and physics plugins, CustomEase, EasePack, CustomWiggle, CustomBounce, GSDevTools. Use when the user asks about a GSAP plugin, scroll-to, flip animations, draggable, SVG…
tailwind-design-system
Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.