The official Bugzy AI marketplace for Claude Code plugins. Tools and workflows to help run the business.
-
Add the marketplace to Claude Code:
/plugin marketplace add https://github.com/bugzy-ai/bugzy-marketplace
-
Install a plugin:
/plugin install slides
Skip the marketplace setup:
npx claude-plugins install @bugzy-ai/bugzy-marketplace/slidesCreate professional presentations with AI-generated images and best practices guidance.
Features:
- Interactive workflow for slide creation
- AI image generation using Gemini 3 Pro
- Best practices for content, layout, and style
- PDF and PowerPoint output
Install:
/plugin install slidesUsage:
/slidesTo add a new plugin to this marketplace:
- Create your plugin in
plugins/<plugin-name>/ - Ensure it has a valid
.claude-plugin/plugin.json - Add documentation to the marketplace README
- Submit a pull request
bugzy-marketplace/
├── README.md
└── plugins/
├── slides/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/
│ ├── skills/
│ └── README.md
└── [future-plugins]/
MIT