openai

181 mods across 17 repositories, 348k stars between them.

codex-rescue

25

openai/codex-plugin-cc

Agent

Proactively use when Claude Code is stuck, wants a second implementation or diagnosis pass, needs a deeper root-cause investigation, or should hand a substantial coding task to Codex through the shared runtime.

33k 1mo ago A 44 tokens original Apache-2.0

cancel

27

openai/codex-plugin-cc

Command

Cancel an active background Codex job in this repository.

33k 1mo ago A 10 tokens original Apache-2.0

rescue

28

openai/codex-plugin-cc

Command

Delegate investigation, an explicit fix request, or follow-up rescue work to the Codex rescue subagent.

33k 1mo ago A 20 tokens original Apache-2.0

result

29

openai/codex-plugin-cc

Command

Show the stored final output for a finished Codex job in this repository.

33k 1mo ago A 14 tokens original Apache-2.0

review

30

openai/codex-plugin-cc

Command

Run a Codex code review against local git state.

33k 1mo ago A 10 tokens original Apache-2.0

setup

31

openai/codex-plugin-cc

Command

Check whether the local Codex CLI is ready and optionally toggle the stop-time review gate.

33k 1mo ago A 17 tokens original Apache-2.0

status

32

openai/codex-plugin-cc

Command

Show active and recent Codex jobs for this repository, including review-gate status.

33k 1mo ago A 16 tokens original Apache-2.0

transfer

33

openai/codex-plugin-cc

Command

Transfer the current Claude Code session into a resumable Codex thread.

33k 1mo ago A 13 tokens original Apache-2.0

SessionStart

34

openai/codex-plugin-cc

Hook

Runs when a session starts, executing session-lifecycle-hook.mjs via node. From openai/codex-plugin-cc.

33k 1mo ago A tokens not measured copy · 61% Apache-2.0

SessionEnd

35

openai/codex-plugin-cc

Hook

Runs when a session ends, executing session-lifecycle-hook.mjs via node. From openai/codex-plugin-cc.

33k 1mo ago A tokens not measured original Apache-2.0

Stop

36

openai/codex-plugin-cc

Hook

Runs when the agent finishes a response, executing stop-review-gate-hook.mjs via node. From openai/codex-plugin-cc.

33k 1mo ago A tokens not measured copy · 56% Apache-2.0

codex-cli-runtime

37

openai/codex-plugin-cc

Skill Claude CodeCodex

Internal helper contract for calling the codex-companion runtime from Claude Code.

33k 1mo ago A 19 tokens original Apache-2.0

gpt-5-4-prompting

39

openai/codex-plugin-cc

Skill Claude CodeCodex

Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin.

33k 1mo ago A 40 tokens original Apache-2.0

openai/openai-agents-python

Skill Claude CodeCodex

Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents Python repository.

29k 4d ago A 30 tokens original MIT

docs-sync

41

openai/openai-agents-python

Skill Claude CodeCodex

Analyze main branch implementation and configuration to find missing, incorrect, or outdated documentation in docs/. Use when asked to audit doc coverage, sync docs with code, or propose doc updates/structure changes. Only update English docs under docs/ and never touch translated docs under docs/ja, docs/ko, or…

29k 4d ago A 79 tokens original MIT

openai/openai-agents-python

Skill Claude CodeCodex

Analyze artifacts from the latest completed manual examples Make run. Read the main log, every relevant per-example log, and example source; validate every exit-0 example and classify failures, skips, and environment restrictions. Never execute or control examples.

29k 4d ago A 52 tokens original MIT

openai/openai-agents-python

Skill Claude CodeCodex

Perform pre-release planning or a final release-candidate review for openai-agents-python by comparing the target with the previous remote tag, determining the minimum compatible release type, auditing regressions and contract changes, reviewing open documentation PR coverage, drafting minor-release Key Changes, and…

29k 4d ago A 64 tokens original MIT

openai/openai-agents-python

Skill Claude CodeCodex

Perform the repository's risk-tiered independent final review before implementation completion. Use only when explicitly invoked or when repository instructions require it after behavior-impacting implementation work; audit the complete task diff, supported contracts, lifecycle and security boundaries, complexity, and…

29k 4d ago A 58 tokens original MIT

openai/openai-agents-python

Skill Claude CodeCodex

Start and carry an explicitly invoked openai-agents-python implementation through a fresh isolated worktree and a local PR-ready handoff. Fetch the latest origin/main, keep task changes uncommitted, replay them onto the latest main before final review, run applicable verification and $implementation-final-review, use…

29k 4d ago A 113 tokens original MIT

openai/openai-agents-python

Skill Claude CodeCodex

Choose compatibility-aware scope for runtime and API changes in openai-agents-python. Use before initial implementation and each review-feedback batch to decide whether to patch, reset the design, preserve compatibility, or reject unsupported cases.

29k 4d ago A 47 tokens original MIT

maintainer-review

47

openai/openai-agents-python

Skill Claude CodeCodex

Assess an openai-agents-python GitHub issue or pull request as a maintainer. Use to verify the claimed need and practical impact, compare supported alternatives or competing approaches, separate code quality from repository readiness, recommend the maintainer action, and draft a copy-ready comment when evidence…

29k 4d ago A 69 tokens original MIT

openai-knowledge

48

openai/openai-agents-python

Skill Claude CodeCodex

Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available…

29k 4d ago B 83 tokens original MIT