No description
- Dockerfile 100%
Codex handles plugins only as local, so we cannot have different repo for different plugins |
||
|---|---|---|
| .agents/plugins | ||
| plugins/conventional-commit | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
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.