npx claudepluginhub stevegjones/ai-first-sdlc-practices --plugin sdlc-coreDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python ${CLAUDE_PLUGIN_ROOT}/scripts/check-tmp-usage.py"
}
],
"matcher": "Write|Edit"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/session-banner.sh"
}
]
}
]
}"Injects context with inject-context.sh on SessionStart and detects antipatterns via detect-antipatterns.sh after Write|Edit tool uses. Performs file writes."