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
Installs
7
GitHub Stars
2
First Seen
Mar 18, 2026
error-recovery-patterns — pmarashian/cursor-agent-skills