No description
Find a file
Claudio Maradonna 52173c75a9
chore(marketplace): track conventional-commit main instead of v0.3.1
Pin the plugin source ref to the moving `main` branch so changes in
the dedicated repo are picked up without re-tagging the plugin and
bumping the marketplace each time. The plugin entry's `version`
field is set to `main` to reflect the moving target.
2026-04-30 16:08:12 +00:00
.claude feat: initial release with conventional-commit plugin 2026-04-28 12:56:06 +02:00
.claude-plugin chore(marketplace): track conventional-commit main instead of v0.3.1 2026-04-30 16:08:12 +00:00
.gitignore feat: initial release with conventional-commit plugin 2026-04-28 12:56:06 +02:00
LICENSE feat: initial release with conventional-commit plugin 2026-04-28 12:56:06 +02:00
README.md refactor(marketplace): point conventional-commit at dedicated repo 2026-04-30 10:44:06 +00:00

claude-plugins

A Claude Code plugin marketplace by Claudio Maradonna. Each plugin enforces a disciplined, opinionated workflow — install only what you need.

Installation

Add the marketplace once:

/plugin marketplace add https://git.unitoo.it/claudiomaradonna/claude-plugins.git

Then install any plugin individually:

/plugin install <plugin>@claudiomaradonna

To pin a specific version, append a tag or commit ref to the marketplace URL:

/plugin marketplace add https://git.unitoo.it/claudiomaradonna/claude-plugins.git#v0.1.0

Update installed plugins with:

/plugin marketplace update claudiomaradonna

Plugins

Name Summary
conventional-commit Disciplined Git workflow — Conventional Commits, atomic commits, typed branches, linear history. Provides /commit and /push.

Layout

This repo is a thin aggregator: each plugin lives in its own dedicated repository, referenced from .claude-plugin/marketplace.json via the source: { source: "url", url: "...", ref: "vX.Y.Z" } form. The marketplace itself only carries the manifest, this README, and the LICENSE.

.claude-plugin/
  marketplace.json                # marketplace manifest — lists plugins and points to their repos
README.md
LICENSE

A plugin's own repo carries .claude-plugin/plugin.json, README.md, LICENSE, and the relevant skills/ / commands/ / agents/ / hooks/ (and optional claude-jail/ companion Dockerfile) at its root.

To add a plugin: create the dedicated repo with the structure above, tag a release (vX.Y.Z), then add a corresponding entry to .claude-plugin/marketplace.json pinning to that tag.

License

BSD 3-Clause — see LICENSE.