Skip to content

bugzy-ai/bugzy-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Official Bugzy AI marketplace for Claude Code plugins

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages