Official marketplace for Claude Buddy - Enterprise-Ready AI Development Platform
npx claudepluginhub rsts-dev/claude-buddy-marketplaceInstall and configure Daniel Miessler's Personal AI Infrastructure (PAI) with guided identity customization, symlinked user data, and upgrade support
Official Claude Code plugin marketplace for Claude Buddy and PAI.
| Plugin | Command Prefix | Description |
|---|---|---|
| buddy | buddy:* | Development workflow platform with domains, personas, and TDD |
| pai | pai:* | Install and configure Personal AI Infrastructure |
/plugin marketplace add rsts-dev/claude-buddy-marketplace
# Core development platform
/plugin install buddy@claude-buddy-marketplace
# PAI infrastructure (required by buddy)
/plugin install pai@claude-buddy-marketplace
Close and reopen Claude Code to activate plugins.
Claude Buddy is a PAI-native development workflow platform featuring:
| Command | Purpose |
|---|---|
/buddy:foundation | Initialize project foundation with domain auto-detection |
/buddy:spec | Create feature specifications |
/buddy:plan | Generate implementation plans |
/buddy:tasks | Break down plans into TDD-ordered tasks |
/buddy:implement | Execute tasks (red-green-refactor) |
/buddy:commit | Create professional git commits |
/buddy:docs | Generate comprehensive documentation |
See Commands Reference for full usage and arguments.
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.
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.
# 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
Full Documentation Index — Start here for comprehensive docs.
MIT License - see LICENSE
Copyright (c) 2025 Claude Buddy Contributors