/plugin marketplace add krisarmstrong/language-specs-mcp/plugin install krisarmstrong-specforge@krisarmstrong/language-specs-mcpDefined in hooks/hooks.json
{
"PreToolUse": [
{
"tool": "Write|Edit",
"hooks": [
{
"type": "prompt",
"prompt": "Before writing code, consider using get_checklist for the target language to ensure best practices."
}
]
}
],
"SessionStart": [
{
"tool": "*",
"hooks": [
{
"type": "prompt",
"prompt": "SpecForge is available. Use /checklist <language> before writing code, /spec for documentation, /lint-rule for linter help, and /search-specs to find patterns."
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": true,
"touchesFileWrites": false
},
"typeStats": {
"prompt": 2
},
"eventStats": {
"PreToolUse": 1,
"SessionStart": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}