Ryan-M-Frank

11 mods across 1 repository, 2 stars between them.

volley

01

Ryan-M-Frank/volley

Plugin Claude Code

Volley - two AI coding assistants in one repo, behind a hard lock.

2 1mo ago A tokens not measured original Apache-2.0

volley

02

Ryan-M-Frank/volley

Plugin Claude Code

Two AI coding assistants in one repo, behind a hard lock. Claude and OpenAI Codex plan, implement, and review each other's work without colliding.

2 1mo ago A tokens not measured original Apache-2.0

codex

03

Ryan-M-Frank/volley

MCP server Claude CodeCodexCursor +2

MCP server "codex" as configured in Ryan-M-Frank/volley. Launched with codex mcp-server.

2 1mo ago A tokens not measured copy · 100% Apache-2.0

diagnose

04

Ryan-M-Frank/volley

Skill Claude CodeCodex

Diagnose the Volley environment in one shot - Codex CLI, the bundled MCP bridge, the platform terminal, and the per-repo lock state. Use when setup misbehaves or before starting a session in a new repo.

2 1mo ago A 49 tokens original Apache-2.0

implement

05

Ryan-M-Frank/volley

Skill Claude CodeCodex

Use when a plan is ready to build and you want Codex to implement it. Spawns a visible Windows Terminal tab running Codex with a pre-built prompt that points it at the plan and tells it to log progress to .volley/IMPLEMENTATION-LOG.md. Sets the STATE lock to ACTIVE=codex so Claude won't touch source files until Codex…

2 1mo ago A 92 tokens original Apache-2.0

review-code

06

Ryan-M-Frank/volley

Skill Claude CodeCodex

Use after Codex has implemented a plan. Claude reviews the diff (defaults to uncommitted changes; accepts a git revision range as argument), checks it against PLAN.md and acceptance criteria, and writes a verdict to .volley/CODE-REVIEW.md. Inline review - does not call Codex.

2 1mo ago A 65 tokens original Apache-2.0

review-plan

07

Ryan-M-Frank/volley

Skill Claude CodeCodex

Use to send a plan document to Codex for review via MCP. Defaults to the most recently modified PLAN.md under .planning/, or accept an explicit path argument. Codex's review is written to .volley/PLAN-REVIEW.md and surfaced inline. Fast - completes in seconds.

2 1mo ago A 62 tokens original Apache-2.0

review-pr

08

Ryan-M-Frank/volley

Skill Claude CodeCodex

Use to send a GitHub PR's diff to Codex for review via MCP. Required argument is the PR number. Output written to .volley/PR-REVIEW- .md and shown inline. Asks for explicit user opt-in before posting as a PR comment.

2 1mo ago A 61 tokens original Apache-2.0

setup

09

Ryan-M-Frank/volley

Skill Claude CodeCodex

Use to initialize the Volley Claude+Codex workflow in this repo. Runs once per repo. Verifies Codex is installed, confirms the bundled Codex MCP server is reachable, scaffolds .volley/ with HANDOFF.md template, .gitignore, and an initial STATE file. Runs a smoke test that calls Codex via MCP.

2 1mo ago A 71 tokens original Apache-2.0

status

10

Ryan-M-Frank/volley

Skill Claude CodeCodex

Use to inspect the current Volley lock state. Reports who's active, what task they're on, lock age, whether the named PID is still alive, and lists the most recent .volley/ review files. Use to confirm Codex finished, to check for stale locks, or any time you're unsure whose turn it is.

2 1mo ago A 66 tokens original Apache-2.0

unlock

11

Ryan-M-Frank/volley

Skill Claude CodeCodex

Use to force-clear the Volley STATE lock when something has gone wrong - Codex's terminal crashed, was closed, or otherwise left STATE in a bad state. Confirms with the user before clearing. The escape hatch from the concurrency model.

2 1mo ago A 50 tokens original Apache-2.0