Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AgentsAvançado

Hook Development for Claude Code Plugins

poraiskillstore·aiskillstore· v1.0.0 · atualizado em 2026-04-11
85
Score

This skill provides comprehensive guidance for creating and implementing Claude Code plugin hooks, with a focus on the advanced prompt-based hooks API. Use it when the user asks to create or add hooks (PreToolUse, PostToolUse, Stop, etc.), validate tool use, implement prompt-based hooks, use `${CLAUDE_PLUGIN_ROOT}`, set up event-driven automation, or block dangerous commands; also if hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification) are mentioned.

ai-agent-hooksclaude-code-pluginsevent-driven-automationprompt-based-validationtool-use-validationsecurity-policiesagent-customization
Linguagens
TypeScriptJavaScriptPythonJavaC#
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdhook-development/workflow
1. Identify the event to hook into (e.g., PreToolUse, Stop).
2. Choose between prompt-based or command-based hook.
3. Define the matcher to specify which tools or events the hook applies to.
4. Implement the hook logic using bash scripts or prompt engineering.
5. Configure the hook in `hooks.json` or `.claude/settings.json`.
6. Set appropriate timeouts and error handling.
7. Test the hook thoroughly in debug mode.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aShaping Methodology
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aBuilding With Base Account
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aCreate Beads Orchestration
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Hook Development for Claude Code Plugins
hook-development
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.ACT
6.REFLECT
Triggers10
create a hookadd a PreToolUse hookadd a PostToolUse hookadd a Stop hookvalidate tool useimplement prompt-based hooksuse ${CLAUDE_PLUGIN_ROOT}set up event-driven automationblock dangerous commandshandle PreToolUse events

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download hook-development
$ synaptic skills detail hook-development
$ synaptic skills live hook-development

Dependências

jq

Links

GitHub Repository