OpenAI Agents SDK
Code-first agent orchestration in TypeScript and Python.
The Agents SDK is for applications that own orchestration, tool execution, approvals, state, handoffs, tracing, and evaluation.
npm install @openai/agents zodReusable workflows for Codex CLI, IDE, and app.
Codex skills are SKILL.md directories with instructions, optional scripts, references, assets, and agent metadata. They can be distributed through plugins.
Install
$skill-creatorUse $skill-creator or create .agents/skills/<skill-name>/SKILL.md.
Write a concise name and description so Codex can invoke the skill implicitly.
Package reusable skills as a Codex plugin.
Codex, Agents SDK, Responses API, skills, plugins, and MCP integrations for agentic software work.
Provider docsCode-first agent orchestration in TypeScript and Python.
The Agents SDK is for applications that own orchestration, tool execution, approvals, state, handoffs, tracing, and evaluation.
npm install @openai/agents zodUse remote MCP tools through the Responses API.
OpenAI Responses API can import tools from remote MCP servers that support Streamable HTTP or HTTP/SSE, then call those tools as part of a model run.
SKILL.md workflows for Claude Code and Claude API.
Claude Code skills live in personal, project, plugin, or enterprise locations and can include scripts, templates, examples, and references.
mkdir -p ~/.claude/skills/summarize-changesKeep Gemini coding assistants current with MCP plus portable skills.
Google hosts a public Gemini Docs MCP server and publishes Gemini API development skills installable through skills.sh or Context7.
npx add-mcp "https://gemini-api-docs-mcp.dev"