Codex Skills 精选集

Agent Skills 用专用工作流扩展 Codex(开放 SKILL.md)。2026 年 7 月更新:官方 openai/skills 目录、Figma/CI/Sentry/Notion 精选,以及现代 .agents/skills 路径。

为 Codex 安装 Skills

优先使用 `.agents/skills/`(开放标准)。用内置 `$skill-installer <name>` 安装,或把 curated 文件夹复制到项目。

  • 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

同样支持 `.codex/skills/`、`.cursor/skills/` 与 `~/.agents/skills/` — SKILL.md 可在 Codex、Cursor、Claude Code 间通用。

GitHub Skill 资源库

浏览更多 Skills — 先从官方 openai/skills,再到社区合集。

官方 Codex Skills

从这里开始 — openai/skills 系统技能与精选安装包。2026 年 7 月更新。

  • skill-installer

    24k

    Install curated / experimental skills into your Codex skill dirs.

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

    openai/skills

    在 GitHub 查看
  • skill-creator

    24k

    Scaffold and refine custom skills with guided prompts.

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

    openai/skills

    在 GitHub 查看
  • migrate-to-codex

    Migrate agent skills and config into Codex-friendly paths.

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

    openai/skills

    在 GitHub 查看
  • openai-docs

    Look up OpenAI platform and Codex documentation on demand.

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

    openai/skills

    在 GitHub 查看

报告与文档

PDF、Word、PPT、Excel — Codex 交付物需要导出为文件时使用。

  • pdf

    Extract text/tables, merge PDFs, add annotations.

    Codex 首选: Official curated PDF skill — extract tables, merge, annotate deliverables Codex exports.

    openai/skills

    在 GitHub 查看
  • pptx

    Read, generate, and adjust slide decks.

    Codex 首选: Turn Codex HTML slide drafts into editable PowerPoint with layouts and templates.

    anthropics/skills

    在 GitHub 查看
  • docx

    Create and edit Word documents professionally.

    Codex 首选: Executive reports and briefs as Word docs with tracked changes and comments.

    anthropics/skills

    在 GitHub 查看
  • xlsx

    Spreadsheet formulas, charts, transformations.

    Codex 首选: Weekly metrics and cleaned CSVs → formulas, charts, formatted spreadsheets.

    anthropics/skills

    在 GitHub 查看
  • jupyter-notebook

    Create and iterate on Jupyter notebooks for analysis.

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

    openai/skills

    在 GitHub 查看

数据与调研

问卷清洗、图表、竞品综合,以及把文档站转成可复用 skill。

  • brainstorming

    Explore approaches before committing to a deliverable.

    Codex 首选: Structure research questions before Codex runs survey analysis.

    obra/superpowers

    在 GitHub 查看
  • notion-research-documentation

    Research capture and documentation workflows in Notion.

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

    openai/skills

    在 GitHub 查看
  • notion-knowledge-capture

    Persist team knowledge from chats into Notion pages.

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

    openai/skills

    在 GitHub 查看
  • Skill Seekers

    12k

    Convert documentation sites into SKILL.md packages.

    Codex 首选: Turn competitor docs or API references into a Codex skill from any URL.

    yusufkaraaslan/Skill_Seekers

    在 GitHub 查看

网页与幻灯片

HTML 汇报、落地页、UI 打磨,以及上线前的浏览器检查。

  • figma-implement-design

    Implement designs from Figma into working frontend code.

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

    openai/skills

    在 GitHub 查看
  • web-artifacts-builder

    React + Tailwind multi-component HTML artifacts.

    Codex 首选: Branded HTML slides and landing pages Codex can preview and export.

    anthropics/skills

    在 GitHub 查看
  • frontend-ui-engineering

    Production UI engineering patterns and review.

    Codex 首选: Polish Codex-generated pages — layout, a11y, responsive patterns.

    addyosmani/agent-skills

    在 GitHub 查看
  • screenshot

    Take and attach screenshots during agent workflows.

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

    openai/skills

    在 GitHub 查看

工程与代码

TDD、代码审查、调试、规格驱动 — 交付物是代码时。

  • gh-fix-ci

    Investigate and repair broken CI pipelines on GitHub.

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

    openai/skills

    在 GitHub 查看
  • sentry

    Investigate Sentry issues and propose code fixes.

    Codex 首选: Pull production errors into Codex and ship targeted fixes with stack context.

    openai/skills

    在 GitHub 查看
  • test-driven-development

    TDD workflow before writing production code.

    Codex 首选: Gold standard for Codex bug fixes — tests first, then implementation.

    obra/superpowers

    在 GitHub 查看
  • code-review-and-quality

    Review diffs for quality, regressions, and style.

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

    addyosmani/agent-skills

    在 GitHub 查看
  • security-best-practices

    Apply security best practices during implementation and review.

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

    openai/skills

    在 GitHub 查看

工作流与规划

任务拆解、git worktree、CI/CD、增量交付。

  • linear

    Manage Linear issues from agent workflows.

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

    openai/skills

    在 GitHub 查看
  • vercel-deploy

    Deploy projects to Vercel from Codex.

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

    openai/skills

    在 GitHub 查看
  • planning-and-task-breakdown

    Decompose goals into ordered, verifiable tasks.

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

    addyosmani/agent-skills

    在 GitHub 查看
  • using-git-worktrees

    Isolated worktrees with safety checks.

    Codex 首选: Parallel Codex tasks on separate branches without stomping main.

    obra/superpowers

    在 GitHub 查看
  • playwright

    Browser automation and UI verification with Playwright.

    Codex 首选: Official Playwright skill for end-to-end checks on pages Codex generates.

    openai/skills

    在 GitHub 查看

质量与安全

安全审查、浏览器测试、Playwright 自动化、文档与 ADR。

  • security-threat-model

    Threat modeling for features and services.

    Codex 首选: Before publishing agent-built apps — map threats and mitigations early.

    openai/skills

    在 GitHub 查看
  • security-and-hardening

    Security review and hardening checklist.

    Codex 首选: Before publishing Codex-generated pages or scripts handling user data.

    addyosmani/agent-skills

    在 GitHub 查看
  • browser-testing-with-devtools

    Browser DevTools testing workflows.

    Codex 首选: Catch layout bugs in HTML slides and landing pages Codex builds.

    addyosmani/agent-skills

    在 GitHub 查看
  • documentation-and-adrs

    Docs, ADRs, and knowledge capture.

    Codex 首选: Handoff docs and ADRs when Codex delivers engineering work to a team.

    addyosmani/agent-skills

    在 GitHub 查看

准备好和 Codex 一起工作了吗?

在 ChatGPT 中打开 Codex — 描述任务、审查交付物、改到满意为止。免费计划可用。