Agent skill · AI & Agents

agent-repair

A two-phase repair skill that analyzes errors and suggests fixes before executing repairs. Phase one: user describes error, agent analyzes and proposes solution. Phase two: upon approval, executes the repair action.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-repair-dglowacki-mega-agent-v2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/agent/agent-repair-dglowacki-mega-agent-v2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Agent Network Repair ## Overview [TODO: 1-2 sentences explaining what this skill enables] # Agent Network Repair Skill ## Overview This skill provides a two-phase approach to diagnosing and repairing system errors, service failures, and configuration issues. ## Workflow ### Phase 1: Analysis and Discussion When the user reports an error or issue: 1. **Gather Information** - Ask the user to describe the error, symptoms, and context - Collect error messages, stack traces, or failure logs - Identify which service, API, or component is affected 2. **Diagnose the Problem** - Analyze the error type (authentication, configuration, network, service availability, etc.) - Check relevant logs or status if accessible - Identify potential root causes - Consider multiple possible solutions 3. **Present Initial Analysis** - Clearly explain what the problem appears to be - List the likely root cause - Propose one or more repair actions - Explain potential risks or side effects - Invite questions or discussion 4. **Iterative Discussion Loop** - User can ask follow-up questions about the analysis - User can request alternative solutions or approaches - User can ask for more details about specific

What's inside
Steps it walks through
  1. Overview
  2. Workflow
  3. Phase 1: Analysis and Discussion
  4. Phase 2: Repair (Only After Explicit Approval)
  5. Common Repair Scenarios
  6. Safety Guidelines
  7. Example Usage
  8. Resources
  9. scripts/
  10. references/
  11. assets/
  12. Extended Example with Discussion Loop
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-repair skill do?

A two-phase repair skill that analyzes errors and suggests fixes before executing repairs. Phase one: user describes error, agent analyzes and proposes solution. Phase two: upon approval, executes the repair action.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-repair-dglowacki-mega-agent-v2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going