Skip to content

jeremiahgage/codex-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codex Plugins

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.

Layout

  • .agents/plugins/marketplace.json: marketplace manifest for Codex.
  • plugins/codex-plugins/.codex-plugin/plugin.json: plugin manifest.
  • plugins/codex-plugins/skills/: packaged Codex skills.

Remote Install

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-plugins

Start a new Codex thread after installing so the packaged skills are loaded.

Local Install

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-plugins

Start a new Codex thread after installing so the packaged skills are loaded.

Usage

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].

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors