Files
gh-ccheney-thank-you/.claude-plugin/plugin.json
2025-11-29 18:03:50 +08:00

21 lines
394 B
JSON

{
"name": "thank-you",
"description": "Adds 'thank you' to additional context",
"version": "1.0.0",
"author": {
"name": "ccheney"
},
"hooks": {
"UserPromptSubmit": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/append-thank-you.sh"
}
]
}
]
}
}