Public Codex plugin marketplace for small workflow skills.
It currently packages one plugin, codex-plugins, with these skills:
$ultrareview-plan: review and refine an existing implementation plan with focused subagents.$ultradev: staged implementation through serial worker agents, followed by verification.$ultrareview: parallel multi-lane review of a focus area or current changes.$ultraadversarialreview: Claude-backed adversarial review with local validation and reprioritization of candidate findings.$ultrasimplify: behavior-preserving simplification through parallel cleanup review agents, approved fixes, and verification.
These skills are experimental and intended for local Codex use.
.agents/plugins/marketplace.json: marketplace manifest for Codex.plugins/codex-plugins/.codex-plugin/plugin.json: plugin manifest.plugins/codex-plugins/skills/: packaged Codex skills.
Add this repository as a remote marketplace, then install the plugin:
codex plugin marketplace add https://github.com/jeremiahgage/codex-plugins.git
codex plugin add codex-plugins@codex-pluginsStart a new Codex thread after installing so the packaged skills are loaded.
Clone this repository, then add the repository root as a local marketplace:
git clone https://github.com/jeremiahgage/codex-plugins.git
cd codex-plugins
codex plugin marketplace add "$(pwd)"
codex plugin add codex-plugins@codex-pluginsStart a new Codex thread after installing so the packaged skills are loaded.
These skills are meant to be used with subagents, which must be invoked manually. Here are some example prompts:
Use subagents and $ultrareview-plan [PLAN].
Use subagents and $ultradev [PLAN].
Use subagents and $ultrareview [PLAN].
Use $ultraadversarialreview [FOCUS].
Use subagents and $ultrasimplify [FOCUS].
MIT