npx claudepluginhub jrhicks/agent-hicks-marketplace --plugin kittDefined inline in plugin.json manifest
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/skills/speak/scripts/speak.sh"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/skills/speak/scripts/on-enable.sh"
}
]
}
]
}"Runs state-tracker.sh script on UserPromptSubmit and Stop events to track session or prompt state. No bash execution or file writes."