When you need to verify that a Claude Code skill actually did what it was supposed to, this parses session logs and compares them against the SKILL.md spec. It digs through your ~/.claude/ debug logs to extract SubAgent calls, hook triggers, and artifact changes, then builds a pass/fail report. Honestly most useful when you're debugging why a skill isn't behaving right or when you're building new skills and want to confirm the hooks and SubAgents fired in the right order. The scripts handle the grep patterns for you, which saves time since the log format isn't exactly intuitive. Think of it as a test suite for skills that already ran.
npx -y skills add ai-native-camp/camp-2 --skill session-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot