{ "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" } ] } ] } }