agent-ops-recovery
About
This skill handles workflow failures like broken builds, test failures, or stuck agents by diagnosing issues and executing recovery actions. It provides semi-automatic recovery with user confirmation for destructive operations, invoking debugging and state management skills as needed. Use it when unexpected errors occur during development to systematically restore functionality.
Quick Install
Claude Code
Recommendednpx skills add majiayu000/claude-skill-registry -a claude-code/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/agent-ops-recoveryCopy and paste this command in Claude Code to install this skill
GitHub Repository
Frequently asked questions
What is the agent-ops-recovery skill?
agent-ops-recovery is a Claude Skill by majiayu000. Skills package instructions and resources that Claude loads on demand, so Claude can perform agent-ops-recovery-related tasks without extra prompting.
How do I install agent-ops-recovery?
Use the install commands on this page: add agent-ops-recovery to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does agent-ops-recovery belong to?
agent-ops-recovery is in the git category, tagged ai, testing, automation and design.
Is agent-ops-recovery free to use?
Yes. agent-ops-recovery is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
Related Skills
This Claude Skill manages git worktrees for isolated development contexts, allowing developers to work on multiple branches simultaneously without stashing. It enables creating, listing, and removing worktrees to safely test changes separate from the main repository. Use it when you need isolated environments for experimental work or parallel development tasks.
This skill generates human-readable narrative summaries from git commit history for onboarding, retrospectives, and changelogs. It works with or without an LLM, using raw `git log` commands by default. It's useful for understanding project evolution and creating release notes from any period.
This skill safely manages Git operations including branch/commit management and stale state detection. It's designed for developers needing automated Git workflows within Claude Code, particularly when integrated with other agent-ops skills. A key safety feature is that it never pushes changes without explicit user confirmation.
This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
