No description
  • Dockerfile 100%
Find a file
Claudio Maradonna 0c87a73949
init from claude plugins :)
Codex handles plugins only as local, so we cannot have different repo for different plugins
2026-05-11 14:33:32 +02:00
.agents/plugins init from claude plugins :) 2026-05-11 14:33:32 +02:00
plugins/conventional-commit init from claude plugins :) 2026-05-11 14:33:32 +02:00
.gitignore init from claude plugins :) 2026-05-11 14:33:32 +02:00
LICENSE init from claude plugins :) 2026-05-11 14:33:32 +02:00
README.md init from claude plugins :) 2026-05-11 14:33:32 +02:00

codex-plugins

A Codex plugin marketplace by Claudio Maradonna. Each plugin packages a disciplined, opinionated workflow and can be installed only when needed.

Installation

Add the marketplace once:

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

To pin a specific marketplace version, pass a tag or commit ref:

codex plugin marketplace add https://git.unitoo.it/claudiomaradonna/codex-plugins.git --ref v0.1.0

Update installed marketplace metadata with:

codex plugin marketplace upgrade claudiomaradonna

Plugins

Name Summary
conventional-commit Disciplined Git workflow: Conventional Commits, atomic commits, typed branches, safe publishing, and PR/MR creation. Provides commit, push, and pr skills.

Layout

This repo is a Codex marketplace monorepo. Plugin packages live under plugins/<name>/ and are the source of truth for the marketplace entries.

.agents/plugins/
  marketplace.json                # marketplace manifest listing available plugins
plugins/
  conventional-commit/            # plugin package
README.md
LICENSE

To add a plugin, create plugins/<name>/ with its .codex-plugin/plugin.json, then add the corresponding entry to .agents/plugins/marketplace.json.

License

BSD 3-Clause - see LICENSE.