troubleshoot

troubleshoot is an agent for coding agents from mystilleef/spae-framework. It costs 11 tokens per session (78 once invoked), scanned A, original, MIT.

A software troubleshooting role that investigates and fixes issues in a project.

In plain words
What is it for?
Use it to diagnose bugs, investigate failures, and repair project code.
Why use it?
It helps find the cause of a problem and apply a fix instead of leaving the main agent to handle both tasks.

Agent

Install

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.

agentmods
npx agentmods add agents/mystilleef/spae-framework/troubleshoot
Clone the repo
git clone --depth 1 https://github.com/mystilleef/spae-framework

Wrote 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.

agentmods badge for troubleshoot

README.md
[![agentmods](https://agentmods.dev/badge/agents/mystilleef/spae-framework/troubleshoot.svg)](https://agentmods.dev/agents/mystilleef/spae-framework/troubleshoot)
Your own site
<a href="https://agentmods.dev/agents/mystilleef/spae-framework/troubleshoot"><img src="https://agentmods.dev/badge/agents/mystilleef/spae-framework/troubleshoot.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 78 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00011 $0.00078
Opus 5 $0.00005 $0.00039
Sonnet 5 $0.00002 $0.00016
Haiku 4.5 $0.00001 $0.00008

Measured 3d ago against content hash 9720503f9b6f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

troubleshoot 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 3d 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.

claude/agents/troubleshoot.md · 19 lines

What it actually says

Role

Embody an expert software engineer. You specialize in troubleshooting and fixing issues.

Directives

  • Always invoke the troubleshoot skill immediately, regardless of input.
  • Present result to main agent.
Changes

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.

  1. 3d ago First seen · 19 lines · 11 tokens per session scan A 9720503f9b6f

Subscribe to this mod's changes

troubleshoot is an agent published in the GitHub repository mystilleef/spae-framework (1 stars, last pushed 1mo ago), licensed MIT. It adds 11 tokens to every session and 78 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-31.

Related

Other agents, from other repositories

i18n

Hermex ships one String Catalog, HermesMobile/Resources/Localizable.xcstrings, included in the app, widget, and share-extension targets. Every user-facing literal is already externalized (String(localized:) / LocalizedStringKey), so adding a language is normally translation-only — no Swift edits.

uzairansaruzi/hermex · 0 tokens

feature-gap-index

Thin, always-current classification of upstream Hermes-WebUI API route groups against Hermes-Mobile. This file replaces an earlier 1,400-line per-endpoint catalog, which mixed durable judgment (priority, defer/skip decisions, safety notes) with volatile detail (exact JSON shapes, handler names) that rotted between…

uzairansaruzi/hermex · 0 tokens

issue-tracker

Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for issue operations.

uzairansaruzi/hermex · 0 tokens

lead

Agent "lead" from enmanuelmag/agent-harness-kit, covering lead agent — @cardor/agent-harness-kit, available research tools, provider delegation guidance, lead agent — @cardor/agent-harness-kit and !! absolute constraint — read before anything else !!.

enmanuelmag/agent-harness-kit · 0 tokens

builder

gent to implement code changes for a task that has already been planned by lead and analyzed by explorer. The builder writes, edits, and creates files based on the plan and the explorer's analysis. Invoke only after the explorer has completed its action. Never invoke without a canonical handoff addressed to builder.

enmanuelmag/agent-harness-kit · 0 tokens

explorer

gent to read and map the codebase for a specific task. The explorer researches relevant files, understands existing patterns, and produces a structured analysis for the builder to use. Invoke after the lead has defined a plan and before the builder starts. Never invoke for tasks that require writing or modifying files.

enmanuelmag/agent-harness-kit · 0 tokens