Colección de Skills de Codex

Agent Skills amplían Codex con flujos especializados (SKILL.md abierto). Actualización jul 2026: catálogo oficial openai/skills, picks Figma/CI/Sentry/Notion y rutas .agents/skills.

Instalar skills para Codex

Prefiere `.agents/skills/` (estándar abierto). Usa `$skill-installer <name>` del skill de sistema openai/skills, o copia una carpeta curada al proyecto.

  • Project: .agents/skills/<skill-name>/SKILL.md
  • User: ~/.agents/skills/<skill-name>/SKILL.md
  • Legacy: .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

También funciona en `.codex/skills/`, `.cursor/skills/` y `~/.agents/skills/` — SKILL.md es compatible entre Codex, Cursor y Claude Code.

Hubs de skills en GitHub

Explora miles de skills — empieza por el catálogo oficial openai/skills, luego los hubs de la comunidad.

Skills oficiales de Codex

Empieza aquí — skills de sistema y curadas de openai/skills. Actualizado jul 2026.

  • skill-installer

    24k

    Install curated / experimental skills into your Codex skill dirs.

    Ideal para Codex: Install curated skills by name from openai/skills — the fastest way to expand Codex in 2026.

    openai/skills

    Ver en GitHub
  • skill-creator

    24k

    Scaffold and refine custom skills with guided prompts.

    Ideal para Codex: Interactive walkthrough to author a new SKILL.md for your recurring team workflows.

    openai/skills

    Ver en GitHub
  • migrate-to-codex

    Migrate agent skills and config into Codex-friendly paths.

    Ideal para Codex: Moving from Cursor / Claude Code? Mirrors existing skill folders into .agents/skills.

    openai/skills

    Ver en GitHub
  • openai-docs

    Look up OpenAI platform and Codex documentation on demand.

    Ideal para Codex: Pull current OpenAI / Codex docs into the session instead of relying on stale training data.

    openai/skills

    Ver en GitHub

Informes y documentos

PDF, Word, PowerPoint y Excel — cuando los entregables de Codex necesitan salir del chat como archivos.

  • pdf

    Extract text/tables, merge PDFs, add annotations.

    Ideal para Codex: Official curated PDF skill — extract tables, merge, annotate deliverables Codex exports.

    openai/skills

    Ver en GitHub
  • pptx

    Read, generate, and adjust slide decks.

    Ideal para Codex: Turn Codex HTML slide drafts into editable PowerPoint with layouts and templates.

    anthropics/skills

    Ver en GitHub
  • docx

    Create and edit Word documents professionally.

    Ideal para Codex: Executive reports and briefs as Word docs with tracked changes and comments.

    anthropics/skills

    Ver en GitHub
  • xlsx

    Spreadsheet formulas, charts, transformations.

    Ideal para Codex: Weekly metrics and cleaned CSVs → formulas, charts, formatted spreadsheets.

    anthropics/skills

    Ver en GitHub
  • jupyter-notebook

    Create and iterate on Jupyter notebooks for analysis.

    Ideal para Codex: When analysis needs a reproducible notebook — charts, tables, and narrative in one artifact.

    openai/skills

    Ver en GitHub

Datos e investigación

Limpieza de encuestas, gráficos, síntesis de competidores y convertir documentos en skills reutilizables.

  • brainstorming

    Explore approaches before committing to a deliverable.

    Ideal para Codex: Structure research questions before Codex runs survey analysis.

    obra/superpowers

    Ver en GitHub
  • notion-research-documentation

    Research capture and documentation workflows in Notion.

    Ideal para Codex: Turn research threads into structured Notion docs — great for competitor and market briefs.

    openai/skills

    Ver en GitHub
  • notion-knowledge-capture

    Persist team knowledge from chats into Notion pages.

    Ideal para Codex: Capture meeting / project knowledge into Notion so the next Codex run reuses it.

    openai/skills

    Ver en GitHub
  • Skill Seekers

    12k

    Convert documentation sites into SKILL.md packages.

    Ideal para Codex: Turn competitor docs or API references into a Codex skill from any URL.

    yusufkaraaslan/Skill_Seekers

    Ver en GitHub

Páginas web y presentaciones

