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 a275618631/codex-antigravity-collaboration --skill task-routergit clone --depth 1 https://github.com/a275618631/codex-antigravity-collaborationWrote 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/a275618631/codex-antigravity-collaboration/task-router)<a href="https://agentmods.dev/skills/a275618631/codex-antigravity-collaboration/task-router"><img src="https://agentmods.dev/badge/skills/a275618631/codex-antigravity-collaboration/task-router.svg" alt="Measured on agentmods" 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.00099 | $0.00540 |
| Opus 5 | $0.00049 | $0.00270 |
| Sonnet 5 | $0.00020 | $0.00108 |
| Haiku 4.5 | $0.00010 | $0.00054 |
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 8d 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.
This is a copy
83% identical to luban — 529 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
任務路由器
核心原則
只做分流與最小路徑選擇,不替專用 skill 執行完整任務。目標是降低誤觸發、少讀不必要內容、減少來回修改。
流程
- 先判斷任務類型:程式碼、文件、研究、資料、視覺化、同步、提示詞移植、skill 優化、一般問答。
- 檢查是否有明確禁止事項、敏感資料、不可逆動作或需要最新查證。
- 若任務只需一個 skill,指定該 skill。
- 若任務跨多步,最多先選 1-3 個 skill,依順序使用。
- 若資訊不足,提出 1-3 個精準問題;若可合理假設,列出假設後繼續。
- 若已有明確專用 skill 且路徑沒有歧義,直接交給專用 skill,不再由本 Skill 介入。
輸出格式
建議路由:
- 主要 skill:...
- 輔助 skill:...
- 不使用的 skill:...(原因)
執行順序:
1. ...
2. ...
3. ...
需要確認:...
判斷表
| 任務 | 優先 skill |
|---|---|
| 複雜流程、比較、架構圖 | visual-response |
| 新增或修改 skill | skill-evaluator |
| 完成前收尾格式 | output-contract |
| 規則移植到其他 AI | prompt-portability |
| Codex 設定、skills、同步文件 | codex-settings-sync |
| 研究、文章、多來源比較 | research-synthesizer 或 web-research-citation |
| 程式碼修改 | code-generation-agent |
| PR / diff 審查 | pr-review-agent |
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.
- 8d ago First seen · 49 lines · 99 tokens per session scan A dfdffac2a960
task-router is a skill published in the GitHub repository a275618631/codex-antigravity-collaboration (8 stars, last pushed 9d ago), licensed MIT. It adds 99 tokens to every session and 540 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 83% identical to luban, differing in 529 lines, and is treated as a copy.
Other skills, from other repositories
agent-harness-fault-injection
Use when an agent workflow needs deterministic recovery evidence for sandbox, MCP/tool, worker, checkpoint, memory, or orchestration failures.
architecture-decision-records
Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions.
aws-sst-development
SST v4 (Ion) expert for managing AWS resources as code with the Pulumi-backed framework.
autonomous-agent-patterns
Design patterns for building autonomous coding agents, inspired by Cline and OpenAI Codex.
peon-ping-log
Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".
conductor-implement
Executes the tasks defined in the specified track's plan. Use this to start or continue working on a feature, bug fix, or chore.