Skip to content

Latest commit

 

History

History
78 lines (56 loc) · 1.41 KB

File metadata and controls

78 lines (56 loc) · 1.41 KB

Bugzy Marketplace

The official Bugzy AI marketplace for Claude Code plugins. Tools and workflows to help run the business.

Quick Start

Installation

  1. Add the marketplace to Claude Code:

    /plugin marketplace add https://github.com/bugzy-ai/bugzy-marketplace
  2. Install a plugin:

    /plugin install slides

One-Command Installation

Skip the marketplace setup:

npx claude-plugins install @bugzy-ai/bugzy-marketplace/slides

Available Plugins

slides

Create 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 slides

Usage:

/slides

Adding New Plugins

To add a new plugin to this marketplace:

  1. Create your plugin in plugins/<plugin-name>/
  2. Ensure it has a valid .claude-plugin/plugin.json
  3. Add documentation to the marketplace README
  4. Submit a pull request

Plugin Structure

bugzy-marketplace/
├── README.md
└── plugins/
    ├── slides/
    │   ├── .claude-plugin/
    │   │   └── plugin.json
    │   ├── commands/
    │   ├── skills/
    │   └── README.md
    └── [future-plugins]/

License

MIT