Presentaciones HTML, landing pages, pulido de UI y verificaciones en navegador antes de publicar.

  • figma-implement-design

    Implement designs from Figma into working frontend code.

    Ideal para Codex: Hot in 2026: implement Figma frames as production UI with Codex — design → code without handoff loss.

    openai/skills

    Ver en GitHub
  • web-artifacts-builder

    React + Tailwind multi-component HTML artifacts.

    Ideal para Codex: Branded HTML slides and landing pages Codex can preview and export.

    anthropics/skills

    Ver en GitHub
  • frontend-ui-engineering

    Production UI engineering patterns and review.

    Ideal para Codex: Polish Codex-generated pages — layout, a11y, responsive patterns.

    addyosmani/agent-skills

    Ver en GitHub
  • screenshot

    Take and attach screenshots during agent workflows.

    Ideal para Codex: Capture UI evidence for reviews and bug reports without leaving the agent loop.

    openai/skills

    Ver en GitHub

Ingeniería y código

TDD, revisión de código, depuración y desarrollo guiado por especificaciones cuando el entregable es código.

  • gh-fix-ci

    Investigate and repair broken CI pipelines on GitHub.

    Ideal para Codex: July 2026 must-have: diagnose and fix failing GitHub Actions from the agent session.

    openai/skills

    Ver en GitHub
  • sentry

    Investigate Sentry issues and propose code fixes.

    Ideal para Codex: Pull production errors into Codex and ship targeted fixes with stack context.

    openai/skills

    Ver en GitHub
  • test-driven-development

    TDD workflow before writing production code.

    Ideal para Codex: Gold standard for Codex bug fixes — tests first, then implementation.

    obra/superpowers

    Ver en GitHub
  • code-review-and-quality

    Review diffs for quality, regressions, and style.

    Ideal para Codex: Pair with AGENTS.md Code Review Rules (Jul 2026) for structured PR feedback.

    addyosmani/agent-skills

    Ver en GitHub
  • security-best-practices

    Apply security best practices during implementation and review.

    Ideal para Codex: Official security playbook before shipping agent-written code that touches auth/data.

    openai/skills

    Ver en GitHub

Flujo de trabajo y planificación

Desglose de tareas, git worktrees, CI/CD y entrega incremental.

  • linear

    Manage Linear issues from agent workflows.

    Ideal para Codex: Connect issues ↔ agent work — create, update, and close Linear tickets from Codex.

    openai/skills

    Ver en GitHub
  • vercel-deploy

    Deploy projects to Vercel from Codex.

    Ideal para Codex: Ship static reports and Next apps Codex builds — deploy without leaving the session.

    openai/skills

    Ver en GitHub
  • planning-and-task-breakdown

    Decompose goals into ordered, verifiable tasks.

    Ideal para Codex: Breaks “make a 15-slide quarterly deck” into steps Codex can execute.

    addyosmani/agent-skills

    Ver en GitHub
  • using-git-worktrees

    Isolated worktrees with safety checks.

    Ideal para Codex: Parallel Codex tasks on separate branches without stomping main.

    obra/superpowers

    Ver en GitHub
  • playwright

    Browser automation and UI verification with Playwright.

    Ideal para Codex: Official Playwright skill for end-to-end checks on pages Codex generates.

    openai/skills

    Ver en GitHub

Calidad y seguridad

Revisión de seguridad, pruebas en navegador, automatización con Playwright y documentación.

  • security-threat-model

    Threat modeling for features and services.

    Ideal para Codex: Before publishing agent-built apps — map threats and mitigations early.

    openai/skills

    Ver en GitHub
  • security-and-hardening

    Security review and hardening checklist.

    Ideal para Codex: Before publishing Codex-generated pages or scripts handling user data.

    addyosmani/agent-skills

    Ver en GitHub
  • browser-testing-with-devtools

    Browser DevTools testing workflows.

    Ideal para Codex: Catch layout bugs in HTML slides and landing pages Codex builds.

    addyosmani/agent-skills

    Ver en GitHub
  • documentation-and-adrs

    Docs, ADRs, and knowledge capture.

    Ideal para Codex: Handoff docs and ADRs when Codex delivers engineering work to a team.

    addyosmani/agent-skills

    Ver en GitHub

¿Listo para trabajar con Codex?

Abre Codex en ChatGPT — describe la tarea, revisa entregables y perfecciona hasta que quede bien. Plan gratuito disponible.