Skip to main content
Back to registry

hook-developer

parcadei/continuous-claude-v3

Complete reference for developing Claude Code hooks. Use this to write hooks with correct input/output schemas.

Installs163
Install command
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill hook-developer
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Complete reference for developing Claude Code hooks. Use this to write hooks with correct input/output schemas. Hook type options: type: "command" (bash) or type: "prompt" (LLM evaluation) Purpose: Block or modify tool execution before it happens. Input: Output (JSON): Exit code 2: Blocks tool, stderr shown to Claude. Common matchers: Bash , Edit|Write , Read , Task , mcp__.* Purpose: React to tool execution results, provide feedback to Claude. Input: CRITICAL: The response field is tool_response , NOT tool_result . Output (JSON): Blocking: "decision": "block" with "reason" prompts Claude to address the issue. Common matchers: Edit|Write , Bash Purpose: Validate user prompts, inject context before Claude processes.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does hook-developer do?

Complete reference for developing Claude Code hooks. Use this to write hooks with correct input/output schemas.

Is hook-developer good?

hook-developer does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does hook-developer work with?

hook-developer currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to hook-developer?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install hook-developer?

npx skills add https://github.com/parcadei/continuous-claude-v3 --skill hook-developer

Related skills

More from parcadei/continuous-claude-v3

Related skills

Alternatives in Software Engineering