skill-installer
★ 24kInstall curated / experimental skills into your Codex skill dirs.
Best for Codex: Install curated skills by name from openai/skills — the fastest way to expand Codex in 2026.
openai/skills
View on GitHub →Directory
Agent Skills extend Codex with specialized workflows (open SKILL.md). July 2026 refresh: official openai/skills catalog, Figma/CI/Sentry/Notion picks, and modern .agents/skills paths.
Prefer `.agents/skills/` (shared open standard). Use `$skill-installer <name>` from the bundled openai/skills system skill, or copy a curated folder into your project.
.agents/skills/<skill-name>/SKILL.md~/.agents/skills/<skill-name>/SKILL.md.codex/skills/<skill-name>/SKILL.md# Recommended (2026): install from the official openai/skills catalog # In Codex CLI / TUI, run the bundled installer skill: $skill-installer pdf $skill-installer gh-fix-ci # Or copy a curated skill folder into your project: git clone --depth 1 https://github.com/openai/skills.git /tmp/openai-skills cp -r /tmp/openai-skills/skills/.curated/pdf .agents/skills/pdf
Also works in `.codex/skills/`, `.cursor/skills/`, and `~/.agents/skills/` — SKILL.md is cross-compatible across Codex, Cursor, and Claude Code.
Browse thousands more skills — start with the official openai/skills catalog, then community hubs.
Official Codex skills catalog — curated installables, system skills (skill-creator / skill-installer), Figma, deploy, Notion, security.
Official Agent Skills reference — docx, pdf, pptx, xlsx, web artifacts, MCP builder.
Production-grade engineering skills: TDD, code review, CI/CD, security, shipping.
Agentic dev methodology — brainstorming, TDD, git worktrees, finishing branches.
1000+ curated skills for Codex, Cursor, Claude Code, Gemini CLI — by scenario.
Open SKILL.md specification — portable across Codex, Cursor, Copilot, Claude.
Start here — openai/skills system + curated installers. Updated July 2026.
Install curated / experimental skills into your Codex skill dirs.
Best for Codex: Install curated skills by name from openai/skills — the fastest way to expand Codex in 2026.
openai/skills
View on GitHub →Scaffold and refine custom skills with guided prompts.
Best for Codex: Interactive walkthrough to author a new SKILL.md for your recurring team workflows.
openai/skills
View on GitHub →Migrate agent skills and config into Codex-friendly paths.
Best for Codex: Moving from Cursor / Claude Code? Mirrors existing skill folders into .agents/skills.
openai/skills
View on GitHub →Look up OpenAI platform and Codex documentation on demand.
Best for Codex: Pull current OpenAI / Codex docs into the session instead of relying on stale training data.
openai/skills
View on GitHub →PDF, Word, PowerPoint, and Excel — when Codex deliverables need to leave the chat as files.
Extract text/tables, merge PDFs, add annotations.
Best for Codex: Official curated PDF skill — extract tables, merge, annotate deliverables Codex exports.
openai/skills
View on GitHub →Read, generate, and adjust slide decks.
Best for Codex: Turn Codex HTML slide drafts into editable PowerPoint with layouts and templates.
anthropics/skills
View on GitHub →Create and edit Word documents professionally.
Best for Codex: Executive reports and briefs as Word docs with tracked changes and comments.
anthropics/skills
View on GitHub →Spreadsheet formulas, charts, transformations.
Best for Codex: Weekly metrics and cleaned CSVs → formulas, charts, formatted spreadsheets.
anthropics/skills
View on GitHub →Create and iterate on Jupyter notebooks for analysis.
Best for Codex: When analysis needs a reproducible notebook — charts, tables, and narrative in one artifact.
openai/skills
View on GitHub →Survey cleanup, charts, competitor synthesis, and turning docs into reusable skills.
Explore approaches before committing to a deliverable.
Best for Codex: Structure research questions before Codex runs survey analysis.
obra/superpowers
View on GitHub →Research capture and documentation workflows in Notion.
Best for Codex: Turn research threads into structured Notion docs — great for competitor and market briefs.
openai/skills
View on GitHub →Persist team knowledge from chats into Notion pages.
Best for Codex: Capture meeting / project knowledge into Notion so the next Codex run reuses it.
openai/skills
View on GitHub →Convert documentation sites into SKILL.md packages.
Best for Codex: Turn competitor docs or API references into a Codex skill from any URL.
yusufkaraaslan/Skill_Seekers
View on GitHub →HTML decks, landing pages, UI polish, and pre-ship browser checks.
Implement designs from Figma into working frontend code.
Best for Codex: Hot in 2026: implement Figma frames as production UI with Codex — design → code without handoff loss.
openai/skills
View on GitHub →React + Tailwind multi-component HTML artifacts.
Best for Codex: Branded HTML slides and landing pages Codex can preview and export.
anthropics/skills
View on GitHub →Production UI engineering patterns and review.
Best for Codex: Polish Codex-generated pages — layout, a11y, responsive patterns.
addyosmani/agent-skills
View on GitHub →Take and attach screenshots during agent workflows.
Best for Codex: Capture UI evidence for reviews and bug reports without leaving the agent loop.
openai/skills
View on GitHub →TDD, code review, debugging, and spec-driven builds when the deliverable is code.
Investigate and repair broken CI pipelines on GitHub.
Best for Codex: July 2026 must-have: diagnose and fix failing GitHub Actions from the agent session.
openai/skills
View on GitHub →Investigate Sentry issues and propose code fixes.
Best for Codex: Pull production errors into Codex and ship targeted fixes with stack context.
openai/skills
View on GitHub →TDD workflow before writing production code.
Best for Codex: Gold standard for Codex bug fixes — tests first, then implementation.
obra/superpowers
View on GitHub →Review diffs for quality, regressions, and style.
Best for Codex: Pair with AGENTS.md Code Review Rules (Jul 2026) for structured PR feedback.
addyosmani/agent-skills
View on GitHub →Apply security best practices during implementation and review.
Best for Codex: Official security playbook before shipping agent-written code that touches auth/data.
openai/skills
View on GitHub →Task breakdown, git worktrees, CI/CD, and incremental delivery.
Manage Linear issues from agent workflows.
Best for Codex: Connect issues ↔ agent work — create, update, and close Linear tickets from Codex.
openai/skills
View on GitHub →Deploy projects to Vercel from Codex.
Best for Codex: Ship static reports and Next apps Codex builds — deploy without leaving the session.
openai/skills
View on GitHub →Decompose goals into ordered, verifiable tasks.
Best for Codex: Breaks “make a 15-slide quarterly deck” into steps Codex can execute.
addyosmani/agent-skills
View on GitHub →Isolated worktrees with safety checks.
Best for Codex: Parallel Codex tasks on separate branches without stomping main.
obra/superpowers
View on GitHub →Browser automation and UI verification with Playwright.
Best for Codex: Official Playwright skill for end-to-end checks on pages Codex generates.
openai/skills
View on GitHub →Security review, browser testing, Playwright automation, and documentation.
Threat modeling for features and services.
Best for Codex: Before publishing agent-built apps — map threats and mitigations early.
openai/skills
View on GitHub →Security review and hardening checklist.
Best for Codex: Before publishing Codex-generated pages or scripts handling user data.
addyosmani/agent-skills
View on GitHub →Browser DevTools testing workflows.
Best for Codex: Catch layout bugs in HTML slides and landing pages Codex builds.
addyosmani/agent-skills
View on GitHub →Docs, ADRs, and knowledge capture.
Best for Codex: Handoff docs and ADRs when Codex delivers engineering work to a team.
addyosmani/agent-skills
View on GitHub →Open Codex in ChatGPT — describe your task, review deliverables, refine until it's right.