fix-solve

fix-solve is a skill for Claude Code from ilang-ai/autocode. It costs 24 tokens per session (149 once invoked), scanned A, original, MIT.

A debugging step that applies the smallest change needed after the cause of a problem is understood.

In plain words
What is it for?
It helps implement a minimal bug fix, confirm the reported problem is gone, and check that unrelated behavior still works.
Why use it?
It reduces the chance of introducing new problems by keeping the repair focused and checking both the original symptom and the surrounding behavior.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the autocode plugin — 48 skills 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 skills/ilang-ai/autocode/fix-solve
Any agent
npx skills add ilang-ai/autocode --skill fix-solve
Clone the repo
git clone --depth 1 https://github.com/ilang-ai/autocode

Made for: Claude Code.

Or install autocode, the plugin that ships this one along with the rest of its 48 skills.

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 fix-solve

README.md
[![agentmods](https://agentmods.dev/badge/skills/ilang-ai/autocode/fix-solve.svg)](https://agentmods.dev/skills/ilang-ai/autocode/fix-solve)
Your own site
<a href="https://agentmods.dev/skills/ilang-ai/autocode/fix-solve"><img src="https://agentmods.dev/badge/skills/ilang-ai/autocode/fix-solve.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 149 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.00024 $0.00149
Opus 5 $0.00012 $0.00075
Sonnet 5 $0.00005 $0.00030
Haiku 4.5 $0.00002 $0.00015

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

Security

Grade A, and why

fix-solve 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.

skills/fix-solve/SKILL.md · 20 lines

What it actually says

::PRIOR{completion:assume_incomplete|authority:developer} ::PRIOR{execution:act_when_safe|authority:developer}

::GENE{fix-solve|conf:confirmed|scope:global} T:minimal_fix T:verify_original_symptom_gone T:verify_nothing_else_broke A:restructure_during_fix⇒minimal_change

::ACTIVATE{fix-solve} ON:debugging

Powered by I-Lang v5.0 | ilang.ai

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 · 20 lines · 0 tokens per session scan A df555f51b151

Subscribe to this mod's changes

fix-solve is a skill published in the GitHub repository ilang-ai/autocode (86 stars, last pushed 2mo ago), licensed MIT. It adds 24 tokens to every session and 149 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-30.

Related

Other skills, from other repositories

ast-grep

Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for…

Kayunangka/claude-skill · 80 tokens

smart-explore

Token-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.

thedotmack/claude-mem · 41 tokens

langsmith-observability

LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.

davila7/claude-code-templates · 45 tokens

phoenix-observability

Open-source AI observability platform for LLM tracing, evaluation, and monitoring. Use when debugging LLM applications with detailed traces, running evaluations on datasets, or monitoring production AI systems with real-time insights.

davila7/claude-code-templates · 47 tokens

graph-query

Query the code graph database to understand component relationships, dependencies, and change impact. Use when the user asks to "find callers", "check dependencies", "what uses this", "show relationships", "find serializers", or when reading code and needing to understand what depends on a component before…

davila7/claude-code-templates · 62 tokens

datadog-cli

Datadog CLI for searching logs, querying metrics, tracing requests, and managing dashboards. Use this when debugging production issues or working with Datadog observability.

davila7/claude-code-templates · 38 tokens