recovery
✓Workflow recovery protocol for resuming workflows after context loss, session interruption, or errors. Handles state reconstruction, artifact recovery, and seamless workflow continuation.
Installation
SKILL.md
Recovery Skill - Workflow recovery protocol for resuming workflows after context loss, session interruption, or errors. Handles state reconstruction, artifact recovery, and seamless workflow continuation.
| BROKENBUILD | Build errors, syntax errors, module not found | ROLLBACK + fix | | VERIFICATIONFAILED | Test failures, validation errors, assertion errors | RETRY with fix (max 3 attempts) | | CIRCULARFIX | Same error 3+ times, similar approaches repeated | SKIP or ESCALATE |
| CONTEXTEXHAUSTED | Token limit reached, maximum length exceeded | Compress context, continue | | UNKNOWN | No pattern match | RETRY once, then ESCALATE |
Workflow recovery protocol for resuming workflows after context loss, session interruption, or errors. Handles state reconstruction, artifact recovery, and seamless workflow continuation. Source: oimiragieo/agent-studio.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/oimiragieo/agent-studio --skill recovery- Source
- oimiragieo/agent-studio
- Category
- >_Productivity
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is recovery?
Workflow recovery protocol for resuming workflows after context loss, session interruption, or errors. Handles state reconstruction, artifact recovery, and seamless workflow continuation. Source: oimiragieo/agent-studio.
How do I install recovery?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/oimiragieo/agent-studio --skill recovery Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/oimiragieo/agent-studio
Details
- Category
- >_Productivity
- Source
- skills.sh
- First Seen
- 2026-02-01