hooks-authoring
Installation
SKILL.md
/hooks-authoring - Hook Authoring Workflow
Purpose: create or review AgentOps runtime hooks with portable behavior, clear matchers, deterministic tests, and CI-compatible validation.
Execute this workflow. Do not only describe it.
Route
Use this skill when work touches hooks/hooks.json, hooks/*.sh,
lib/hook-helpers.sh, hook schemas, or tests that exercise runtime hooks.
Workflow
- Locate the hook surface.
- Runtime manifest:
hooks/hooks.json - Hook scripts:
hooks/*.sh - Shared helpers:
lib/hook-helpers.sh - Schema:
schemas/hooks-manifest.v1.schema.json - Tests and parity checks:
tests/,scripts/validate-hooks-doc-parity.sh
- Runtime manifest:
Related skills