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
Related Skills
agent-ops-git-worktree
OtherThis 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.
agent-ops-git
OtherThis 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.
agent-ops-git-story
OtherThis 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.
content-collections
MetaThis 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.
