Skip to main content
Code Guide
Skill Recommended

eval-hooks/

Audit hook definitions in settings.json for validity, performance safety, and exit-code strategy correctness

When to use this

  • After configuring hooks to verify exit-code strategies and performance safety
  • When a hook never fires or seems to hang the agent silently
  • Before deploying a hook to a shared team config to confirm it is safe at production velocity

How to use

  1. Open the template on GitHub and copy its content: skills/eval-hooks/SKILL.md
  2. Place the file inside .claude/skills/ in your project (or globally in ~/.claude/ to share across all projects).
  3. Edit the Markdown content to match your project conventions, team constraints, and specific context.

Related templates