OpenAI Codex Skills
Skills for OpenAI Codex - AI Coding Agent by OpenAI
Browse production-ready skills for OpenAI Codex, the cloud-based AI coding agent. Install skills to extend Codex with specialized knowledge across engineering, data, AI/ML, and more.
About OpenAI Codex
- Cloud-based AI coding agent
- Powered by OpenAI models
- Sandboxed execution environment
- Supports skills protocol for extensibility
Install Skills for OpenAI Codex
- Open your terminal
- Run:
npx skills add AbsolutelySkilled/AbsolutelySkilled --skill <skill-name> - Start OpenAI Codex - the skill is immediately active
3 Skills Available for OpenAI Codex
absolute-simplify
126 installsAutonomously simplifies code in your working changes or targeted files. Detects staged or unstaged git changes, analyzes for simplification opportunities following clean code and clean architecture principles, applies improvements directly, runs tests to verify nothing broke, and shows a structured summary with reasoning. Triggers on "simplify this", "refactor this", "clean up my changes", "absolute-simplify", "simplify my code", "make this cleaner", "tidy this up", "reduce complexity", "flatten this", "remove dead code", or when code needs clarity improvements, nesting reduction, or redundancy removal. Language-agnostic at base with deep opinions for JS/TS/React, Python, and Go.
absolute-work
24 installsEnd-to-end, phase-gated software development lifecycle for AI agents. Turns a ticket, task, plan, or migration into a validated design, a dependency-graphed task board, and verified code. Triggers on "build this end-to-end", "plan and build", "break this into tasks", "pick up this ticket", "grill me on this", "run this migration", "absolute-work this", or any multi-step development task. Relentlessly interviews to a shared design, writes a reviewed spec, decomposes into atomic tasks on a persistent markdown board, then peels tasks one safe wave at a time with test-first verification. Handles features, bugs, refactors, greenfield projects, planning breakdowns, and migrations.
Frequently Asked Questions
What skills are available for OpenAI Codex?
AbsolutelySkilled offers 3+ production-ready skills for OpenAI Codex across software engineering, marketing, design, DevOps, AI/ML, and more. All skills are free and open source.
How do I install skills for OpenAI Codex?
Run npx skills add AbsolutelySkilled/AbsolutelySkilled --skill <skill-name> in your terminal. The skill will be immediately available in OpenAI Codex.
Are OpenAI Codex skills free?
Yes, all skills in the AbsolutelySkilled registry are free and open source under the MIT license. Install as many as you need.
Can I create custom skills for OpenAI Codex?
Yes, you can create custom skills by following the CONTRIBUTING.md guide. Each skill is a markdown file with structured knowledge that any supported AI agent can use.