npx claudepluginhub aojdevstudio/dev-utils-marketplace --plugin lang-javascript-hooksDefined in ./hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/typescript-validator.py",
"description": "Validate TypeScript code"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/import-organizer.py",
"description": "Organize imports automatically"
}
],
"matcher": "Write|Edit|MultiEdit"
}
]
}"Runs check-artifact.sh script after PostToolUse events matching Write or Edit tools to validate artifacts post-file modifications. Command execution with 5s timeout, touches file writes."