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 — ファイルとして納品する場合。
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、ドキュメント。
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 で見る →