{
  "//": "──────────────────────────────────────────────────────────────────────",
  "//desc": "Plugin manifest  ·  .claude-plugin/plugin.json  ·  QRefAI Field Guide Part 2 (Q2.4)",
  "//what": "A plugin BUNDLES skills + slash commands + subagents + hooks + MCP server definitions into one installable unit. This manifest describes that bundle. Paths below are relative to the plugin root.",
  "//note": "JSON has no comments; \"//\"-prefixed keys are inert documentation — delete in production.",
  "//────": "──────────────────────────────────────────────────────────────────────",

  "name": "acme-code-intel",
  "version": "1.0.0",
  "description": "Acme's code-intelligence plugin: AST/graph search MCP, review skills, and the security-reviewer subagent.",
  "author": "Acme Platform Team",

  "skills": ["./skills/code-review", "./skills/secure-coding-checklist"],
  "agents": ["./agents/security-reviewer.md", "./agents/code-reviewer.md"],
  "commands": ["./commands/review.md"],
  "hooks": "./hooks/settings.json",
  "mcpServers": "./mcp-servers/manifest.json"
}
