A small catalog for installing four agent plugins across their supported coding harnesses: parallel code review, end-to-end implementation, task handoff, and Homey Pro flow management.
| Plugin | What it does | Claude Code | Codex | Cursor | OpenCode | Antigravity |
|---|---|---|---|---|---|---|
| Reviewer | Runs a risk-based panel of parallel code reviewers. | yes | yes | yes | yes | yes |
| Shipwright | Drives approved development through implementation, review, verification, and QA. | yes | yes | yes | no | yes |
| Handoff | Writes a self-contained dossier for a fresh agent to continue a task. | yes | yes | yes | yes | yes |
| Homey | Creates and manages Homey Pro flows through its local API. | yes | no | no | no | no |
Implementations, behavior, safety rules, and development instructions live in the linked standalone repositories.
Add this catalog, then install the plugins you want:
claude plugin marketplace add psjostrom/agent-plugins
claude plugin install reviewer@agent-plugins
claude plugin install shipwright@agent-plugins
claude plugin install handoff@agent-plugins
claude plugin install homey@agent-pluginsAdd this catalog, then install the supported plugins you want:
codex plugin marketplace add psjostrom/agent-plugins
codex plugin add reviewer@agent-plugins
codex plugin add shipwright@agent-plugins
codex plugin add handoff@agent-pluginsStart a new task after installation so Codex discovers the installed skills.
Public listings are not available for Reviewer, Shipwright, or Handoff. To use one in Cursor, clone its standalone repository and load it as a local plugin. Shipwright also requires Superpowers 6.1.1 or newer. Homey has no Cursor plugin.
Clone Reviewer or Handoff and run its installer from the repository root:
git clone https://github.com/psjostrom/reviewer.git
cd reviewer
./install-opencode.sh install
cd ..
git clone https://github.com/psjostrom/handoff.git
cd handoff
./install-opencode.sh installBoth require the global install for trusted shared-file resolution.
--project adds local discovery links but does not replace it. Shipwright and
Homey have no OpenCode plugin.
Install each supported standalone repository directly:
agy plugin install https://github.com/psjostrom/reviewer
agy plugin install https://github.com/psjostrom/shipwright
agy plugin install https://github.com/psjostrom/handoff| Plugin | Claude Code | Codex | Cursor | OpenCode | Antigravity |
|---|---|---|---|---|---|
| Reviewer | /reviewer:review |
$parallel-review |
/parallel-review |
/parallel-review |
/parallel-review |
| Shipwright | /shipwright:shipwright |
$shipwright:shipwright |
/shipwright |
— | /shipwright |
| Handoff | /handoff:handoff |
$handoff:handoff |
/handoff |
/handoff |
/handoff |
| Homey | /homey:homey-flows |
— | — | — | — |
Licensed under MIT.