Skip to main content
Alison Aquinas logoAlison's LLM Skills Marketplace

Claude Code skills vs Codex skills

Claude Code and OpenAI Codex now both support agent skills and plugin marketplaces, but the install surfaces and bundle manifests are different. The useful comparison starts with the shared core: a skill is still a focused SKILL.md package.

The shared concept

On both platforms, a skill is a directory with a required SKILL.md file, frontmatter such asname anddescription, and optional supporting files such as references, scripts, templates, and assets. The description tells the agent when the skill is relevant. The full instructions are loaded only when needed, which keeps context smaller.

Skills can also travel in plugins. A plugin is the installable bundle: it can package many skills, plus other platform-specific capabilities such as commands, hooks, agents, MCP server configuration, app integration metadata, or visual assets depending on the target platform.

Claude Code today

Codex today

Key differences at a glance

How this marketplace serves both

Every skill in Alison's LLM Skills Marketplace keeps the cross-platform core inSKILL.md, references, scripts, and assets. The plugin repositories also publish both.claude-plugin/plugin.json and.codex-plugin/plugin.json, so the same skills can be distributed through both marketplace systems.

This marketplace also keeps compatibility metadata such as agents/openai.yaml for Codex and existing agent metadata used by the Claude-oriented bundles. Treat those as packaging helpers around the shared skill instructions, not as replacements for SKILL.md. Browse the full skill catalog or read what agent skills are if you are new to the concept.

Deciding whether to adopt a marketplace at all? See why use a skills marketplace. Ready to install? Follow the install-from-GitHub guide.

Official documentation