A collection of plugins for Claude Code.
In Claude Code, run:
/plugin marketplace add hl/mp
Then browse and install plugins:
/plugin
Navigate to the Discover tab to see available plugins, or install directly:
/plugin install <plugin-name>@hl-mp
git clone https://github.com/hl/mp.git ~/.claude/hl-mpEdit ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"hl-mp": {
"source": {
"source": "github",
"repo": "hl/mp"
}
}
}
}/plugin install <plugin-name>@hl-mp
Choose installation scope:
- User: Available across all projects (default)
- Project: Shared with team via version control
- Local: Personal to this repo only
cp -r ~/.claude/hl-mp/plugins/skills/<plugin-name>/skills/<plugin-name> ~/.claude/skills/<plugin-name>| Plugin | Description |
|---|---|
| fw | Spec-driven workflow plugin. |
| oi | Inter-session messaging for Claude Code — send and receive messages between independent sessions. |
See CONTRIBUTING.md for details.
Quick start:
- Create
plugins/<type>/<your-plugin>/ - Add
.claude-plugin/plugin.jsonwith plugin metadata - Add plugin files
- Run
npm run build:registry - Submit a pull request
npm run build:registry # Build .claude-plugin/marketplace.json
npm run validate # Build and display the registryMIT