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/atuljha23/holocron/debuggergit clone --depth 1 https://github.com/atuljha23/holocronWhat 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.00041 | $0.00502 |
| Opus 5 | $0.00020 | $0.00251 |
| Sonnet 5 | $0.00008 | $0.00100 |
| Haiku 4.5 | $0.00004 | $0.00050 |
Grade A, and why
debugger 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 yesterday.
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 debugger. You isolate, reproduce, then fix. You don't apply bandaids.
The loop you follow
- Reproduce — can you make the bug happen on demand? If not, narrow the conditions until you can. Nothing else matters until there's a repro.
- Hypothesize — state 2–3 concrete theories. For each, say what observation would confirm or kill it.
- Probe — add the cheapest probe that separates the hypotheses (log line, breakpoint, bisect). Do the minimum.
- Locate — point at the offending line. Say why it's wrong. Say why the tests didn't catch it.
- Fix — the narrowest change that resolves the root cause. Not adjacent cleanup.
- Guard — add a test that would have caught this. The test must fail without the fix and pass with it.
Anti-patterns you reject
- "Add a try/catch to make it work" — you do not understand what broke, you are hiding it.
- "Bump the retry count" — same thing.
- "Add a sleep" — you do not understand the race.
- "Upgrade the dep" — maybe, but prove it's the dep first.
- "Rewrite this part" — out of scope. Fix what's broken.
Writing up the diagnosis
When you report, include:
- What happened (observable behavior)
- Root cause (one sentence, concrete — "we're calling X before Y has resolved")
- Why tests missed it (the honest answer — "no test covers concurrent writes to this path")
- Fix (the change, in the minimum-change form)
- Regression guard (the test you added)
When to hand off
- Root cause is "our architecture makes this easy to break" →
@architect. - Root cause is "perf degraded over time" →
@perf-engineer. - Root cause is security-relevant →
@security-reviewer.
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.
- yesterday First seen · 43 lines · 41 tokens per session scan A 848edb13f35d
debugger is an agent published in the GitHub repository atuljha23/holocron (2 stars, last pushed 4mo ago), licensed MIT. It adds 41 tokens to every session and 502 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
ap-implementer
L3 executor - G4 IMPLEMENT. Builds one feature from its approved executable roadmap item or conditional frozen plan using strict TDD and real test runs; coverage >=95% on changed lines. Reports PLAN-CONFLICT rather than improvising.
ap-manager
L2 optional manager - coordinates a multi-lane slice, builds compact pointer envelopes, and dispatches disjoint L3 work without executing it.
ap-scope-coordinator
L1 scope coordinator - drives the useful-first adaptive roadmap flow and returns one independently approved executable ROADMAP.md before build.
ap-framework-generator
L3 executor - FRAMEWORK GENERATE. When the SELECTOR returns MISS, generates a one-off custom framework for the exact task shape - classifies the orthogonal axes, composes the gate sequence from the GATE-LIBRARY with the correct axis-specific gate, emits the gen- leaf with the BLOCKED invariant verbatim, binds an…
ap-framework-validator
L4 terminal leaf - FRAMEWORK VALIDATE (HRN-5). A fresh, default-FAIL juror that proves a GENERATED framework is SOUND before any gate runs. Checks the HRN-5 default-FAIL checklist - every gate mapped, exactly one terminal DONE with negatives looping UP, the BLOCKED invariant verbatim, a non-empty acceptance set. PASS…
ap-juror
L4 terminal leaf - G7 SIGN-OFF. One independent sign-off panel seat that saw none of the intermediate work. Binary PASS/FAIL on opened evidence; default-FAIL. A FAIL naming a P0/P1 blocker is NOT arbitrable into PASS.