npx claudepluginhub elmmly/genie-team --plugin genieDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/track-artifacts.sh"
}
],
"matcher": "Write"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/reinject-context.sh"
}
],
"matcher": "compact|clear"
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/track-command.sh"
}
]
}
]
}"Initializes .gitignore with init-gitignore.sh on session start and every user prompt submit; syncs todos via sync-todos.sh after TodoWrite tool use. Performs file writes."