AI AGENT ADDONS

Agent Introspection Debugging

affaan-m/ecc
AI & Agent Building
1,186installs

AI agents can get stuck in a loop or waste tokens on failed tasks. They might repeat the same tool call over and over. This skill gives them a way to debug themselves without asking a human for help.

The process has four clear phases. First it captures the failure details. Then it diagnoses the root cause using common patterns. After that it tries a contained recovery using small safe actions. Finally it writes a human-readable report.

This structured approach stops blind retries and saves time. It helps the agent learn from mistakes and get back on track. Developers benefit from fewer crashes and better use of resources.

Add Agent Introspection Debugging skill to your workflow

Global

mkdir -p ~/.claude/skills/agent-introspection-debugging

Project

mkdir -p .claude/skills/agent-introspection-debugging

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago