Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:16:40 +08:00
commit f125e90b9f
370 changed files with 67769 additions and 0 deletions

18
hooks/hooks.json Normal file
View File

@@ -0,0 +1,18 @@
{
"$schema": "https://anthropic.com/claude-code/hooks.schema.json",
"description": "Productivity enhancement hooks for automated insight extraction and learning",
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/extract-explanatory-insights.sh",
"description": "Extract ★ Insight blocks from Claude Code responses after agent stops"
}
]
}
]
}
}