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 — 파일로 납품할 때.

  • 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, 문서화.

  • 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 열기 — 작업 설명, 결과물 검토, 만족할 때까지 다듬기. 무료 플랜 이용 가능.