A Claude Code plugin marketplace. Each plugin lives in its own folder under plugins/; add the marketplace once, then install whichever plugins you want.
claude plugin marketplace add Team-MaRo/claude-pluginsThen install a plugin (see the table below) and enable it via /plugin.
| Plugin | Install | Description |
|---|---|---|
| cc-statusline | claude plugin install cc-statusline@team-maro |
Wires up the cc-statusline MCP server — read-only access to live context usage, rate-limit snapshots, and session cost/token summaries. Requires the cc-statusline binary on PATH. |
The plugin contributes one stdio MCP server (cc-statusline) defined in plugins/cc-statusline/.mcp.json:
{ "mcpServers": { "cc-statusline": { "command": "cc-statusline", "args": ["mcp"] } } }Install the binary first (brew install Team-MaRo/tap/cc-statusline, cargo install --git …, Nix, or a release binary). Tools exposed: context_usage, rate_limits, session_summary (data from $XDG_CACHE_HOME/cc-statusline/sessions.json).
- Create
plugins/<name>/with a.claude-plugin/plugin.jsonand its components (skills/,commands/,.mcp.json,hooks/, …). - Add an entry to
.claude-plugin/marketplace.jsonwith"source": "./plugins/<name>". - Register it in
.github/release-please-config.json(packages["plugins/<name>"]) and.github/release-please-manifest.json.
Conventional Commits; automated releases via release-please (per-plugin tags like cc-statusline-0.1.0). See CONTRIBUTING.md.
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project uses Conventional Commits.
We use SemVer for versioning. For available versions, see the tags on this repository.
- Manuele - D3strukt0r
See also the full list of contributors who participated in this project.
We're currently looking for contributions for the following:
- Bug fixes
- Translations
- etc...
For more information, please refer to our CONTRIBUTING.md guide.
This project is licensed under the MIT License - see the LICENSE.txt file for details.
This project currently uses no third-party libraries or copied code.