skill-installer
★ 24kInstall 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 查看 →目錄
Agent Skills 用專用工作流擴展 Codex(開放 SKILL.md)。2026 年 7 月更新:官方 openai/skills 目錄、Figma/CI/Sentry/Notion 精選,以及現代 .agents/skills 路徑。
優先使用 `.agents/skills/`(開放標準)。用內建 `$skill-installer <name>` 安裝,或把 curated 資料夾複製到專案。
.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
同樣支援 `.codex/skills/`、`.cursor/skills/` 與 `~/.agents/skills/` — SKILL.md 可在 Codex、Cursor、Claude Code 間通用。
瀏覽更多 Skills — 先從官方 openai/skills,再到社群合集。
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.
從這裡開始 — openai/skills 系統技能與精選安裝包。2026 年 7 月更新。
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 查看 →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 agent skills and config into Codex-friendly paths.
Codex 首選: Moving from Cursor / Claude Code? Mirrors existing skill folders into .agents/skills.
openai/skills
在 GitHub 查看 →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 交付物需要匯出為檔案時使用。
Extract text/tables, merge PDFs, add annotations.
Codex 首選: Official curated PDF skill — extract tables, merge, annotate deliverables Codex exports.
openai/skills
在 GitHub 查看 →Read, generate, and adjust slide decks.
Codex 首選: Turn Codex HTML slide drafts into editable PowerPoint with layouts and templates.
anthropics/skills
在 GitHub 查看 →Create and edit Word documents professionally.
Codex 首選: Executive reports and briefs as Word docs with tracked changes and comments.
anthropics/skills
在 GitHub 查看 →Spreadsheet formulas, charts, transformations.
Codex 首選: Weekly metrics and cleaned CSVs → formulas, charts, formatted spreadsheets.
anthropics/skills
在 GitHub 查看 →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。
Explore approaches before committing to a deliverable.
Codex 首選: Structure research questions before Codex runs survey analysis.
obra/superpowers
在 GitHub 查看 →Research capture and documentation workflows in Notion.
Codex 首選: Turn research threads into structured Notion docs — great for competitor and market briefs.
openai/skills
在 GitHub 查看 →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 查看 →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 打磨,以及上線前的瀏覽器檢查。
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 查看 →React + Tailwind multi-component HTML artifacts.
Codex 首選: Branded HTML slides and landing pages Codex can preview and export.
anthropics/skills
在 GitHub 查看 →Production UI engineering patterns and review.
Codex 首選: Polish Codex-generated pages — layout, a11y, responsive patterns.
addyosmani/agent-skills
在 GitHub 查看 →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、程式碼審查、除錯、規格驅動 — 交付物是程式碼時。
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 查看 →Investigate Sentry issues and propose code fixes.
Codex 首選: Pull production errors into Codex and ship targeted fixes with stack context.
openai/skills
在 GitHub 查看 →TDD workflow before writing production code.
Codex 首選: Gold standard for Codex bug fixes — tests first, then implementation.
obra/superpowers
在 GitHub 查看 →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 查看 →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、增量交付。
Manage Linear issues from agent workflows.
Codex 首選: Connect issues ↔ agent work — create, update, and close Linear tickets from Codex.
openai/skills
在 GitHub 查看 →Deploy projects to Vercel from Codex.
Codex 首選: Ship static reports and Next apps Codex builds — deploy without leaving the session.
openai/skills
在 GitHub 查看 →Decompose goals into ordered, verifiable tasks.
Codex 首選: Breaks “make a 15-slide quarterly deck” into steps Codex can execute.
addyosmani/agent-skills
在 GitHub 查看 →Isolated worktrees with safety checks.
Codex 首選: Parallel Codex tasks on separate branches without stomping main.
obra/superpowers
在 GitHub 查看 →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。
Threat modeling for features and services.
Codex 首選: Before publishing agent-built apps — map threats and mitigations early.
openai/skills
在 GitHub 查看 →Security review and hardening checklist.
Codex 首選: Before publishing Codex-generated pages or scripts handling user data.
addyosmani/agent-skills
在 GitHub 查看 →Browser DevTools testing workflows.
Codex 首選: Catch layout bugs in HTML slides and landing pages Codex builds.
addyosmani/agent-skills
在 GitHub 查看 →Docs, ADRs, and knowledge capture.
Codex 首選: Handoff docs and ADRs when Codex delivers engineering work to a team.
addyosmani/agent-skills
在 GitHub 查看 →