silver:bugfix

silver:bugfix is a skill for Claude Code from alo-exp/silver-bullet. It costs 43 tokens per session (662 once invoked), scanned A, original, no licence file.

A bug-fixing workflow that investigates a problem, writes a regression test, applies a fix, reviews it, verifies it, and prepares it for release.

In plain words
What is it for?
Use it to triage bugs, choose an investigation path, create a test-driven regression check, implement the fix, and verify the result.
Why use it?
It gives bug work a repeatable path from diagnosis to shipped fix, including a test that prevents the problem from returning.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the silver-bullet plugin — 106 skills, 47 commands, 7 hooks 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/alo-exp/silver-bullet/silver-bugfix
Any agent
npx skills add alo-exp/silver-bullet --skill silver-bugfix
Clone the repo
git clone --depth 1 https://github.com/alo-exp/silver-bullet

Made for: Claude Code.

Or install silver-bullet, the plugin that ships this one along with the rest of its 106 skills, 47 commands, 7 hooks.

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 silver:bugfix

README.md
[![agentmods](https://agentmods.dev/badge/skills/alo-exp/silver-bullet/silver-bugfix.svg)](https://agentmods.dev/skills/alo-exp/silver-bullet/silver-bugfix)
Your own site
<a href="https://agentmods.dev/skills/alo-exp/silver-bullet/silver-bugfix"><img src="https://agentmods.dev/badge/skills/alo-exp/silver-bullet/silver-bugfix.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 662 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00043 $0.00662
Opus 5 $0.00022 $0.00331
Sonnet 5 $0.00009 $0.00132
Haiku 4.5 $0.00004 $0.00066

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

Security

Grade A, and why

silver:bugfix 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 2d 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.

agents/claude/silver:bugfix/SKILL.md · 77 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 2d ago First seen · 77 lines · 43 tokens per session scan A 16761bb042af

Subscribe to this mod's changes

silver:bugfix is a skill published in the GitHub repository alo-exp/silver-bullet (7 stars, last pushed yesterday), with no licence file. It adds 43 tokens to every session and 662 once invoked, about $0.0002 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-09-04.

Related

Other skills, from other repositories

tdd

This skill should be used when the user asks to "add a feature using TDD", "fix a bug with TDD", "do TDD", "red-green-refactor", "write a failing test first", "use test-driven development", "start TDD", "test first approach", "TDD loop", "TDD cycle", or mentions TDD workflow, baby steps, guessing game, or…

t1/tdder · 102 tokens

wave-execution-framework-v2

Use when executing multi-wave engineering work needing strict TDD, bug-capture/fix split, quality gates, and orchestrated teams with per-agent Opus-advisor / Sonnet-executor model routing.

Harshvardhan86/claude-wave-plugin · 48 tokens

legacy-code-expert

Use this agent when you need to safely modify legacy code that lacks tests. It applies Michael Feathers' dependency-breaking techniques from "Working Effectively with Legacy Code" to identify seams, plan characterization tests, and recommend safe transformation paths.

jikig-ai/soleur · 52 tokens

triage-issue

Use when user reports a bug, wants to file an issue, mentions "triage", when investigating a production problem before fixing it, when planning a fix that needs a TDD-shaped GitHub issue, or when a bug needs root-cause analysis before assignment.

aneja5/forge-skills · 58 tokens

diagnose

Skill "diagnose" from morodomi/dev-crew, covering tdd diagnose phase, progress checklist, workflow, step 1: バグ情報収集 and step 2: 仮説生成.

morodomi/dev-crew · 42 tokens

tidewave-integration

Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.

oliver-kriska/claude-elixir-phoenix · 38 tokens