This is a plugin marketplace for Claude Code.
A plugin marketplace is a catalog that distributes Claude Code plugins. It contains:
- A
marketplace.jsonregistry listing available plugins - Plugin source directories in
plugins/
That's it. This repo is not a CLI tool, not a plugin framework, and not documentation for Claude Code.
| Plugin | Description |
|---|---|
| commit-authoring | AI-powered git commit message generation and staging management |
| claude-workflows | Expert guidance for creating GitHub workflows with Claude Code Action |
| starlight-docs | Documentation site scaffolding with Starlight |
Add this marketplace to Claude Code:
/plugin marketplace add github:onezerocompany/claude-plugins
Install a plugin:
/plugin install commit-authoring@onezero-plugins
To add a plugin to this marketplace:
- Fork this repository
- Add your plugin to
plugins/your-plugin-name/ - Add an entry to
.claude-plugin/marketplace.json - Submit a pull request
For how to create plugins, see the official Claude Code plugin documentation.
MIT