·errors

Error pattern analysis and troubleshooting for Claude Code sessions. Use when handling errors, fixing failures, troubleshooting issues.

20Installs·1Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/orchestkit --skill errors

SKILL.md

Analyze errors captured from Claude Code sessions to identify patterns and get actionable insights.

| .claude/hooks/posttool/error-collector.sh | Captures errors to JSONL | | .claude/hooks/pretool/bash/error-pattern-warner.sh | Warns before risky commands | | .claude/scripts/analyzeerrors.py | Batch pattern analysis | | .claude/rules/errorrules.json | Learned error patterns | | .claude/logs/errors.jsonl | Raw error log |

Rules are auto-generated by analyzeerrors.py when patterns repeat 2+ times. For manual rules, edit .claude/rules/errorrules.json:

Error pattern analysis and troubleshooting for Claude Code sessions. Use when handling errors, fixing failures, troubleshooting issues. Source: yonatangross/orchestkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/orchestkit --skill errors
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is errors?

Error pattern analysis and troubleshooting for Claude Code sessions. Use when handling errors, fixing failures, troubleshooting issues. Source: yonatangross/orchestkit.

How do I install errors?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill errors 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/yonatangross/orchestkit