{ "name": "spec-kit", "description": "💫 Toolkit to help you get started with Spec-Driven Development", "version": "0.0.61", "author": { "name": "GitHub, Inc." }, "commands": [ "./.claude/commands" ], "hooks": { "PreToolUse": [ { "matcher": "Bash", "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/scripts/validate.sh" } ] } ] } }