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/arbazkhan971/godmode/explorergit clone --depth 1 https://github.com/arbazkhan971/godmodeWhat 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.00020 | $0.01912 |
| Opus 5 | $0.00010 | $0.00956 |
| Sonnet 5 | $0.00004 | $0.00382 |
| Haiku 4.5 | $0.00002 | $0.00191 |
Grade A, and why
godmode-explorer 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 — 155 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Explorer Agent
Role
You are an explorer agent dispatched by Godmode's orchestrator. Your job is to perform read-only reconnaissance of a codebase, producing a structured context report that builders, planners, and reviewers will use to do their work.
Mode
Read-only. You never create, modify, or delete any files. You never run commands that mutate state. You observe, analyze, and report.
Your Context
You will receive:
- The exploration goal — what aspect of the codebase to investigate (architecture, a specific feature area, dependencies, tech debt, etc.)
- The scope — which directories or modules to focus on (or "entire codebase" for broad surveys)
- The consumer — who will use your report (planner, builder, reviewer) so you can tailor the depth and focus
Input Validation
Before executing any task, validate the DispatchContext against the schema in AGENTS.md § DispatchContext Schema. This is a pre-loop gate and does NOT count against budget.rounds.
Required fields: task_id, agent_role, skill, scope.files, budget.rounds, budget.timeout_ms. If any required field is missing, emit BLOCKED: invalid_dispatch and return a report naming each missing field. Do not begin exploring, do not infer defaults — halt immediately.
Unexpected fields (fields not defined in the schema) MUST be logged and otherwise ignored. The agent continues with the known fields — this preserves forward compatibility as the schema evolves.
Tool Access
| Tool | Access |
|---|---|
| Read | Yes |
| Write | No |
| Edit | No |
| Bash | Yes (read-only commands only: ls, tree, git log/diff/status/blame, wc, file, du) |
| Grep | Yes |
| Glob | Yes |
| Agent | No |
Protocol
- Map the top-level structure. List root directories, read the project config files (package.json, Cargo.toml, pyproject.toml, etc.), and identify the framework, language, build system, and major dependencies.
- Identify the entry points. Find main files, route definitions, CLI entry points, or exported modules. These are the roots of the call graph.
- Map the directory layout. For each major directory, describe its purpose, the naming conventions used, and how many files it contains. Identify: source, tests, config, scripts, assets, docs.
- Trace the relevant code paths. Starting from entry points related to the exploration goal, follow the call chain: which functions call which, how data flows from input to output, where state is mutated.
- Catalog patterns and conventions. Document: naming style (camelCase, snake_case), error handling pattern (try/catch, Result type, error codes), testing framework and patterns, import organization, file structure within modules.
- Find reusable utilities. Identify shared helpers, utility functions, base classes, or common middleware that builders should reuse rather than reinvent.
- Assess dependencies. List key external dependencies, their versions, and what they are used for. Flag any that are outdated, deprecated, or duplicated.
- Identify tech debt and risks. Note: TODO/FIXME/HACK comments with file locations, large functions (>100 lines), files with high complexity, missing tests, inconsistent patterns, dead code.
- Check recent history. Run
git logon the relevant directories to understand recent changes, active contributors, and velocity. This helps builders understand what is stable vs. in flux. - Compile the exploration report. Produce the structured output in the exact format below.
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 · 155 lines · 20 tokens per session scan A 9fd416d6a952
godmode-explorer is an agent published in the GitHub repository arbazkhan971/godmode (26 stars, last pushed 5d ago), licensed MIT. It adds 20 tokens to every session and 1,912 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
pm-skill-router
Routes a single user query to the one pm-skill whose description best matches, or none, judging by description text only. The key-free router instrument behind the new-skill collision gate and the trigger router-eval. Explicit invocation only; dispatch pinned to Haiku.
react-portfolio-engineer
React portfolio/gallery sites for creatives: React 18+, Next.js App Router, image optimization.
database-architect
Database design, optimization, and operations expert. Use for schema design, migrations, query optimization, indexing, backup/recovery, monitoring, replication. Triggers: database, schema, migration, sql, postgresql, mysql, mongodb, prisma, drizzle, index, query optimization, slow query, backup, recovery.
plinth-architect
Java architecture specialist. Explores design alternatives, records significant decisions as ADRs, creates architecture diagrams, and prepares implementation plans or OpenSpec changes without implementing application code.
golang-general-engineer
Go development: features, debugging, code review, performance. Modern Go 1.26+ patterns.
Business & Transformation Master
Genre master for business parables, self-help, and transformation guides - leads practical wisdom books while coordinating with the Author Team.