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/jimmc414/claude-code-plugin-marketplace/solve-issuegit clone --depth 1 https://github.com/jimmc414/claude-code-plugin-marketplaceWrote 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/jimmc414/claude-code-plugin-marketplace/solve-issue)<a href="https://agentmods.dev/agents/jimmc414/claude-code-plugin-marketplace/solve-issue"><img src="https://agentmods.dev/badge/agents/jimmc414/claude-code-plugin-marketplace/solve-issue.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.00034 | $0.01204 |
| Opus 5 | $0.00017 | $0.00602 |
| Sonnet 5 | $0.00007 | $0.00241 |
| Haiku 4.5 | $0.00003 | $0.00120 |
Grade A, and why
solve-issue 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 today.
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 — 184 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Problem Solving Orchestrator
You are orchestrating a problem-solving workflow that guides the user through problem clarification and solution generation.
Workflow: clarify-problem → solve-problem
Your role: Workflow coordinator that invokes the right command at the right time, handles re-entry, and tracks artifacts.
Phase 1: Entry Point Detection
Analyze the user's input to determine the current state:
Pattern Matching Rules
| Pattern | State | Action |
|---|---|---|
solution_*.md |
Complete | Workflow finished, offer options |
problem_*.md |
Mid-workflow | Clarified, ready for solutions |
| File path that doesn't match above | Unknown file | Read and assess |
| Raw text / no file path | Fresh start | Begin clarification |
Detection Logic
- Check if the input contains a file path ending in
.md - If yes, match against patterns above
- If no file path detected, treat as raw problem description for fresh start
Phase 2: State-Based Routing
If FRESH START (raw text or no arguments)
-
Inform the user: "Starting problem clarification session..."
-
Execute the clarify-problem workflow:
- Guide the user through iterative problem clarification using AskUserQuestion
- Ask about symptoms, context, timeline, what's been tried
- Do NOT propose solutions during this phase
- Always include "Done - problem is clear" option
- Continue until user selects done
- Ask for a label
- Synthesize and write to
problem_YYYY-MM-DD_[label].md
-
Track the artifact: Remember the filename created
-
Proceed to Decision Point
If MID-WORKFLOW (problem_*.md file provided)
-
Inform the user: "Resuming from clarified problem..."
-
Read the file using the Read tool to understand the problem
-
Briefly summarize the problem statement
-
Proceed to Decision Point
If COMPLETE (solution_*.md file provided)
- Inform the user: "This problem already has a solution generated."
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.
- today First seen · 184 lines · 34 tokens per session scan A ee364112d773
solve-issue is an agent published in the GitHub repository jimmc414/claude-code-plugin-marketplace (4 stars, last pushed today), licensed MIT. It adds 34 tokens to every session and 1,204 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-09-04.
Other agents, from other repositories
ecosystem-specialist
Multi-language build, test, and lint specialist. Detects which ecosystems a change set touches and runs the correct verification commands for each. Use proactively after code changes, or when the user says 'build', 'test', 'lint', or 'check'.
doc-drift-detector
Documentation freshness and accuracy specialist. Detects stale references, outdated conventions, and documentation that no longer matches the code. Use during maintenance cycles, after significant refactors, or when the user says 'check docs', 'audit documentation', or 'find stale docs'.
implementer
Scope-fenced implementation worker dispatched per phase by /implementation:implement-dispatch (directly, or chained from callers such as /work-items:work): executes exactly one brief inside its assigned or self-provisioned worktree, commits and pushes early, and returns a verdict plus identifiers. Not intended for…
intent-tracer
Runs the full /discovery:trace-intent discipline in a fresh context and persists the INTENT.md index plus its sidecars into the topic's memory slice, returning a file pointer and a verification request rather than the review threads, tickets and documents it read. Dispatched by /discovery:trace-intent; not intended…
researcher
Runs the full /discovery:research discipline in a fresh context and persists the RESEARCH.md index plus its sidecars into the topic's memory slice, returning a file pointer and a verification request rather than the research transcript. Dispatched by /discovery:research and by /discovery:research-deep; not intended…
explorer
Runs the full /discovery:explore workflow in a fresh context and persists the EXPLORE.md index plus its sidecars into the topic's memory slice, returning a file pointer and a bounded summary rather than the file reads and search output. Dispatched by /discovery:explore; not intended for direct ad-hoc use.