npx claudepluginhub rfdnxbro/claude-code-marketplace --plugin doc-checkDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-summary.sh",
"timeout": 10,
"statusMessage": "ドキュメントチェックセッションサマリーを記録中..."
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "agent",
"agent": "doc-checker",
"prompt": "変更されたファイルに関連するREADME.mdやCLAUDE.mdの整合性をチェックしてください: $ARGUMENTS",
"timeout": 120,
"statusMessage": "ドキュメント整合性チェック中..."
}
],
"matcher": "Write|Edit|MultiEdit|NotebookEdit"
}
]
}"Runs feedback capture on Stop event. After Edit/Write tools, executes engine checks; after Skill tools, forge checkpoints. Performs file writes."