Back to Skills

agent-ops-recovery

majiayu000
Updated 27 days ago
48 views
58
9
58
View on GitHub
Otheraitestingautomationdesign

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

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/agent-ops-recovery

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/data/agent-ops-recovery
0

Related Skills

agent-ops-git-worktree

Other

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.

View skill

agent-ops-git

Other

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.

View skill

agent-ops-git-story

Other

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.

View skill

content-collections

Meta

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.

View skill