| gh-address-comments | Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in. | .curated/gh-address-comments/SKILL.md |
| gh-fix-ci | Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope. | .curated/gh-fix-ci/SKILL.md |
| notion-knowledge-capture | Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking. | .curated/notion-knowledge-capture/SKILL.md |
| notion-meeting-intelligence | Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees. | .curated/notion-meeting-intelligence/SKILL.md |
| notion-research-documentation | Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations. | .curated/notion-research-documentation/SKILL.md |
| notion-spec-to-implementation | Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them. | .curated/notion-spec-to-implementation/SKILL.md |
| create-plan | Create a concise plan. Use when a user explicitly asks for a plan related to a coding task. | .experimental/create-plan/SKILL.md |
| linear | Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear. | .experimental/linear/SKILL.md |
| imagegen | Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG/vector/code-native assets, extending an established icon or logo system, or building the visual directly in HTML/CSS/canvas. | .system/imagegen/SKILL.md |
| openai-docs | Use when the user asks how to build with OpenAI products or APIs, asks about Codex itself or choosing Codex surfaces, needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; use OpenAI docs MCP tools for non-Codex docs questions, use the Codex manual helper first for broad Codex self-knowledge, and restrict fallback browsing to official OpenAI domains. | .system/openai-docs/SKILL.md |
| plugin-creator | Create and scaffold plugin directories for Codex with a required .codex-plugin/plugin.json, optional plugin folders/files, valid manifest defaults, and personal-marketplace entries by default. Use when Codex needs to create a new personal plugin, add optional plugin structure, generate or update marketplace entries for plugin ordering and availability metadata, or update an existing local plugin during development with the CLI-driven cachebuster and reinstall flow. | .system/plugin-creator/SKILL.md |
| skill-creator | Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex’s capabilities with specialized knowledge, workflows, or tool integrations. | .system/skill-creator/SKILL.md |
| skill-installer | Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos). | .system/skill-installer/SKILL.md |
| alleato-budget-import | Use this skill when importing, reviewing, dry-running, or verifying legacy project-management budget Excel workbooks for Alleato projects, especially .xlsx files with a Budget Code column that should be loaded through /Users/meganharrison/Documents/alleato-pm/scripts/import_legacy_budget.py. | alleato-budget-import/SKILL.md |
| atlas | macOS-only AppleScript control for the ChatGPT Atlas desktop app. Use only when the user explicitly asks to control Atlas tabs/bookmarks/history on macOS and the “ChatGPT Atlas” app is installed; do not trigger for general browser tasks or non-macOS environments. | atlas/SKILL.md |
| chronicle | | | chronicle/SKILL.md |
| cloudflare-deploy | Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare. | cloudflare-deploy/SKILL.md |
| design-auditor | Audit an existing codebase UI and produce a formal design system file. Use when asked to perform a design audit, extract design tokens and component specs, or generate a design system for a Next.js + Tailwind project (or similar React/Tailwind stacks) based on real code. | design-auditor/SKILL.md |
| doc | Use when the task involves reading, creating, or editing .docx documents, especially when formatting or layout fidelity matters; prefer python-docx plus the bundled scripts/render_docx.py for visual checks. | doc/SKILL.md |
| figma-implement-design | Translate Figma nodes into production-ready code with 1:1 visual fidelity using the Figma MCP workflow (design context, screenshots, assets, and project-convention translation). Trigger when the user provides Figma URLs or node IDs, or asks to implement designs or components that must match Figma specs. Requires a working Figma MCP server connection. | figma-implement-design/SKILL.md |
| figma | Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting. | figma/SKILL.md |
| frontend-skill | Use when the task asks for a visually strong landing page, website, app, prototype, demo, or game UI. This skill enforces restrained composition, image-led hierarchy, cohesive content structure, and tasteful motion while avoiding generic cards, weak branding, and UI clutter. | frontend-skill/SKILL.md |
| gh-address-comments | Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in. | gh-address-comments/SKILL.md |
| gh-fix-ci | Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use gh to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL. | gh-fix-ci/SKILL.md |
| imagegen | Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI (scripts/image_gen.py) and require OPENAI_API_KEY for live calls. | imagegen/SKILL.md |
| linear | Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear. | linear/SKILL.md |
| notion-knowledge-capture | Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking. | notion-knowledge-capture/SKILL.md |
| notion-meeting-intelligence | Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees. | notion-meeting-intelligence/SKILL.md |
| notion-research-documentation | Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations. | notion-research-documentation/SKILL.md |
| notion-spec-to-implementation | Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them. | notion-spec-to-implementation/SKILL.md |
| openai-docs | Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations (for example: Codex, Responses API, Chat Completions, Apps SDK, Agents SDK, Realtime, model capabilities or limits); prioritize OpenAI docs MCP tools and restrict any fallback browsing to official OpenAI domains. | openai-docs/SKILL.md |
| pdf | Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as reportlab, pdfplumber, and pypdf for generation and extraction. | pdf/SKILL.md |
| playwright-101 | Basic Playwright setup, running, debugging, and troubleshooting. Use when Codex needs to run Playwright tests, write or fix Playwright tests, diagnose common Playwright failures (missing fixtures, auth, server not running), or explain Playwright usage at a 101 level. | playwright-101/SKILL.md |
| playwright | Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via playwright-cli or the bundled wrapper script. | playwright/SKILL.md |
| prp-create | Research and create a comprehensive TypeScript PRP (Product Requirement Prompt) for one-pass implementation success. | prp-create/SKILL.md |
| prp-execute | Execute a completed PRP to implement a feature with progressive validation. | prp-execute/SKILL.md |
| render-deploy | Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render’s cloud platform. | render-deploy.backup-20260227083916/SKILL.md |
| render-deploy | Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render’s cloud platform. | render-deploy/SKILL.md |
| screenshot | Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed. | screenshot/SKILL.md |
| security-best-practices | Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks. | security-best-practices/SKILL.md |
| sora | Use when the user asks to generate, remix, poll, list, download, or delete Sora videos via OpenAI\u2019s video API using the bundled CLI (scripts/sora.py), including requests like \u201cgenerate AI video,\u201d \u201cSora,\u201d \u201cvideo remix,\u201d \u201cdownload video/thumbnail/spritesheet,\u201d and batch video generation; requires OPENAI_API_KEY and Sora API access. | sora/SKILL.md |
| speech | Use when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (scripts/text_to_speech.py) with built-in voices and require OPENAI_API_KEY for live calls. Custom voice creation is out of scope. | speech/SKILL.md |
| superdesigner | Use when the user asks to design with SuperDesign, create a pixel-perfect reproduction, iterate design variations, set up a design system, or says to design before implementation (e.g., “use SuperDesign”, “pixel-perfect repro”, “design variations”, “design first”). | superdesigner/SKILL.md |
| transcribe | Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings. | transcribe/SKILL.md |
| vercel-deploy | Deploy applications and websites to Vercel using the bundled scripts/deploy.sh claimable-preview flow. Use when the user asks to deploy to Vercel, wants a preview URL, or says to push a project live on Vercel. | vercel-deploy/SKILL.md |
| yeet | Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (gh). | yeet/SKILL.md |