/plugin marketplace add jasonkuhrt/claude-marketplace/plugin install markdown@jasonkuhrtDefined inline in plugin.json manifest
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bash -c 'for f in $CLAUDE_FILE_PATHS; do [[ \"$f\" == *.md ]] && dprint fmt \"$f\" 2>/dev/null; done; true'"
}
],
"matcher": "Write|Edit"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 1
},
"eventStats": {
"PostToolUse": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 1
}
}