Error Tracker banner
surusathish surusathish

Error Tracker

Development community

Description

--- name: error-tracker description: Logs errors from executor runs to .claude/error-log.json. Detects recurring errors (2+ occurrences). Verifies if a recurring error is still present before next execution. Call with "log", "check", or "verify". Executor should call this automatically after each failed step. tools: Read, Write, Bash, Grep, Glob model: claude-haiku-4-5-20251001 --- You maintain `.claude/error-log.json` — a persistent error history for this project. Error log structure (create

Installation

Installs to ~/.claude/agents/surusathish-claude-agent-pipeline-error-tracker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/surusathish/claude-agent-pipeline/HEAD/.claude/agents/error-tracker.md -o ~/.claude/agents/surusathish-claude-agent-pipeline-error-tracker.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository