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

Claude Code skills vs Codex skills

Both Claude Code and OpenAI Codex are skill-based agent-augmentation systems. They share a lot of concepts, and a well-authored skill can serve both. Here is how they line up.

The shared concept

A skill is a packaged instruction set with a trigger description, primary guidance (usually a SKILL.md), optional references, and optional scripts. When a user's request matches the trigger, the agent pulls the skill into context and follows it. This pattern works the same on both platforms: the agent does not memorize every task; it loads the right skill when it needs one.

Skills also travel in bundles: a collection of related skills installed as a single plugin. Bundling keeps distribution simple and makes it easier to version related skills together.

Claude Code skills

Codex skills

Key differences at a glance

How this marketplace serves both

Every skill in Alison's LLM Skills Marketplace is authored to target both platforms. Each skill directory contains its ownagents/claude.yaml andagents/openai.yaml, plus a shared SKILL.md, references, and scripts. That means one install works for Claude Code, and the same content drops into a Codex workspace without rewriting. 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