/plugin marketplace add ImproperSubset/cc-governance-skills/plugin install cc-governance-skills@cc-governance-skillsDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "if [ -f \"$CLAUDE_PROJECT_DIR/docs/tracking/ACTIVE.md\" ]; then echo 'Tip: Check docs/tracking/ACTIVE.md for current work status.'; fi",
"timeout": 5
}
],
"matcher": "*"
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "prompt",
"prompt": "Before proceeding with this request, evaluate which installed skills may be relevant. For each potentially relevant skill, briefly state why it applies or doesn't apply. If any skills apply, use the Skill tool to load them before implementing the solution. This ensures consistent application of documented patterns and best practices.",
"timeout": 30
}
],
"matcher": "*"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"prompt": 1,
"command": 1
},
"eventStats": {
"SessionStart": 1,
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 1
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}