Validate Hooks banner
tomas-rampas tomas-rampas

Validate Hooks

Development community

Description

--- name: validate-hooks description: Validate hook registration, consistency, and configuration --- Framework root: `${CLAUDE_PLUGIN_ROOT}` (when running from a development checkout of the framework itself, this may be empty — then use the current directory if it contains `claude.json`). All framework file paths below are relative to that root. # /agentic-framework:validate-hooks — Validate Hook Architecture ## Purpose Validate the framework's hook architecture: registration parity (pair pa

Installation

Installs to ~/.claude/skills/tomas-rampas-claude-agentic-framework-validate-hooks/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tomas-rampas-claude-agentic-framework-validate-hooks && curl -fsSL https://raw.githubusercontent.com/tomas-rampas/claude-agentic-framework/HEAD/commands/validate-hooks.md -o ~/.claude/skills/tomas-rampas-claude-agentic-framework-validate-hooks/SKILL.md

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

Full documentation available on GitHub

View Source Repository