Back to Discover

claude-buddy-marketplace

plugin

rsts-dev

Official Claude Code plugin marketplace for Claude Buddy - Enterprise-Ready AI Development Platform

View on GitHub
17 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add rsts-dev/claude-buddy-marketplace

README

Claude Buddy Marketplace

Claude Buddy

buddy.rsts.dev

Official Claude Code plugin marketplace for Claude Buddy and PAI.

Plugins

PluginCommand PrefixDescription
buddybuddy:*Development workflow platform with domains, personas, and TDD
paipai:*Install and configure Personal AI Infrastructure

Installation

Add Marketplace

/plugin marketplace add rsts-dev/claude-buddy-marketplace

Install Plugins

# Core development platform
/plugin install buddy@claude-buddy-marketplace

# PAI infrastructure (required by buddy)
/plugin install pai@claude-buddy-marketplace

Restart Claude Code

Close and reopen Claude Code to activate plugins.

What is Claude Buddy?

Claude Buddy is a PAI-native development workflow platform featuring:

  • Extensible domain system — Auto-detects project type (React, JHipster, MuleSoft, or custom)
  • 12 specialist personas — Expert perspectives loaded contextually during workflows
  • Complete workflow automation — spec, plan, tasks, implement, commit, docs
  • Domain-aware templates — Technology-specific templates for specs, plans, tasks, and docs
  • TDD-first execution — Tests before implementation with parallel task support
  • Custom domain creation — Interactive wizard for adding new technology domains

Workflow Commands

CommandPurpose
/buddy:foundationInitialize project foundation with domain auto-detection
/buddy:specCreate feature specifications
/buddy:planGenerate implementation plans
/buddy:tasksBreak down plans into TDD-ordered tasks
/buddy:implementExecute tasks (red-green-refactor)
/buddy:commitCreate professional git commits
/buddy:docsGenerate comprehensive documentation

See Commands Reference for full usage and arguments.

Domain System

Foundation auto-detects the project's technology stack (React, JHipster, MuleSoft, or generic default) and selects domain-specific templates. Custom domains can be created via /buddy:foundation create domain.

See Domain System for detection rules, scoring, and custom domain creation.

Persona System

12 specialist personas (Architect, Security, QA, Frontend, Backend, DevOps, Performance, Refactorer, Analyzer, Scribe, PO, Mentor) provide expert perspectives loaded contextually during workflow execution.

See Persona System for the full directory and workflow mapping.

Prerequisites

  • Claude Code: Latest version
  • Bun: Required by PAI (Install)
  • git: For source control operations
  • gh CLI: For pull request creation (optional)

Quick Start

# 1. Add marketplace
/plugin marketplace add rsts-dev/claude-buddy-marketplace

# 2. Install plugins
/plugin install pai@claude-buddy-marketplace
/plugin install buddy@claude-buddy-marketplace

# 3. Restart Claude Code

# 4. Set up PAI
/pai:setup

# 5. Initialize project foundation
/buddy:foundation

# 6. Start building
/buddy:spec Create a user authentication API with JWT
/buddy:plan
/buddy:tasks
/buddy:implement
/buddy:commit
/buddy:docs

Documentation

Full Documentation Index — Start here for comprehensive docs.

Marketplace

Buddy Plugin

PAI Plugin

External

  • Website — Official documentation

Support

License

MIT License - see LICENSE

Copyright (c) 2025 Claude Buddy Contributors

Rendered live from rsts-dev/claude-buddy-marketplace's GitHub README — not stored, always reflects the source repo.

2 Plugins

NameDescriptionCategorySource
pai./plugins/pai
buddy./plugins/buddy

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.