By yigitkonur
Noncanonical pre-release codex-bridge plugin scaffold with a placeholder skill and empty hooks config for incremental plugin surface rollout.
Send mid-turn guidance to an active Codex Bridge turn
Run a Codex Bridge review that challenges implementation approach and design assumptions
Show Codex CLI authentication status for Codex Bridge
Wait until a Codex Bridge job writes a specific artifact path
Cancel an active background Codex Bridge job
Use when codex-bridge has produced a worktree diff that needs adjudication and a verdict written. Not for ad-hoc code review — use /codex-bridge:review for that. This agent is the review→verdict half of the closed-loop iterate flow; it stays out of the parent context.
Proactively use when Claude Code should hand substantial implementation, debugging, or follow-up work to Codex Bridge through the shared runtime
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
A Claude Code plugin that delegates substantial coding work to OpenAI Codex through a hook-driven runtime. Claude orchestrates; Codex executes. Hooks intercept native Agent spawns, auto-arm Monitor on background dispatches, isolate write-mode tasks in per-task git worktrees, and surface running-job state into context — so the orchestrator rarely has to teach itself how to drive the bridge.
# 1. install Codex and sign in
npm i -g @openai/codex && codex login
# 2. install the plugin
/plugin install codex-bridge@yigitkonur
# 3. verify
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.mjs" setup --json | jq '.result.ready'
If setup reports true, you're done. Open Claude Code in any repo and ask it to "have Codex…" — the plugin takes over.
Migrating from the v1.x skill at ~/.agents/skills/codex-bridge/? See MIGRATION.md.
The v1.x version of codex-bridge was a 22K-word user-level skill that taught Claude how to drive the bridge by reading prose. v2.0 turns most of that teaching into runtime enforcement:
task --write invocations that omit --worktree-auto. Worktree isolation is the canonical contract for write-mode work; check result.isolation_mode because branch-only fallback, explicit --cwd, or user opt-out can still run in the requested checkout.--json envelope and emits the literal Monitor invocation as additionalContext — Claude arms it on the next turn without you having to teach the rule.The skill is now ~3,600 words instead of 22,000. The runtime owns the wiring; SKILL.md owns the judgment.
# delegate substantial work, isolated in a worktree, with concerns flowing into review
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.mjs" task --background --write --worktree-auto --json --brief @brief.json "Read brief.json and implement its worker_assignment."
# adversarial review using the brief's specific_concerns as {{OPUS_CONCERNS}}
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.mjs" adversarial-review --scope branch --base main --brief @brief.json
# staged loop helper: returns next_action for manual task -> review -> verdict
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.mjs" iterate <task_id> --max 3 --brief @brief.json
The slash-command equivalents (/codex-bridge:task, /codex-bridge:adversarial-review, /codex-bridge:iterate) are preferred — the hooks fire on the underlying Bash invocations.
Write-mode work doesn't auto-land. Each task produces a worktree at <repo>/../.codex-bridge-worktrees/<task_id> on a subagent/codex/<task_id> branch. Convert review findings into a verdict, then merge:
/codex-bridge:verdict <task_id> --set approved --summary "Tests green; concerns dismissed."
/codex-bridge:merge <task_id> # gated; refuses if verdict ≠ approved
The Stop hook blocks session exit while approved-but-unmerged verdicts exist. /codex-bridge:verdict <task_id> --discard is the explicit "do nothing with this" sink.
The brief is the canonical channel for non-trivial dispatch. It's a small JSON object that travels from dispatch through review:
{
"goal": "Add retry/backoff to the upstream fetcher",
"worker_assignment": "Implement exponential backoff with jitter, max 3 attempts; preserve the public API; cover with a unit test.",
"specific_concerns": [
"Don't swallow non-retryable 4xx upstream errors",
"Make the timeout configurable via the existing Config object"
],
"acceptance_criteria": ["npm test passes", "diff under 200 lines"]
}
A technical PM/CTO conductor for every herdr agent tab — discover live agents, split a conductor in beside each, drive it with scored impact×effort menus + parallel git-worktree lanes + cross-model review, and optionally supervise the whole fleet autonomously in monitor mode.
Hook-driven Claude Code plugin that delegates implementation, review, and closed-loop iteration to OpenAI Codex with worktree isolation, structured briefs, Monitor auto-arm, and trust-budgeted merge. Adapter abstraction in place for future backends.
Real production SwiftUI usage from 1,857 shipping macOS apps PLUS 33 macOS-SwiftUI skills (28 domain audits + write/modernize/scaffold) — all backed by the swiftui-ctx CLI. Look up how an API is really used and the consensus argument shape, flag deprecated calls, scaffold whole patterns, and run domain audits (accessibility, concurrency, state/observation, liquid glass, navigation, nativeness, and more) that ground every finding in real code with GitHub permalinks. Use before writing, reviewing, modernizing, or auditing SwiftUI on macOS.
Investigate production errors, crashes, logs, performance, and session replays through the new Sentry CLI — a token-efficient debugging funnel for AI agents (not legacy sentry-cli).
Drive a Codex sub-agent from Claude Code through a herdr pane. Stream one JSON verdict per state change via the Monitor tool (watch), or get one verdict per blocking turn — no screen-scraping, no status polling.
npx claudepluginhub yigitkonur/codex-bridge --plugin codex-bridgev9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.