Codex Agent Skills
Reusable 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.
$skill-creatorSKILL.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.
Install
mkdir -p ~/.claude/skills/summarize-changesUse ~/.claude/skills/<skill-name> or .claude/skills/<skill-name>.
Add YAML frontmatter and instructions.
Invoke by slash command or natural language.
Claude Code, Agent Skills, MCP connector, and plugin-style customization for Claude workflows.
Provider docsReusable 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.
$skill-creatorBundle skills, agents, hooks, MCP servers, and monitors.
Claude Code plugins are self-contained directories that extend Claude Code with skills, agents, hooks, MCP servers, LSP servers, and monitors.
Connect Claude Messages API to remote MCP servers.
Anthropic MCP connector lets Claude API requests connect directly to remote MCP servers using a beta header and remote HTTP/SSE tools.
Keep 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"