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 agentmods add agents/martybonacci/specswarm/task-routergit clone --depth 1 https://github.com/MartyBonacci/specswarmWhat 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 | $0.00024 | $0.00707 |
| Opus 5 | $0.00012 | $0.00353 |
| Sonnet 5 | $0.00005 | $0.00141 |
| Haiku 4.5 | $0.00002 | $0.00071 |
Grade A, and why
task-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 2d 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 — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Task Router Configuration
Model rationale (v7.7.0): This agent runs on
haiku. Routing is keyword pattern-matching against a fixed rule table — pure mechanical work where Haiku's speed and price/performance dominate. Running it on Opus would be 10× the cost for no measurable quality gain on a lookup task.
Agent Type Mappings
This file defines how tasks are routed to specialist agents based on content analysis.
Frontend Tasks → react-typescript-specialist
Keywords: component, UI, frontend, React, JSX, TSX, form, button, input, modal, dialog, page, view, hook, useState, useEffect, props, children, render
Design Tasks → ui-designer
Keywords: design, layout, styling, CSS, SCSS, Tailwind, theme, color, typography, spacing, responsive, mobile, animation, UX
Architecture Tasks → system-architect
Keywords: architecture, schema, database, API, endpoint, route, model, migration, relationship, ERD, system, integration
Functional Programming → functional-patterns
Keywords: functional, pure function, compose, pipe, transform, map, filter, reduce, curry, immutable, Either, Result, Option
Type System → react-typescript-specialist
Keywords: type, interface, TypeScript, generic, enum, union, intersection, utility type, infer
Default → general-purpose
All other tasks that don't match specific patterns.
Priority Rules
- If task matches multiple categories, use this priority:
- Architecture > Frontend > Design > Functional > Default
- If task explicitly mentions an agent type, use that type
- If uncertain, use general-purpose (safer default)
Agent Capabilities Reference
| Agent Type | Strengths | Use For |
|---|---|---|
| react-typescript-specialist | React, TypeScript, hooks, components | UI implementation, type definitions |
| ui-designer | Visual design, layouts, color theory | Design decisions (research only, no code) |
| system-architect | System design, databases, APIs | Architectural decisions, schema design |
| functional-patterns | FP patterns, composition, immutability | Data transformations, utility functions |
| general-purpose | Broad capabilities | Default fallback, mixed tasks |
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.
- 2d ago First seen · 83 lines · 24 tokens per session scan A fe338d29bdca
task-router is an agent published in the GitHub repository MartyBonacci/specswarm (65 stars, last pushed 1mo ago), licensed MIT. It adds 24 tokens to every session and 707 once invoked, about $0.0001 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-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.