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.
git clone --depth 1 https://github.com/jaydubya818/governed-claude-subagentsWrote 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/agents/jaydubya818/governed-claude-subagents/index)<a href="https://agentmods.dev/agents/jaydubya818/governed-claude-subagents/index"><img src="https://agentmods.dev/badge/agents/jaydubya818/governed-claude-subagents/index/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.
<a href="https://agentmods.dev/agents/jaydubya818/governed-claude-subagents/index"><img src="https://agentmods.dev/badge/agents/jaydubya818/governed-claude-subagents/index.svg" alt="Reviewed on agentmods" width="80" 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.00000 | $0.00924 |
| Opus 5 | $0.00000 | $0.00462 |
| Sonnet 5 | $0.00000 | $0.00185 |
| Haiku 4.5 | $0.00000 | $0.00092 |
Grade A, and why
index 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.
How it starts
The opening of the file, as written. The whole thing — 171 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code Sub-Agent Index
🎯 Orchestration & Management (8 agents)
- agent-organizer
- context-manager
- project-analyst
- team-configurator
- tech-lead-orchestrator
- agent-generator
- error-detective
- documentation-writer
🏗️ Development & Architecture (32 agents)
- api-architect
- api-developer
- backend-architect
- backend-developer
- blockchain-developer
- code-archaeologist
- database-specialist
- electorn-pro
- frontend-developer
- frontend-specialist
- full-stack-developer
- golang-pro
- graphql-architect
- java-enterprise
- javascript-pro
- legacy-modernizer
- mobile-app-builder
- mobile-developer
- nextjs-pro
- python-pro
- react-component-architect
- react-nextjs-expert
- react-pro
- refactor
- rust-pro
- shadcn-ui-builder
- typescript-pro
- vue-component-architect
- vue-nuxt-expert
- vue-specialist
- vue-state-manager
- angular-expert
🎨 Design & UX (8 agents)
- brand-guardian
- content-strategist
- dx-optimizer
- ui-designer
- ux-designer
- ux-researcher
- visual-storyteller
- whimsy-injector
🔧 Quality Assurance & Testing (18 agents)
- accessibility-auditor
- api-tester
- architect-review
- best-practices
- code-reviewer
- database-optimizer
- e2e-test-specialist
- performance-benchmarker
- performance-engineer
- performance-optimizer
- postgres-pro
- qa-expert
- tdd-specialist
- test-automator
- test-engineer
- test-results-analyzer
- test-runner
- test-writer-fixer
🔒 Security & Compliance (4 agents)
- devops-incident-responder
- incident-responder
- security-auditor
- security-scanner
📊 Data & AI (7 agents)
- ai-engineer
- analytics-engineer
- data-engineer
- data-scientist
- ml-engineer
- mlops-engineer
- prompt-engineer
🚀 DevOps & Infrastructure (16 agents)
- cloud-architect
- deployment-engineer
- deployment-manager
- devops-automator
- devops-engineer
- django-api-developer
- django-backend-expert
- django-orm-expert
- infrastructure-maintainer
- kubernetes-expert
- laravel-backend-expert
- laravel-eloquent-expert
- monitoring-specialist
- rails-activerecord-expert
- rails-api-developer
- rails-backend-expert
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 · 171 lines · 0 tokens per session scan A 1017a737a502
index is an agent published in the GitHub repository jaydubya818/governed-claude-subagents (1 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 924 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-31.
Other agents, from other repositories
hydra-preflight
Environment and dependency preflight check for new projects. Detects runtime versions, runs compatibility probe scripts, collects the full dependency tree, and returns a structured inventory for cross-component analysis. Use when the user runs /hydra:preflight or when starting work on a new or unfamiliar project.
hydra-scout
🟢 Hydra's fastest head — ultra-fast codebase exploration, information retrieval, and codebase map building/maintenance. Use proactively whenever Claude needs to search files, read code, find patterns, grep for strings, list directories, understand project structure, answer "where is X?" questions, or build/update the…
hydra-sentinel-scan
Fast integration sweep after code changes. Checks for broken imports, missing exports, changed function signatures, missing env vars, circular dependencies, and changed API routes. Runs on the cheap tier for speed. If issues are found, the orchestrator escalates to hydra-sentinel for deep analysis. If clean — done…
hydra-guard
🟢 Hydra's security and quality gate agent. Automatically invoked after hydra-coder produces code changes. Performs a fast scan for common security issues (hardcoded secrets, SQL injection, XSS, unsafe deserialization, exposed API keys), code quality checks (unused imports, dead code, missing error handling on async…
hydra-coder
🔵 Hydra's implementation head — capable code writing and engineering agent. Use proactively whenever Claude needs to write new code, implement features, refactor existing code, create or modify tests, fix bugs with clear error messages, make API integrations, or perform any code writing task that follows…
hydra-git
🟢 Hydra's git operations specialist. Handles all version control tasks: staging, committing with well-crafted Conventional Commits messages, branching, merging, rebasing, stashing, cherry-picking, log inspection, diff analysis, and conflict detection. Runs on the cheap tier — git operations are mechanical and…