error-recovery-patterns
Installation
SKILL.md
Error Recovery Patterns
Overview
Systematic approach to handling and recovering from common errors during task execution. Provides recovery strategies, retry patterns, and fallback approaches for different error types.
Common Error Types
1. Compilation Errors
Symptoms:
- TypeScript compilation fails
- Syntax errors (missing braces, semicolons)
- Type mismatches
- Import path errors
- Method name mismatches