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/changoo89/claude-pilot/contextgit clone --depth 1 https://github.com/changoo89/claude-pilotWhat 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.00000 | $0.01530 |
| Opus 5 | $0.00000 | $0.00765 |
| Sonnet 5 | $0.00000 | $0.00306 |
| Haiku 4.5 | $0.00000 | $0.00153 |
Grade A, and why
CONTEXT 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 — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agents Context
Purpose
Specialized agents with distinct capabilities, model allocations, and tool access. Agents are the execution engine of the claude-pilot workflow.
Key Agents
| Agent | Model | Lines | Tools | Purpose | Usage |
|---|---|---|---|---|---|
| explorer | haiku | 60 | Glob, Grep, Read | Fast codebase exploration | /00_plan - Find files, search patterns |
| researcher | haiku | 67 | WebSearch, WebFetch, query-docs | External docs research | /00_plan - Find external docs |
| frontend-engineer | sonnet | 169 | Read, Write, Edit, Bash, Glob, Grep | Frontend UI/React implementation | /02_execute - Component, UI, styling |
| backend-engineer | sonnet | 196 | Read, Write, Edit, Bash, Glob, Grep | Backend API/DB implementation | /02_execute - API, endpoint, server |
| coder | sonnet | 137 (+ EXAMPLES.md) | Read, Write, Edit, Bash | TDD implementation (general) | /02_execute - Red-Green-Refactor, Ralph Loop |
| tester | sonnet | 169 | Read, Write, Bash | Test writing and execution with worker limits | /review - Test coverage, debug |
| validator | haiku | 335 | Bash, Read | Type check, lint, coverage | /review - Quality verification |
| security-analyst | sonnet | 166 | Read, Grep, Glob, Bash | Security vulnerability analysis | /review security - OWASP Top 10 |
| build-error-resolver | haiku | 188 (+ TROUBLESHOOTING.md) | Bash, Read, Edit | Build/compilation error resolution | /02_execute - Build error recovery |
| plan-reviewer | sonnet | 128 | Read, Glob, Grep | Plan analysis and gaps | /01_confirm - Gap detection |
| code-reviewer | opus | 162 | Read, Glob, Grep, Bash | Enhanced code review with risk areas, assumptions tracking | /review - Async bugs, memory leaks, risk assessment |
| design-reviewer | sonnet | 170 | Read, Glob, Grep, Bash | Design quality review | /review --design-review - Landing pages, pricing, onboarding |
| documenter | haiku | 281 | Read, Write, Edit, Glob, Grep, Bash | Smart documentation sync with change detection | /document - Conditional sync |
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 · 117 lines · 0 tokens per session scan A 95d8697cbb36
CONTEXT is an agent published in the GitHub repository changoo89/claude-pilot (20 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,530 tokens. 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
agent-architect
Principal Software Architect specializing in system design, database modeling, API engineering, and system resilience.
planner
복잡한 기능·아키텍처 변경·멀티스텝 리팩토링 구현 계획 전문. 요구사항 인터뷰 → 코드베이스 조사 → 3-6단계 plan.md 생성 + 인수 기준 포함. NEVER 구현. Use proactively when "구현 계획", "설계해줘", "어떻게 만들지", "spec 작성"처럼 코드 작성 전 계획이 필요한 시점. 발산 아이디어가 필요하면 dev-brainstormer 먼저, 아키텍처 판단은 architect 사용.
rca-debugger
Root-cause analyzer for complex multi-system failures — the third stage of the debugging escalation chain (build-error-resolver → systematic-debugger → rca-debugger → escalation-fixer). Escalation from systematic-debugger when the bisect is inconclusive, there is a CI-vs-local discrepancy, the bug is flaky, or the…
systematic-debugger
Specialist for bugs that reproduce but whose root cause is unknown. Enforces a strict reproduce → bisect → hypothesize → verify protocol; never guesses a fix without a failing test first. Use proactively when a bug reproduces but the cause is unclear — "why does this happen", "works locally but not in CI"…
ci-cd-engineer
CI/CD specialist: GitHub Actions, GitLab CI pipelines, deployment automation, build optimization, caching, security scanning.
gsd-plan-checker
Verifies plans will achieve phase goal before execution. Goal-backward analysis of plan quality. Spawned by /gsd:plan-phase orchestrator.