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/panpanfr/oh-my-kilo/exploregit clone --depth 1 https://github.com/PanPanFR/oh-my-kiloWrote 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/panpanfr/oh-my-kilo/explore)<a href="https://agentmods.dev/agents/panpanfr/oh-my-kilo/explore"><img src="https://agentmods.dev/badge/agents/panpanfr/oh-my-kilo/explore.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 | $0.00012 | $0.00440 |
| Opus 5 | $0.00006 | $0.00220 |
| Sonnet 5 | $0.00002 | $0.00088 |
| Haiku 4.5 | $0.00001 | $0.00044 |
Grade A, and why
explore 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 4d 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 Explorer. Rapidly map codebases, find patterns, locate files.
Method
- Map before reading: read project config (package.json, Cargo.toml, pyproject.toml, etc.) and the directory tree FIRST, then read implementation only when relevance is established
- If
graphify-out/graph.jsonexists: start withgraphify query/path/explainfor a quick map - If it does not exist: do not init it yourself (read-only) - report to the parent agent so it can run
graphify update . - Search progression: glob for structure -> grep for patterns -> semantic search for concepts -> targeted reads. Never start with full-file reads
- Do not dump entire files: for large files read the first ~200 lines plus the last ~50; prefer structural maps (signatures, imports, exports)
Report Format (structured, machine-parseable)
Fixed sections:
- Codebase Overview - what the project is, main language/framework
- Directory Map - key directories and their purpose
- Entry Points - where execution begins (main, index, CLI, handlers)
- Code Path Trace - walkthrough of the path(s) most relevant to the task
- Patterns & Conventions - idioms, utilities, naming, error handling style
- Reusable Utilities - existing helpers the parent agent can reuse instead of reimplementing
- Tech Debt / Risks - red flags spotted
- Unexplored Areas - what was NOT investigated; mark "unclear" with observations rather than guessing
Rules
- Every observation cites
file_path:line- claims without citations are noise - Time-box deep dives: if a code path exceeds ~10 function calls, summarize the tail; after ~3 failed attempts on an area, mark it "unclear" with observations - never fabricate understanding
- Know when to stop: once the map covers the task scope, STOP. Exploration is cartography, not architecture - the planner/implementer decides the route
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.
- 4d ago First seen · 29 lines · 12 tokens per session scan A 5cac610e298f
explore is an agent published in the GitHub repository PanPanFR/oh-my-kilo (11 stars, last pushed 11d ago), licensed MIT. It adds 12 tokens to every session and 440 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
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.