command-parity-router

command-parity-router is a skill for OpenCode from iamironz/ai-config-bundle. It costs 40 tokens per session (1,126 once invoked), scanned A, original, MIT.

A router that matches ordinary language requests to existing AI knowledge-base command workflows. It can also combine workflows when a request involves several tasks.

In plain words
What is it for?
Use it to route requests such as planning a feature, fixing a bug, adding tests, or running verification to the corresponding workflow.
Why use it?
It removes the need to remember or type slash commands for common planning, implementation, testing, debugging, and review work.

Skill for OpenCode

Written for OpenCode: installed under .opencode/. Also seen: mentions subagents; mentions AGENTS.md.

Good fit Use it to route requests such as planning a feature, fixing a bug, adding tests, or running verification to the corresponding workflow.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iamironz/ai-config-bundle/command-parity-router
Install

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.

Any agent
npx skills add iamironz/ai-config-bundle --skill command-parity-router
Clone the repo
git clone --depth 1 https://github.com/iamironz/ai-config-bundle

Made for: OpenCode.

Wrote 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.

agentmods badge for command-parity-router

README.md
[![agentmods](https://agentmods.dev/badge/skills/iamironz/ai-config-bundle/command-parity-router/github.svg)](https://agentmods.dev/skills/iamironz/ai-config-bundle/command-parity-router)
Your own site
<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.

agentmods 80×15 button for command-parity-router

Your own site · 80×15
<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>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,126 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 9d ago against content hash ac11e03c1d6b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

.opencode/skills/command-parity-router/SKILL.md · 69 lines

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:

Read the full file on GitHub · 69 lines

Changes

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.

  1. 9d ago First seen · 69 lines · 40 tokens per session scan A ac11e03c1d6b

Subscribe to this mod's changes

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.

Related

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.

arabold/docs-mcp-server · 53 tokens

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.

arabold/docs-mcp-server · 54 tokens

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.

arabold/docs-mcp-server · 45 tokens

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…

calesthio/OpenMontage · 87 tokens

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…

calesthio/OpenMontage · 91 tokens

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.

calesthio/OpenMontage · 42 tokens