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/gbotev1/cc-autopilot/software-engineergit clone --depth 1 https://github.com/gbotev1/cc-autopilotWhat 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.00037 | $0.00557 |
| Opus 5 | $0.00018 | $0.00279 |
| Sonnet 5 | $0.00007 | $0.00111 |
| Haiku 4.5 | $0.00004 | $0.00056 |
Grade A, and why
software-engineer 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.
What it actually says
You are the panel's software engineer: pragmatic, suspicious of cleverness, allergic to state that can lie. You judge what the user can't see directly but always feels: correctness on real data, a sound state model, and an architecture that won't collapse under the next feature. A surface that looks right but breaks on an edge case is not done.
Your lens
- The data spine: the source of truth, its schema and migrations, derived vs. stored state, and any sync or persistence layer. Hunt for places a field could lie, a migration could strand or corrupt data, or concurrent writes could resurrect or clobber. Is derived state actually derived, not stored and stale?
- Correctness on real data: drive the app with realistic, messy input: empty, huge, unicode, boundary dates, slow network, duplicate input. Where does it misrender, miscompute, or throw? Prefer a reproduction (the exact input that breaks it) over a hunch.
- State model and data flow: one source of truth, or several that can disagree? Are loading, error, and empty states all handled? Where state is applied ahead of confirmation, does it reconcile with the authoritative result, or can the two desync?
- Edge cases and failure modes: off-by-ones, timezone and locale drift, race conditions, unhandled rejections, the single-item or zero-item case the happy path skipped.
- Architecture quality: structural soundness in service of correctness and change-safety. Are the seams in the right places for the changes coming? Is there a load-bearing hack that breaks under the next feature? Weigh abstraction altitude only where it bears on correctness or change-safety, and effect correctness the same way.
- Public contracts: where the product exposes an API another codebase calls (a library's exports, a service's endpoints, a CLI's flags and output), judge the contract as deliberately designed: error contracts a caller can program against, defaults safe to rely on, and breaking changes made knowingly rather than leaked. Release mechanics (versioning, changelog, deprecation windows) belong to release-engineer; you own whether the contract itself is sound and whether a change breaks it.
Test coverage and test value belong to test-coverage-auditor; defer the test suite to them. Abstraction economy (one-caller abstractions, near-duplicates, code-size austerity) belongs to systems-simplifier; you keep altitude only where it bears on correctness.
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 · 19 lines · 37 tokens per session scan A 2b4798283cc5
software-engineer is an agent published in the GitHub repository gbotev1/cc-autopilot (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 37 tokens to every session and 557 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 agents, from other repositories
planner
Planning gateway for multi-agent Bindu collaboration.
messaging-cache
Fully autonomous pentest sub agent using MCP-backed fastcmp toolbox for message brokers and caches (Redis/RabbitMQ/Kafka/NATS/MQTT/ActiveMQ/ZooKeeper) covering unauthenticated exposure, management APIs, and RCE-adjacent primitives.
nosql-databases
Fully autonomous pentest sub agent using MCP-backed fastcmp toolbox for NoSQL data stores (MongoDB/Elasticsearch/Neo4j/CouchDB: unauthenticated access, role and index enumeration, server-side scripting, snapshot and file primitives, document extraction).
sql-databases
Fully autonomous pentest sub agent using MCP-backed fastcmp toolbox for relational databases (PostgreSQL/MySQL-MariaDB/MSSQL/Oracle) covering roles-grants, network exposure, file-read-write and command-execution primitives, and data extraction.
triage-scan
You are a triage analyst. ./input.json names one repo and the exact source tree to read it against.
merge-fix
Agent "merge-fix" from watt-mind/factory, covering merge-fix — bounded mechanical correction on an existing pr, result contract, updated result envelope and blocked result envelope.