Claude Code plugin marketplace
npx claudepluginhub rodrigoluizs/claude-pluginsProduct management tools for feature definition and planning
Tools for routine repository maintenance and housekeeping
Claude Code plugin marketplace.
In Claude Code, run:
/plugin marketplace add rodrigoluizs/claude-plugins
You will be prompted to install available plugins. Accept to install them all, or choose individually.
After adding the marketplace:
/plugin install product
/plugin install maintenance
To get the latest versions of all installed plugins:
/plugin marketplace update
| Plugin | Skills | Agents | Description |
|---|---|---|---|
product | create-prd | — | Product management tools for feature definition and planning |
maintenance | handle-dependency-prs, fix-ci-main | analyze-dependency-pr, fix-dependency-pr | Tools for routine repository maintenance and housekeeping |
plugins/<your-plugin-name>/.claude-plugin/plugin.json with at minimum:
{
"name": "your-plugin-name",
"version": "1.0.0",
"description": "What it does",
"author": { "name": "Your Name", "email": "[email protected]" }
}
plugins/<your-plugin-name>/skills/<skill-name>/SKILL.md.claude-plugin/marketplace.jsonmain, the release workflow auto-tags and versions itEach plugin is versioned independently using tags in the format <plugin>/vX.Y.Z (e.g. product/v1.2.0).
Version bumps are determined automatically from Conventional Commits:
| Commit prefix | Version bump |
|---|---|
fix: | patch (1.0.0 → 1.0.1) |
feat: | minor (1.0.0 → 1.1.0) |
feat!: or BREAKING CHANGE | major (1.0.0 → 2.0.0) |
Each plugin has a CHANGELOG.md automatically updated on every release.
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.