
Buddy
- 17 repo stars
- Updated July 30, 2026
- rsts-dev/claude-buddy-marketplace
buddy is a Claude Buddy marketplace plugin that extends an agent's capabilities as part of the Claude Buddy contributor ecosystem.
About
The buddy plugin from the Claude Buddy marketplace, authored by the Claude Buddy Contributors. The candidate provides only a name and author, so its exact behavior is unspecified, but it is distributed as an agent plugin/skill for Claude. Treat it as an agent-extension component pending fuller details.
- Claude Buddy marketplace plugin
- Extends agent capabilities
Buddy by the numbers
- Data as of Jul 31, 2026 (Skillselion catalog sync)
/plugin marketplace add rsts-dev/claude-buddy-marketplace/plugin install buddy@claude-buddy-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 17 |
|---|---|
| Last updated | July 30, 2026 |
| Repository | rsts-dev/claude-buddy-marketplace ↗ |
How do I enable the buddy plugin from Claude Buddy to extend my Claude agent?
A Claude Buddy plugin/skill that extends an agent's capabilities; details are minimal beyond it being part of the Claude Buddy marketplace.
Who is it for?
A developer using Claude Buddy who wants the core buddy plugin active in their agent setup.
Skip if: Users outside Claude Buddy or anyone needing granular documented behavior beyond the marketplace listing.
When should I use this skill?
When configuring Claude Buddy and you want the buddy plugin available in your agent workflow.
What you get
Buddy plugin capabilities integrated into your Claude Buddy agent session.
README.md
Claude Buddy v5 — PAI-Native Development Platform
< Back to Marketplace | Marketplace Docs
PAI-native rewrite of Claude Buddy with 7 focused skills, extensible domain architecture, and integrated persona system covering the complete development lifecycle from specification to deployment.
Prerequisites
- PAI must be installed via the pai plugin
- git for source control operations
- gh CLI for pull request creation (optional)
Development Workflow
/buddy:foundation -> Project principles & governance (auto-detects domain)
|
/buddy:spec -> Feature specification from description
|
/buddy:plan -> Implementation plan from spec
|
/buddy:tasks -> TDD-ordered task breakdown from plan
|
/buddy:implement -> Execute tasks (red-green-refactor)
|
/buddy:commit -> Professional git commit
|
/buddy:docs -> Technical documentation
Skills
| Skill | Command | Description |
|---|---|---|
| SourceControl | /buddy:commit |
Git commits, branches, PRs with conventional commits |
| Foundation | /buddy:foundation |
Create/update foundation with domain detection, personas, and governance |
| Spec | /buddy:spec |
Generate feature specifications (domain-aware templates) |
| Plan | /buddy:plan |
Generate implementation plans (domain-aware templates) |
| Tasks | /buddy:tasks |
Generate TDD-ordered task breakdowns (domain-aware templates) |
| Implementation | /buddy:implement |
Execute tasks with progress tracking and domain references |
| Docs | /buddy:docs |
Generate technical documentation (domain-aware templates) |
Domain System
Foundation auto-detects the project's technology stack (React, JHipster, MuleSoft, or generic default) and selects domain-specific templates, analysis workflows, and reference materials.
Custom domains can be created via /buddy:foundation create domain.
See Domain System docs for detection rules, scoring, template resolution, and custom domain creation.
Persona System
12 specialized personas provide expert perspectives during workflow execution, loaded on-demand based on workflow context.
See Persona System docs for the full directory, workflow mapping, and definition format.
Customization
Each skill checks for user customizations at ~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/{SkillName}/PREFERENCES.md.
See Setup Guide > Configuration for available customization points.
Migration from v4
| v4 | v5 | Notes |
|---|---|---|
| 8 commands + 8 agents + 20 skills | 7 commands + 7 skills | Consolidated architecture |
/buddy:commit |
/buddy:commit |
Same functionality |
/buddy:foundation |
/buddy:foundation |
Enhanced: domain detection, CreateDomain wizard |
/buddy:spec |
/buddy:spec |
Merged command + agent + generator |
/buddy:plan |
/buddy:plan |
Merged command + agent + generator |
/buddy:tasks |
/buddy:tasks |
Merged command + agent + generator |
/buddy:implement |
/buddy:implement |
Merged command + agent |
/buddy:docs |
/buddy:docs |
Merged command + agent + generator |
/buddy:persona |
Integrated | Personas auto-activate in workflows |
| 12 persona skills | Foundation/Personas/ |
Migrated as loadable persona definitions |
| 3 domain skills | Foundation/Domains/ |
Migrated with detection, analysis, templates, references |
| damage-control | Separate plugin | Unchanged |
Plugin Structure
plugins/buddy/
├── .claude-plugin/plugin.json
├── README.md
├── commands/ # 7 thin command wrappers
├── docs/ # Plugin documentation
│ ├── skills.md
│ ├── commands.md
│ ├── architecture.md
│ └── domains.md
└── skills/
├── SourceControl/ # Git workflow
│ ├── SKILL.md
│ └── Workflows/ (3) # Commit, CreateBranch, CreatePR
├── Foundation/ # Project foundation + domains + personas
│ ├── SKILL.md
│ ├── Workflows/ (4) # CreateFoundation, UpdateFoundation, DetectDomain, CreateDomain
│ ├── Domains/ # Extensible domain definitions
│ │ ├── _domain-template/ # Skeleton for new domains
│ │ ├── default/ # Generic fallback (8 files)
│ │ ├── react/ # React.js (10 files)
│ │ ├── jhipster/ # JHipster full-stack (11 files)
│ │ └── mulesoft/ # MuleSoft integration (14 files)
│ └── Personas/ # Specialist personas (12)
│ ├── architect/
│ ├── security/
│ ├── qa/
│ ├── frontend/
│ ├── backend/
│ ├── devops/
│ ├── performance/
│ ├── refactorer/
│ ├── analyzer/
│ ├── mentor/
│ ├── scribe/
│ └── po/
├── Spec/ # Specifications
│ ├── SKILL.md
│ ├── Templates/ (1 fallback)
│ └── Workflows/ (1)
├── Plan/ # Implementation plans
│ ├── SKILL.md
│ ├── Templates/ (1 fallback)
│ └── Workflows/ (1)
├── Tasks/ # Task breakdowns
│ ├── SKILL.md
│ ├── Templates/ (1 fallback)
│ └── Workflows/ (1)
├── Implementation/ # Task execution
│ ├── SKILL.md
│ └── Workflows/ (1)
└── Docs/ # Documentation
├── SKILL.md
├── Templates/ (1 fallback)
└── Workflows/ (1)
Documentation
- Architecture -- System design, layers, data flow diagrams
- Skills Reference -- All 7 skills with workflows and persona loading
- Commands Reference -- Usage, arguments, examples for all commands
- Domain System -- Detection, templates, references, custom domains
- Persona System -- 12 specialists, activation mapping, definition format
Related skills
FAQ
What does the buddy plugin do?
It extends agent capabilities as part of the Claude Buddy marketplace; specifics are minimal in the listing.
Who publishes it?
Claude Buddy Contributors via the Claude Buddy marketplace.