Commit 0b6a2f2
authored
feat: Claude Code plugin structure (#39)
* feat: add Claude Code plugin structure, move skills to root
Move skills from src/skills/ to skills/ at repo root and add
.claude-plugin/ manifest for Claude Code plugin and Vercel Skills
CLI compatibility. Three distribution paths now supported:
- claude plugin install (Claude Code native)
- npx skills add (43-agent skills ecosystem)
- npx bmad-method install (BMad Method installer)
BREAKING: src/ directory removed. Module definition path changes
from src/module.yaml to skills/module.yaml (requires bmm update).
* style: fix prettier formatting in plugin manifests
* fix: update markdownlint ignore path for skills/ move1 parent 96b6276 commit 0b6a2f2
69 files changed
Lines changed: 30 additions & 2 deletions
File tree
- .claude-plugin
- skills
- bmad-agent-builder
- assets
- references
- scripts
- bmad-builder-setup
- assets
- scripts
- tests
- bmad-workflow-builder
- assets
- references
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments