npx claudepluginhub litela-hq/agents-marketplace --plugin coreDefined inline in plugin.json manifest
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "BUN_BE_BUN=1 claude ${CLAUDE_PLUGIN_ROOT}/hooks.ts Stop"
}
],
"matcher": ""
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "BUN_BE_BUN=1 claude ${CLAUDE_PLUGIN_ROOT}/hooks.ts PreCompact"
}
],
"matcher": ""
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "BUN_BE_BUN=1 claude ${CLAUDE_PLUGIN_ROOT}/hooks.ts PreToolUse"
}
],
"matcher": ""
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "BUN_BE_BUN=1 claude ${CLAUDE_PLUGIN_ROOT}/hooks.ts PostToolUse"
}
],
"matcher": ""
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "BUN_BE_BUN=1 claude ${CLAUDE_PLUGIN_ROOT}/hooks.ts Notification"
}
],
"matcher": ""
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "BUN_BE_BUN=1 claude ${CLAUDE_PLUGIN_ROOT}/hooks.ts SubagentStop"
}
],
"matcher": ""
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "BUN_BE_BUN=1 claude ${CLAUDE_PLUGIN_ROOT}/hooks.ts UserPromptSubmit"
}
],
"matcher": ""
}
]
}"{\"riskFlags\": {\"touchesBash\": false, \"matchAllTools\": true, \"touchesFileWrites\": false}, \"typeStats\": {\"command\": 7}, \"eventStats\": {\"Stop\": 1, \"PreCompact\": 1, \"PreToolUse\": 1, \"PostToolUse\": 1, \"Notification\": 1, \"SubagentStop\": 1, \"UserPromptSubmit\": 1}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 7, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 7}}"