원클릭으로
implement-hooks
Implement and validate Claude Code hook configurations and hook scripts for command, prompt, and agent workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement and validate Claude Code hook configurations and hook scripts for command, prompt, and agent workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
CRUD operations for Lightdash project agents.
Create and validate Claude sub-agent definitions with correct frontmatter, tool permissions, and delegation boundaries.
Inspection of thread history, memory, and organization-wide agent activity.
Orchestrate evaluation runs and test case management for Lightdash agents.
Package and distribute Claude Code plugins with schema-safe manifests, canonical layout, component wiring, and release-ready validation.
Verify Claude extensions and plugins across hooks, skills, sub-agents, teams, manifest, structure, runtime loading, and CI parity.
| name | implement-hooks |
| description | Implement and validate Claude Code hook configurations and hook scripts for command, prompt, and agent workflows. |
Build or update hooks/hooks.json and related script handlers with deterministic validation.
hooks/hooks.json using stable ${CLAUDE_PLUGIN_ROOT} paths.implement-plugin and cross-check in plugin-verification.Event model and usage: references/hook-events.md
Hook types and payload shape: references/hook-types.md
Matcher patterns and filtering: references/hook-matchers.md
Hook file placement and path rules: references/hook-location.md
Hook config validation: scripts/validate-hooks.sh
Hook script smoke test: scripts/test-hook-script.sh
Base hooks template: assets/templates/hooks-template.json
Command hook example: assets/templates/command-hook-example.sh
Prompt hook example: assets/templates/prompt-hook-example.json
Agent hook example: assets/templates/agent-hook-example.json
../implement-claude-extensions/SKILL.md../implement-plugin/SKILL.md