Git marketplace repo for local Codex plugin source folders.
The marketplace manifest is stored at:
.agents/plugins/marketplace.json
| Plugin | Purpose |
|---|---|
commit-commands |
Git workflow skills for commit, PR, and stale branch cleanup tasks. |
code-simplifier |
Simplifies recently modified code for clarity and maintainability while preserving behavior. |
Install this marketplace from GitHub:
codex plugin marketplace add cloudhsiao/codex-plugins --ref main
codex plugin add commit-commands@codex-plugins
codex plugin add code-simplifier@codex-pluginsAfter editing a plugin source folder and pushing the change:
python3 /Users/bj/.codex/skills/.system/plugin-creator/scripts/update_plugin_cachebuster.py /Users/bj/Code/github.com/cloudhsiao/codex-plugins/<plugin-name>
codex plugin marketplace upgrade
codex plugin add <plugin-name>@codex-pluginsStart a new Codex thread after reinstalling so updated skills are loaded.