{
  "name": "go",
  "version": "1.0.0",
  "description": "Go 工程最佳实践:gofmt、错误处理、并发安全、测试与项目结构。",
  "keywords": [
    "go",
    "golang",
    "backend"
  ],
  "license": "MIT",
  "interface": {
    "displayName": "Go",
    "shortDescription": "Go engineering best practices + main-branch guard",
    "developerName": "kimi-boost",
    "websiteURL": "https://github.com/shidesheng0218/kimi-boost"
  },
  "skills": "./skills/",
  "agents": "./agents/",
  "commands": "./commands/",
  "skillInstructions": "仅在检测到 Go 项目(如存在 go.mod)时应用本 skill 的规范;非 Go 项目不要强行套用。",
  "hooks": [
    {
      "event": "PreToolUse",
      "matcher": "Bash",
      "command": "node ./hooks/protect-main.mjs",
      "timeout": 5
    }
  ]
}
