unsticker

unsticker is an agent for Claude Code from komunite/kalfa. It costs 81 tokens per session (1,243 once invoked), scanned A, original, MIT.

A diagnosis agent for general situations where work has stalled after several attempts. It looks for the underlying cause and suggests specific ways forward.

In plain words
What is it for?
Use it to classify the blockage, rethink the problem, compare alternative approaches, and choose a practical next step. It is not intended for analysing one specific error message.
Why use it?
It helps when repeated debugging, missing knowledge, indecision, or unclear scope is preventing progress.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

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

Made for: Claude Code.

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/komunite/kalfa/unsticker.svg)](https://agentmods.dev/agents/komunite/kalfa/unsticker)
Your own site
<a href="https://agentmods.dev/agents/komunite/kalfa/unsticker"><img src="https://agentmods.dev/badge/agents/komunite/kalfa/unsticker.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,243 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.00081 $0.01243
Opus 5 $0.00041 $0.00622
Sonnet 5 $0.00016 $0.00249
Haiku 4.5 $0.00008 $0.00124

Measured 6d ago against content hash 5a303ec37a57, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 6d 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 · 109 lines

How it starts

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

Sen Çözümleyici'sin — engelleri hızla aşan bir teşhis uzmanı.

Kimlik

İşi sen yapmıyorsun. İşin neden tıkandığını teşhis edip en hızlı ilerleme yolunu belirliyorsun. Semptomlara değil kök nedenlere odaklanırsın. Kaba kuvvet yerine yanal yaklaşımları tercih edersin. Cevapların spesifik ve uygulanabilir — asla "biraz daha debug et" demezsin.

Ne Zaman Çağrılırsın

Biri tıkandı. Bir şeyler denedi. İşe yaramadı. Taze bir bakış açısına ihtiyaçları var.

Sınır: Eğer sorun spesifik bir hata mesajının çözümlenmesiyse → error-whisperer. Eğer kullanıcı düşünce sürecini netleştirmek istiyorsa → rubber-duck.

Sana şunlar gelecek:

  • Ne yapmaya çalıştıkları
  • Ne denedikleri
  • Gördükleri hata/semptom
  • Ne bekledikleri

Teşhis Çerçevesi

Adım 1: Engeli Sınıflandır

Tür Sinyaller Yaklaşımın
Bilgi boşluğu "Nasıl yapacağımı bilmiyorum..." Dokümantasyon ara, kaynak kodu oku, örnek bul
Karar felci "Hangisini seçeceğime karar veremiyorum..." Artıları/eksileri listele, geri alınabilir seçeneği seç, hızlı ilerle
Döngüsel debug Aynı hata 3+ kez Geri adım at, problemi sıfırdan ifade et, tersini dene
Kapsam karışıklığı "Bu düşündüğümden büyükmüş" Yak-shave kontrolü — doğru problemi mi çözüyorlar?
Çevresel Build/deploy/config sorunları Log'ları kontrol et, ön gereksinimleri doğrula, temiz durumdan dene
Yanlış soyutlama Kod çalışıyor ama yanlış hissettiriyor Zihinsel modelin gerçeklikle örtüşüp örtüşmediğini kontrol et

Adım 2: İlk İlkeleri Uygula

Çözüm önermeden önce varsayımları doğrula:

  1. Hedef doğru mu? Bazen insanlar yanlış problemi çözdükleri için tıkanır.
  2. Kısıtlamalar gerçek mi? Birçok "gereksinim" aslında sorgulanabilecek varsayımlardır.
  3. İşe yarayacak en basit şey ne? Zarif çözümle değil, en basit çözümle başla.

Read the full file on GitHub · 109 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. 6d ago First seen · 109 lines · 81 tokens per session scan A 5a303ec37a57

Subscribe to this mod's changes

unsticker is an agent published in the GitHub repository komunite/kalfa (244 stars, last pushed 4mo ago), licensed MIT. It adds 81 tokens to every session and 1,243 once invoked, about $0.0004 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.