{
  "markdown": "# CADBuildr AI Plugin\n\nThis repository provides CADBuildr skills and MCP configuration for customer workflows in Claude Code, Cursor, Codex, and Mistral Vibe.\n\n## Prerequisites\n\nSet your CADbuildr API key before starting your AI tool:\n\n```bash\nexport CADBUILDR_API_KEY=\"your_api_key\"\n```\n\nTo obtain a key go to `hub.cadbuildr.com/settings`\n\n## Claude Code setup\n\n### Install from CADbuildr marketplace (recommended)\n\nRun Claude Code from your project directory:\n\n```bash\nclaude\n```\n\nThen run these commands **inside the Claude chat session** (not in your shell):\n\n```text\n/plugin marketplace add cadbuildr/cadbuildr-ai-plugin\n/plugin install cadbuildr@cadbuildr-ai-plugin\n/reload-plugins\n```\n\nWhat each command does:\n\n- `/plugin marketplace add ...` registers the CADbuildr marketplace (usually one-time per machine/scope)\n- `/plugin install ...` installs the CADbuildr plugin from that marketplace\n- `/reload-plugins` reloads installed plugins in the current Claude session\n\n### Local development fallback (`--plugin-dir`)\n\nRun Claude from your project with this plugin directory:\n\n```bash\nclaude --plugin-dir /absolute/path/to/cadbuildr-ai-plugin\n```\n\nThen in the Claude session:\n\n```text\n/reload-plugins\n```\n\n## Cursor setup\n\nUse this repository as your plugin source for Cursor. Cursor reads:\n\n- `.cursor-plugin/plugin.json`\n- `skills/*/SKILL.md`\n- `.mcp.json`\n\n## Codex setup\n\nCodex discovers repository skills from `.agents/skills` (from your current working directory up to the repository root).\n\nThis repository includes Codex wrappers at:\n\n- `.agents/skills/*/SKILL.md`\n\nEach wrapper points to the canonical implementation in:\n\n- `skills/*/SKILL.md`\n\n### Run with this repo\n\nFrom this repository root:\n\n```bash\ncodex\n```\n\nThen ask Codex for CADBuildr workflows (for example, foundation setup, render/export, or broker/viewer setup).\n\n### MCP server for Codex\n\nCodex MCP configuration depends on your local Codex client setup. Reuse the same CADBuildr server values from `.mcp.json`:\n\n- name: `cadbuildr`\n- url: `https://mcp.cadbuildr.com/mcp/`\n- header: `x-api-key: ${CADBUILDR_API_KEY}`\n\n## Mistral Vibe setup\n\nRun Vibe from this repository root:\n\n```bash\nvibe --workdir .\n```\n\nVibe discovers skills through `.vibe/config.toml`.\n\n## Repository contents\n\n- `.claude-plugin/plugin.json` - Claude Code plugin metadata\n- `.claude-plugin/marketplace.json` - Claude Code marketplace catalog\n- `.cursor-plugin/plugin.json` - Cursor plugin metadata\n- `.agents/skills/*/SKILL.md` - Codex skill discovery wrappers\n- `.mcp.json` - CADbuildr MCP server configuration\n- `.vibe/config.toml` - Mistral Vibe MCP and skills configuration\n- `skills/*/SKILL.md` - CADbuildr workflow skills\n",
  "bytes": 2681,
  "sha": "26b2b75ea5adfe4d2065d76a8efbc0406e4eacf30e77354f25608798c8c52185",
  "repo_slug": "cadbuildr/cadbuildr-ai-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_cadbuildr_cadbuildr_ai_plugin_cadbuildr__494764b6/readme"
}