From claudelint
Validates Claude Code hooks.json files for schema correctness, event types, hook types (command/prompt/agent), matcher patterns, and command script references. Useful when hooks fail to fire or need debugging.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claudelint:validate-hooks [flags][flags]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Runs `claudelint validate-hooks` to validate `.claude/hooks/hooks.json` files.
Runs claudelint validate-hooks to validate .claude/hooks/hooks.json files.
claudelint validate-hooks $ARGUMENTS
--path <path> - Custom path to hooks.json--verbose - Show detailed output--warnings-as-errors - Treat warnings as errorsclaudelint validate-hooks
claudelint validate-hooks --path /path/to/hooks.json
npx claudepluginhub pdugan20/claudelint --plugin claudelintGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.