New Claude Code Plugin Marketplace

Supercharge your
Claude Code workflow

Internal plugins for Buzzwoo agency projects. Extend Claude's capabilities with domain-specific commands, skills, and automated workflows.

Get Started View Plugins

Quick Install

# Add the Buzzwoo plugin marketplace
$ claude plugins:add-marketplace git@git.buzzwoo.de:buzzwoo/buzzwoo-claude-plugins.git

Available Plugins

Production-ready plugins built by the Buzzwoo team for agency workflows.

buzzwoo-standard v1.2.0

Agency-wide standards, commands, and workflows for all projects. The foundation for consistent development practices.

git-conventions skill-creator security-auditor skill-architect

buzzwoo-laravel v1.0.0

Laravel-specific standards, patterns, and workflows. Build robust applications following proven conventions.

eloquent api-resources testing-laravel validation architecture

Installation Guide

Get started with Buzzwoo plugins in three simple steps.

1

Add the Marketplace

Register the Buzzwoo marketplace as a plugin source in your Claude Code installation.

$ claude plugins:add-marketplace git@git.buzzwoo.de:buzzwoo/buzzwoo-claude-plugins.git
2

Install a Plugin

Browse available plugins and install the ones you need. Start with buzzwoo-standard for the foundation.

# List available plugins
$ claude plugins:list --marketplace=git@git.buzzwoo.de:buzzwoo/buzzwoo-claude-plugins.git

# Install the standard plugin
$ claude plugins:install buzzwoo-standard

# Install Laravel plugin (requires buzzwoo-standard)
$ claude plugins:install buzzwoo-laravel
3

Start Using

Skills are automatically applied when Claude detects relevant work. Use commands with the plugin prefix.

# Create a pull request following agency standards
$ claude /pr

# Run Laravel tests with the test command
$ claude /buzzwoo-laravel:test