mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-28 09:23:05 +08:00
19 lines
492 B
Markdown
19 lines
492 B
Markdown
# Plugin System
|
|
|
|
Claude Code plugins for this repo are defined in `.claude-plugin/marketplace.json`.
|
|
|
|
## Install
|
|
|
|
```bash
|
|
/plugin marketplace add stellarlinkco/myclaude
|
|
/plugin list
|
|
```
|
|
|
|
## Available Plugins
|
|
|
|
- `bmad` - BMAD workflow (`./agents/bmad`)
|
|
- `requirements` - requirements-driven workflow (`./agents/requirements`)
|
|
- `dev-kit` - development essentials (`./agents/development-essentials`)
|
|
- `omo` - orchestration skill (`./skills/omo`)
|
|
- `sparv` - SPARV workflow (`./skills/sparv`)
|