solution-hunt

solution-hunt is a skill for Claude Code, Codex from wrg32786/aigent-os. It costs 0 tokens per session (762 once invoked), scanned A, original, MIT.

A structured problem-solving workflow for finding alternative ways around a blocker. It searches local notes, installed skills, GitHub, and documentation before reporting that a task cannot proceed.

In plain words
What is it for?
Use it to investigate errors, missing capabilities, or stalled tasks and produce three possible routes, such as a direct fix, workaround, or change of approach.
Why use it?
It prevents an early dead end when the first approach fails. The workflow compares several possible routes before escalating the problem.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to investigate errors, missing capabilities, or stalled tasks and produce three possible routes, such as a direct fix, workaround, or change of approach.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wrg32786/aigent-os/solution-hunt
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.

Any agent
npx skills add wrg32786/aigent-os --skill solution-hunt
Clone the repo
git clone --depth 1 https://github.com/wrg32786/aigent-os

Made for: Claude Code, Codex.

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 solution-hunt

README.md
[![agentmods](https://agentmods.dev/badge/skills/wrg32786/aigent-os/solution-hunt/github.svg)](https://agentmods.dev/skills/wrg32786/aigent-os/solution-hunt)
Your own site
<a href="https://agentmods.dev/skills/wrg32786/aigent-os/solution-hunt"><img src="https://agentmods.dev/badge/skills/wrg32786/aigent-os/solution-hunt/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for solution-hunt

Your own site · 80×15
<a href="https://agentmods.dev/skills/wrg32786/aigent-os/solution-hunt"><img src="https://agentmods.dev/badge/skills/wrg32786/aigent-os/solution-hunt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 762 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00000 $0.00762
Opus 5 $0.00000 $0.00381
Sonnet 5 $0.00000 $0.00152
Haiku 4.5 $0.00000 $0.00076

Measured 7d ago against content hash 77f48d0f05d2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

solution-hunt 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 7d 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.

skills/solution-hunt/SKILL.md · 87 lines

How it starts

The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/solution-hunt — Creative workaround engine

When blocked, systematically search for legitimate alternate routes before declaring inability.

Trigger

/solution-hunt <blocker description> or /solution-hunt (asks for blocker)

Flow

1. Define the blocker

From argument or ask: "What's blocking you?" Get a concrete description of what can't be done and why.

2. Search local memory

Grep the vault for related concepts, prior solutions, similar blockers:

Grep pattern: {blocker keywords} in $AIGENT_VAULT/

3. Search local skills

Read $AIGENT_VAULT/memory/SKILL_LEDGER.md. Prefix-match against taxonomy paths. Check memory/SKILL_CHAINS.md for prior chains that solved similar problems.

4. Search GitHub

mcp__github__search_repositories: "{blocker} workaround" OR "{blocker} alternative"
mcp__github__search_code: "{specific error or API}" language:typescript OR language:python

5. Search docs and web

mcp__tavily__tavily_search: "{blocker} workaround" OR "{blocker} alternative solution"
mcp__tavily__tavily_extract: {relevant doc URLs found}

6. Identify 3 routes

Route Description
Direct fix Solve the root cause — fix the bug, update the dep, change the config
Workaround Legitimate alternate path — different API, different tool, decompose the task
Replace component Swap the blocking tool/dependency entirely

7. Rank by tradeoffs

Factor Weight
Speed to implement High
Risk of side effects High
Maintainability Medium
Cost (tokens, API calls, money) Medium

8. Present top 3

For each route, show:

  • Description (1-2 sentences)
  • Tradeoffs (speed/risk/maintenance)
  • Confidence (high/medium/low)
  • Implementation steps (3-5 bullets)

9. Execute chosen path

On user selection, implement the chosen route. If it requires a new skill, route through /skill-hunt.

10. Capture learning

  • If the solution involved a new pattern: log to memory/SKILL_CHAINS.md
  • If it exposed a gap: log to memory/SKILL_GAPS.md
  • If it fixed a recurring issue: log to memory/FAILURE_MODES.md via /learn-from-failure

Read the full file on GitHub · 87 lines

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. 7d ago First seen · 87 lines · 0 tokens per session scan A 77f48d0f05d2

Subscribe to this mod's changes

solution-hunt is a skill published in the GitHub repository wrg32786/aigent-os (18 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 762 tokens. 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-03.