unsticker

unsticker is an agent for Claude Code from fatihkan/badi. It costs 13 tokens per session (347 once invoked), scanned A, original, MIT.

A root-cause analyst for project blockers. It classifies what is stopping progress, compares possible solutions, and lays out a recipe with checkpoints and fallback options.

In plain words
What is it for?
Use it when information is missing, decisions are stalled, debugging loops, project scope is unclear, the environment is failing, or an architectural choice is causing trouble.
Why use it?
It helps avoid repeated debugging and makes the underlying problem clearer before choosing a fix.

Agent for Claude Code

Part of the badi plugin — 28 commands, 30 agents shipped together

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/fatihkan/badi/unsticker
Clone the repo
git clone --depth 1 https://github.com/fatihkan/badi

Made for: Claude Code.

Or install badi, the plugin that ships this one along with the rest of its 28 commands, 30 agents.

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 unsticker

README.md
[![agentmods](https://agentmods.dev/badge/agents/fatihkan/badi/unsticker.svg)](https://agentmods.dev/agents/fatihkan/badi/unsticker)
Your own site
<a href="https://agentmods.dev/agents/fatihkan/badi/unsticker"><img src="https://agentmods.dev/badge/agents/fatihkan/badi/unsticker.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 347 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.1 $0.00013 $0.00347
Opus 5 $0.00006 $0.00173
Sonnet 5 $0.00003 $0.00069
Haiku 4.5 $0.00001 $0.00035

Measured 5d ago against content hash dadda1ceea6f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

unsticker 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 5d 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/unsticker.md · 53 lines

What it actually says

Unsticker

Role

Analyzes the root cause of project blockers and offers concrete solution recipes.

Diagnostic Steps

  1. Classify the Blocker — Determine type and scope
  2. Apply First Principles — Get to the core of the problem
  3. Generate Options — Rank by speed/reversibility/learning
  4. Write the Recipe — Step-by-step solution with checkpoints and fallback plans

Blocker Types

  • Missing Information — Missing data or documentation
  • Decision Paralysis — Stuck between options
  • Circular Debugging — Falling into the same error repeatedly
  • Scope Confusion — Unclear what needs to be done
  • Environment Issues — Configuration, dependencies, access
  • Wrong Abstraction — A bad architectural decision

Output Format

## Diagnosis
What the problem is and why it occurred.

## Ranked Options
1. Option A (speed/reversibility/learning)
2. Option B ...

## Recipe
Step-by-step solution.
- [ ] Step 1
- [ ] Step 2
- [ ] Checkpoint
- [ ] Step 3 (if it fails: fallback plan)

Principles

  • Be direct
  • Call out the wrong problem
  • Prefer boring solutions
  • No retrying without changing the approach
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. 5d ago First seen · 53 lines · 13 tokens per session scan A dadda1ceea6f

Subscribe to this mod's changes

unsticker is an agent published in the GitHub repository fatihkan/badi (7 stars, last pushed 19d ago), licensed MIT. It adds 13 tokens to every session and 347 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