Codex plugins for AI-assisted software engineering workflows.
Add this repository as a Codex plugin marketplace:
codex plugin marketplace add corymhall/toolkitThen open the Codex plugin directory and install the plugins you want from the
toolkit marketplace.
To update later:
codex plugin marketplace upgrade toolkitCodex installs plugin contents into its local plugin cache. Updates are picked up through the normal marketplace upgrade flow when a plugin's manifest version changes.
| Plugin | What It Adds |
|---|---|
| Engineering Review | Code review, PR review, Go development, Neovim plugin development, and reviewer role prompts. |
| Provider Issue Workbench | Pulumi provider issue triage, Pulumi and Terraform repro staging, bridge parity investigation, and workaround analysis. |
| Pulumi Audit | Pulumi test rationalization audit workflow, references, and helper scripts. |
| Codex Workflows | Collaborative framing, repo readiness audit, git-spice stack management, and multi-model evaluation. |
| Claude | Chat-only Claude Code review and adversarial review skills for second-opinion feedback. |
If you are working from a local clone, register the checkout itself as the marketplace:
git clone https://github.com/corymhall/toolkit.git
cd toolkit
scripts/install-local-plugins.shThe local install script registers the checkout as the toolkit marketplace
and refreshes local Codex reviewer role links used by the review plugin. It
does not force-install individual plugins; use the Codex plugin directory for
that.
- max-sixty/worktrunk — worktree lifecycle and hook-based automation
- obra/superpowers — thinking and review patterns that still influence the repo
- steveyegge/gastown — reference material that informed earlier experiments
MIT