codex▌
18 indexed skills · max 10 per page
hatch-pet
openai/skills · other
Create, repair, validate, preview, and package Codex-compatible animated pets and pet spritesheets from character art.
codex-subagent
am-will/codex-skills · Productivity
Spawn autonomous subagents to offload context-heavy work and preserve parent token budget. \n \n Subagents burn their own tokens and return only final results, ideal for deep research (3+ searches), codebase exploration (8+ files), multi-step workflows, and long-running operations \n Choose between mini model (gpt-5.1-codex-mini) for pure search tasks or inherit parent model for multi-step analysis, refactoring, and generation work \n Supports up to 5 parallel subagents via background shell exec
oh-my-codex
supercent-io/skills-template · Productivity
Multi-agent orchestration layer for Codex CLI with 30 specialized agents and 40+ workflow skills. \n \n Includes 30 role-based agents across development, QA, domain expertise, and product strategy tiers; trigger via /prompts:role or workflow skills like $autopilot , $ralph , $team , and $code-review \n Supports parallel team execution in tmux with staged pipeline execution (plan → PRD → exec → verify → fix) and persistent MCP servers for state, memory, and code intelligence \n Offers workflow sk
codex-review
hyperb1iss/hyperskills · Productivity
Cross-model validation using the codex binary directly. Claude writes code, Codex reviews it — different architecture, different training distribution, no self-approval bias.
search-codex-pets
openpets.sh/search-codex-pets-f0oals · developer-tools
Search the OpenPets community registry for Codex / Claude Code / OpenCode / Pi Code pets matching user criteria, returning ranked pet metadata and universal one-click install links for the OpenPets macOS app.
plugin-creator
OWNER/REPO · productivity
Create and scaffold plugin directories for Codex with required and optional structures for easy plugin management.
migrate-to-codex
OWNER/REPO · devops
Migrate supported instruction files, skills, agents, and MCP config into Codex project and global files.
cli-creator
OWNER/REPO · productivity
Build a composable CLI for Codex from various sources like API docs, OpenAPI specs, and existing scripts.
codex
softaworks/agent-toolkit · Productivity
AI-powered code analysis, refactoring, and automated editing via Codex CLI with GPT-5.2. \n \n Runs codex exec and codex resume commands with configurable reasoning effort ( xhigh , high , medium , low ) and sandbox modes (read-only, workspace-write, danger-full-access) \n Defaults to GPT-5.2 model (76.3% SWE-bench performance); supports gpt-5.2-max, gpt-5.2-mini, and gpt-5.1-thinking for different complexity and cost trade-offs \n Session continuity: resume prior Codex work at any time using co
oracle-codex
paulrberg/agent-skills · Productivity
Use OpenAI Codex CLI as a read-only oracle — planning, review, and analysis only. Codex provides its perspective; you synthesize and present results to the user.