/plugin marketplace add AndresNaza/claude-plugins/plugin install andresnaza-clickup-sync-clickup-sync@AndresNaza/claude-pluginsDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "if echo \"$FILE\" | grep -q '.roadmap/epics/'; then echo '\\n💡 Epic modified. Sync with: /clickup-sync:push'; fi",
"timeout": 5
}
],
"matcher": "Write|Edit",
"description": "Remind to sync after modifying epic files"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 1
},
"eventStats": {
"PostToolUse": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}