Install
1
Run in your terminal$
npx claudepluginhub rafaelcalleja/claude-market-place --plugin prompt-improverSource
Defined in hooks/hooks.json
Configuration
{
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/improve-prompt.py",
"description": "Run the prompt improvement script"
}
],
"description": "Improves user prompts by adding clarifying questions"
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 1
},
"eventStats": {
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 1,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 1
}
}Stats
Parent Repo Stars2
Parent Repo Forks1
Last CommitDec 7, 2025