repair

repair is a skill for Claude Code from dynos-fit/dynos-work. It costs 51 tokens per session (396 once invoked), scanned A, original, MIT.

A command for fixing one specific issue found by the dynos-work audit process. It reads the audit evidence, assigns the repair, and checks the result again.

In plain words
What is it for?
Use it to repair a named finding, review open blocking findings, or repair all suitable findings in parallel with `/dynos-work:repair`.
Why use it?
It avoids rerunning the entire audit and helps ensure the underlying problem is fixed rather than only its visible symptom.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the dynos-work plugin — 33 skills, 37 agents shipped together

Good fit Use it to repair a named finding, review open blocking findings, or repair all suitable findings in parallel with /dynos-work:repair.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dynos-fit/dynos-work/repair
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 dynos-fit/dynos-work --skill repair
Clone the repo
git clone --depth 1 https://github.com/dynos-fit/dynos-work

Made for: Claude Code.

Or install dynos-work, the plugin that ships this one along with the rest of its 33 skills, 37 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 repair

README.md
[![agentmods](https://agentmods.dev/badge/skills/dynos-fit/dynos-work/repair/github.svg)](https://agentmods.dev/skills/dynos-fit/dynos-work/repair)
Your own site
<a href="https://agentmods.dev/skills/dynos-fit/dynos-work/repair"><img src="https://agentmods.dev/badge/skills/dynos-fit/dynos-work/repair/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 repair

Your own site · 80×15
<a href="https://agentmods.dev/skills/dynos-fit/dynos-work/repair"><img src="https://agentmods.dev/badge/skills/dynos-fit/dynos-work/repair.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 396 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.
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.00051 $0.00396
Opus 5 $0.00026 $0.00198
Sonnet 5 $0.00010 $0.00079
Haiku 4.5 $0.00005 $0.00040

Measured yesterday against content hash 26144dbc97b4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

repair 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 yesterday.

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/repair/SKILL.md · 43 lines

What it actually says

dynos-work: Repair

Manually repair a specific finding from an audit report. Use this when you need to fix a precise issue without running the full audit pipeline.

Ruthlessness Standard

  • A repair that cannot survive re-audit is not a repair.
  • Fix the mechanism, not the screenshot of the symptom.
  • If the instruction is vague, stop and sharpen it before spawning an executor.

What you do

  1. Find the active task in .dynos/
  2. Read the latest audit reports
  3. If the user specifies a finding ID, repair that finding only
  4. If no finding specified, show all open blocking findings and ask which to repair
  5. Spawn the appropriate executor subagent with the precise repair instruction
  6. After repair, re-run only the auditor(s) that reported the finding (plus always spec-completion and security)
  7. Report new audit result

Usage

/dynos-work:repair                    — shows all open findings, ask which to fix
/dynos-work:repair sec-003            — repairs finding sec-003
/dynos-work:repair --all              — repairs all open findings in parallel (where file-safe)

Executor selection

Use the finding's assigned_executor from the audit report. If it is missing, stop and surface the gap instead of inferring ownership from file extension or guessing.

Hard rules

  • Always re-audit after repair — do not assume the fix worked
  • Always include spec-completion and security in the re-audit
  • Do not hand-write repair-log.json; that file belongs to the deterministic audit repair loop
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday First seen · 43 lines · 51 tokens per session scan A 26144dbc97b4

Subscribe to this mod's changes

repair is a skill published in the GitHub repository dynos-fit/dynos-work (2 stars, last pushed 2d ago), licensed MIT. It adds 51 tokens to every session and 396 once invoked, about $0.0003 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-07.

Related

Other skills, from other repositories

systemic-issue-triage

Trigger: new issue, bug report, triage, backlog, issue flood, community report, root cause, dead-end, blocked user. Attack issues by root class, never one-by-one; fixes must shrink the system, not grow it.

Gentleman-Programming/gentle-ai · 57 tokens

ring:dispatching-workflows

Executing a phased plan in rolling waves where each phase runs as one multi-agent workflow harness: the supervisor elaborates the phase into tasks against the real landed code, launches a workflow that implements with TDD and runs mandatory in-harness review plus an adversarial contrarian pass (and researchers when…

LerianStudio/ring · 142 tokens

ring:searching-code

Forensic code search and analysis with optional Chain of Draft (CoD) ultra-concise mode. Five-phase methodology (clarification, planning, execution, analysis, synthesis) with severity assessment. Use for targeted investigation of specific patterns, bugs, or vulnerabilities. Skip for broad architecture mapping (use…

LerianStudio/ring · 74 tokens

ring:using-assert

Using lib-observability/assert, Lerian's runtime assertion package, in two modes. Sweep Mode detects panic()/log.Fatal zero-panic violations, DIY invariant checks, hand-rolled domain predicates, and missing InitAssertionMetrics. Reference Mode catalogs the asserter lifecycle, domain predicates, observability trident…

LerianStudio/ring · 99 tokens

ring:fixing-lint

Fixing lint to a clean state: runs the linter, groups reported issues into independent streams, and dispatches one parallel fixer agent per stream (ring:backend-go for Go, ring:general-purpose otherwise), iterating until clean. Use when a codebase has lint errors across multiple files. Skip for a single error (fix…

LerianStudio/ring · 96 tokens

ring:implementing-tasks

Implementing a single planned task (Task N.M.T) end-to-end: selects the right backend agent by language and service type, drives one TDD RED->GREEN turn, then verifies coverage, lint, license headers, runtime, and delivery before handoff. Runs as Gate 0 before ring:reviewing-code. Use to drive ONE task inside an…

LerianStudio/ring · 103 tokens