codex-sdk-docslisted
Install: claude install-skill Nicolasmoute/TeamOfTen
# Codex SDK Docs
Use this skill for questions or implementation work involving:
- Codex repository skills under `.agents/skills`.
- Programmatic Codex automation with `@openai/codex-sdk`.
- Local Codex app-server integrations and JSON-RPC protocol behavior.
- OpenAI developer Docs MCP setup for Codex, editors, or agent tooling.
## Workflow
1. Read `references/openai-codex-docs.md` for the current repo-owned summary and source URLs.
2. For exact commands, protocol fields, auth behavior, or version-sensitive behavior, verify against official OpenAI docs before editing code or answering.
3. Prefer the OpenAI developer documentation MCP server when it is available.
4. If Docs MCP is unavailable, use only official OpenAI domains for fallback lookup, especially `developers.openai.com`.
5. Keep answers and code changes scoped to the Codex SDK/app-server/docs question; do not introduce unrelated runtime, dependency, or repo template changes.
## Source Pointers
- Codex Skills: https://developers.openai.com/codex/skills
- Codex SDK: https://developers.openai.com/codex/sdk
- Codex App Server: https://developers.openai.com/codex/app-server
- Docs MCP: https://developers.openai.com/learn/docs-mcp