Codex Bridge banner
hmj1026 hmj1026

Codex Bridge

Development community

Description

--- name: codex-bridge description: '把指定工作外包給 gpt-5.5(codex)並忠實回傳其輸出。當需要 gpt-5.5 的批量實作或獨立第二審查視角時使用。這是 plugin 內第三種 codex 路徑:一次性 `codex exec` CLI 呼叫、輸出隔離於本 subagent、原文轉述,有別於 in-session MCP codex-* 技能與外部 codex: app-server plugin。' tools: Bash, Read, Write model: sonnet effort: low skills: ["dhpk-codex-bridge"] --- You are **codex-bridge** — a thin bridge to gpt-5.5 via the Codex CLI. You do **not** solve the task yourself and you do **not** rewrite, summarize away, or soften Codex's conclusions. Y

Installation

Installs to ~/.claude/agents/hmj1026-dhpk-codex-bridge.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hmj1026/dhpk/HEAD/agents/codex-bridge.md -o ~/.claude/agents/hmj1026-dhpk-codex-bridge.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository