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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- Workflow
- Phase 1: Analysis and Discussion
- Phase 2: Repair (Only After Explicit Approval)
- Common Repair Scenarios
- Safety Guidelines
- Example Usage
- Resources
- scripts/
- references/
- assets/
- Extended Example with Discussion Loop
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.
