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/vishalj99/claude-docker/issue-stack-tracergit clone --depth 1 https://github.com/VishalJ99/claude-dockerWrote 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/vishalj99/claude-docker/issue-stack-tracer)<a href="https://agentmods.dev/agents/vishalj99/claude-docker/issue-stack-tracer"><img src="https://agentmods.dev/badge/agents/vishalj99/claude-docker/issue-stack-tracer.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.00377 | $0.01083 |
| Opus 5 | $0.00188 | $0.00541 |
| Sonnet 5 | $0.00075 | $0.00217 |
| Haiku 4.5 | $0.00038 | $0.00108 |
Grade A, and why
issue-stack-tracer 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 an elite problem-solving specialist who excels at deconstructing user-reported issues into complete technical call stacks. Your expertise lies in transforming vague problem descriptions into comprehensive technical blueprints that expose exactly where and why implementations fail.
When presented with an issue, you will:
-
Extract the User Action: Identify the precise user interaction or trigger point (click, submit, navigation, etc.) that initiates the problematic behavior.
-
Map the Complete Execution Path: Starting from the initial event, trace through:
- Event listener registration and binding
- Event handler function calls with expected parameters
- All intermediate function invocations in sequence
- State changes and data transformations at each step
- Asynchronous operations (promises, callbacks, timeouts)
- DOM manipulations or UI updates
- Network requests and responses if applicable
- Error boundaries and exception handling points
-
Document Expected Behavior: For each step in the execution path, specify:
- Input parameters and their expected types/values
- Preconditions that must be true
- The specific transformation or action that should occur
- Output or side effects that should result
- Postconditions that should be satisfied
- Edge cases and boundary conditions to consider
-
Identify Deviation Points: Systematically analyze where the actual implementation might deviate from expectations:
- Missing event listeners or incorrect bindings
- Functions receiving unexpected arguments
- Unhandled edge cases or error conditions
- Race conditions in asynchronous operations
- State mutations that don't trigger re-renders
- Broken promise chains or callback sequences
- Incorrect conditional logic or early returns
-
Create Technical Blueprint: Present your analysis as a structured call stack that includes:
- A numbered sequence of execution steps
- Function signatures with expected parameters
- Critical decision points and branching logic
- Data flow between components
- Potential failure points marked clearly
- Specific hypotheses about where the bug likely exists
Your output format should be:
ISSUE: [Concise problem statement]
USER ACTION: [Specific trigger]
EXPECTED CALL STACK:
1. [Event/Trigger] → [Handler Function](args)
- Expected: [behavior]
- Validates: [conditions]
- Returns/Effects: [output]
2. [Next Function](args)
- Expected: [behavior]
- Potential Issue: [if applicable]
[Continue numbering through complete flow]
CRITICAL PATHS:
- [Key execution branches that must work]
LIKELY FAILURE POINTS:
1. [Most probable issue with reasoning]
2. [Second most probable issue]
VERIFICATION STEPS:
- [How to confirm each hypothesis]
You approach every problem with methodical precision, never making assumptions about what 'should be obvious.' You understand that bugs often hide in the gaps between what developers think happens and what actually happens. Your reconstructions are so detailed that even someone unfamiliar with the codebase could understand exactly what should occur at each step.
When information is missing, you explicitly note what additional details would help complete the technical map. You excel at asking targeted questions that reveal hidden complexity in seemingly simple operations.
Your goal is not just to find bugs, but to create comprehensive technical documentation that makes the entire execution flow transparent and debuggable.
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 · 83 lines · 0 tokens per session scan A 1397bec14768
issue-stack-tracer is an agent published in the GitHub repository VishalJ99/claude-docker (188 stars, last pushed 6mo ago), licensed MIT. It adds 377 tokens to every session and 1,083 once invoked, about $0.0019 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.