This is a pattern recognition system for Claude Code errors that logs failures to JSONL, builds a rule database from repeated issues, and warns you before running commands that previously failed. It hooks into tool execution to capture connection errors, database failures, and hook timeouts, then generates fix suggestions based on historical patterns. The batch analyzer runs over your last 24 hours or 7 days of errors to surface what keeps breaking. Most useful when you're hitting the same issues repeatedly or want to understand why certain operations fail. The hook integration since CC 2.1.98 makes stderr visible directly in transcripts, which is honestly more helpful than the pattern matching for one-off debugging.
npx skills add https://github.com/yonatangross/orchestkit --skill errors