{"fetchedAt":1774542759200,"skills":[{"id":"aspnet-core","name":"aspnet-core","description":"Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.","shortDescription":"[Windows only] Build and review ASP.NET Core web apps","iconSmall":null,"iconLarge":"./assets/dotnet-logo.png","repoPath":"skills/.curated/aspnet-core"},{"id":"chatgpt-apps","name":"chatgpt-apps","description":"Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.","shortDescription":"Build and scaffold ChatGPT apps","iconSmall":null,"iconLarge":null,"repoPath":"skills/.curated/chatgpt-apps"},{"id":"cloudflare-deploy","name":"cloudflare-deploy","description":"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.","shortDescription":"Deploy Workers, Pages, and platform services on Cloudflare","iconSmall":"./assets/cloudflare-small.svg","iconLarge":"./assets/cloudflare.png","repoPath":"skills/.curated/cloudflare-deploy"},{"id":"develop-web-game","name":"develop-web-game","description":"Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.","shortDescription":"Web game dev + Playwright test loop","iconSmall":"./assets/game-small.svg","iconLarge":"./assets/game.png","repoPath":"skills/.curated/develop-web-game"},{"id":"doc","name":"doc","description":"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.","shortDescription":"Edit and review docx files","iconSmall":"./assets/doc-small.svg","iconLarge":"./assets/doc.png","repoPath":"skills/.curated/doc"},{"id":"figma","name":"figma","description":"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.","shortDescription":"Use Figma MCP for design-to-code work","iconSmall":"./assets/figma-small.svg","iconLarge":"./assets/figma.png","repoPath":"skills/.curated/figma"},{"id":"figma-code-connect-components","name":"figma-code-connect-components","description":"Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.","shortDescription":"Map Figma components to code with Code Connect","iconSmall":"./assets/figma-small.svg","iconLarge":"./assets/figma.png","repoPath":"skills/.curated/figma-code-connect-components"},{"id":"figma-create-design-system-rules","name":"figma-create-design-system-rules","description":"Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.","shortDescription":"Generate design system rules for your codebase","iconSmall":"./assets/figma-small.svg","iconLarge":"./assets/figma.png","repoPath":"skills/.curated/figma-create-design-system-rules"},{"id":"figma-create-new-file","name":"figma-create-new-file","description":"Create a new blank Figma file. Use when the user wants to create a new Figma design or FigJam file, or when you need a new file before calling use_figma. Handles plan resolution via whoami if needed. Usage — /figma-create-new-file [editorType] [fileName] (e.g. /figma-create-new-file figjam My Whiteboard)","shortDescription":"Create a new blank Figma or FigJam file","iconSmall":"./assets/figma-small.svg","iconLarge":"./assets/figma.png","repoPath":"skills/.curated/figma-create-new-file"},{"id":"figma-generate-design","name":"figma-generate-design","description":"Use this skill alongside figma-use when the task involves translating an application page, view, or multi-section layout into Figma. Triggers: 'write to Figma', 'create in Figma from code', 'push page to Figma', 'take this app/page and build it in Figma', 'create a screen', 'build a landing page in Figma', 'update the Figma screen to match code'. This is the preferred workflow skill whenever the user wants to build or update a full page, screen, or view in Figma from code or a description. Discovers design system components, variables, and styles via search_design_system, imports them, and assembles screens incrementally section-by-section using design system tokens instead of hardcoded values.","shortDescription":"Build or update screens from design system components","iconSmall":"./assets/figma-small.svg","iconLarge":"./assets/figma.png","repoPath":"skills/.curated/figma-generate-design"},{"id":"figma-generate-library","name":"figma-generate-library","description":"Build or update a professional-grade design system in Figma from a codebase. Use when the user wants to create variables/tokens, build component libraries, set up theming (light/dark modes), document foundations, or reconcile gaps between code and Figma. This skill teaches WHAT to build and in WHAT ORDER — it complements the `figma-use` skill which teaches HOW to call the Plugin API. Both skills should be loaded together.","shortDescription":"Build or update a design system library in Figma","iconSmall":"./assets/figma-small.svg","iconLarge":"./assets/figma.png","repoPath":"skills/.curated/figma-generate-library"},{"id":"figma-implement-design","name":"figma-implement-design","description":"Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.","shortDescription":"Turn Figma designs into production-ready code","iconSmall":"./assets/figma-small.svg","iconLarge":"./assets/figma.png","repoPath":"skills/.curated/figma-implement-design"},{"id":"figma-use","name":"figma-use","description":"**MANDATORY prerequisite** — you MUST invoke this skill BEFORE every `use_figma` tool call. NEVER call `use_figma` directly without loading this skill first. Skipping it causes common, hard-to-debug failures. Trigger whenever the user wants to perform a write action or a unique read action that requires JavaScript execution in the Figma file context — e.g. create/edit/delete nodes, set up variables or tokens, build components and variants, modify auto-layout or fills, bind variables to properties, or inspect file structure programmatically.","shortDescription":"Load the required rules before calling use_figma","iconSmall":"./assets/figma-small.svg","iconLarge":"./assets/figma.png","repoPath":"skills/.curated/figma-use"},{"id":"frontend-skill","name":"frontend-skill","description":"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.","shortDescription":"Design visually strong landing pages, websites, apps, and UI","iconSmall":null,"iconLarge":null,"repoPath":"skills/.curated/frontend-skill"},{"id":"gh-address-comments","name":"gh-address-comments","description":"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.","shortDescription":"Address comments in a GitHub PR review","iconSmall":"./assets/github-small.svg","iconLarge":"./assets/github.png","repoPath":"skills/.curated/gh-address-comments"},{"id":"gh-fix-ci","name":"gh-fix-ci","description":"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.","shortDescription":"Debug failing GitHub Actions CI","iconSmall":"./assets/github-small.svg","iconLarge":"./assets/github.png","repoPath":"skills/.curated/gh-fix-ci"},{"id":"imagegen","name":"imagegen","description":"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.","shortDescription":"Generate or edit images for websites, games, and more","iconSmall":"./assets/imagegen-small.svg","iconLarge":"./assets/imagegen.png","repoPath":"skills/.curated/imagegen"},{"id":"jupyter-notebook","name":"jupyter-notebook","description":"Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook.","shortDescription":"Create Jupyter notebooks for experiments and tutorials","iconSmall":"./assets/jupyter-small.svg","iconLarge":"./assets/jupyter.png","repoPath":"skills/.curated/jupyter-notebook"},{"id":"linear","name":"linear","description":"Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.","shortDescription":"Manage Linear issues in Codex","iconSmall":"./assets/linear-small.svg","iconLarge":"./assets/linear.png","repoPath":"skills/.curated/linear"},{"id":"netlify-deploy","name":"netlify-deploy","description":"Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.","shortDescription":"Deploy web projects to Netlify with the Netlify CLI","iconSmall":"./assets/netlify-small.svg","iconLarge":"./assets/netlify.png","repoPath":"skills/.curated/netlify-deploy"},{"id":"notion-knowledge-capture","name":"notion-knowledge-capture","description":"Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.","shortDescription":"Capture conversations into structured Notion pages","iconSmall":"./assets/notion-small.svg","iconLarge":"./assets/notion.png","repoPath":"skills/.curated/notion-knowledge-capture"},{"id":"notion-meeting-intelligence","name":"notion-meeting-intelligence","description":"Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.","shortDescription":"Prep meetings with Notion context and tailored agendas","iconSmall":"./assets/notion-small.svg","iconLarge":"./assets/notion.png","repoPath":"skills/.curated/notion-meeting-intelligence"},{"id":"notion-research-documentation","name":"notion-research-documentation","description":"Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.","shortDescription":"Research Notion content and produce briefs/reports","iconSmall":"./assets/notion-small.svg","iconLarge":"./assets/notion.png","repoPath":"skills/.curated/notion-research-documentation"},{"id":"notion-spec-to-implementation","name":"notion-spec-to-implementation","description":"Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.","shortDescription":"Turn Notion specs into implementation plans, tasks, and progress tracking","iconSmall":"./assets/notion-small.svg","iconLarge":"./assets/notion.png","repoPath":"skills/.curated/notion-spec-to-implementation"},{"id":"openai-docs","name":"openai-docs","description":"Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations, help choosing the latest model for a use case, or explicit GPT-5.4 upgrade and prompt-upgrade guidance; prioritize OpenAI docs MCP tools, use bundled references only as helper context, and restrict any fallback browsing to official OpenAI domains.","shortDescription":"Reference official OpenAI docs, including upgrade guidance","iconSmall":"./assets/openai-small.svg","iconLarge":"./assets/openai.png","repoPath":"skills/.curated/openai-docs"},{"id":"pdf","name":"pdf","description":"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.","shortDescription":"Create, edit, and review PDFs","iconSmall":"/Users/khalidbinkalban/.codex/vendor_imports/skills/skills/.curated/pdf/assets/pdf.png","iconLarge":"./assets/pdf.png","repoPath":"skills/.curated/pdf"},{"id":"playwright","name":"playwright","description":"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.","shortDescription":"Automate real browsers from the terminal","iconSmall":"./assets/playwright-small.svg","iconLarge":"./assets/playwright.png","repoPath":"skills/.curated/playwright"},{"id":"playwright-interactive","name":"playwright-interactive","description":"Persistent browser and Electron interaction through `js_repl` for fast iterative UI debugging.","shortDescription":"Persistent browser and Electron QA","iconSmall":"./assets/playwright-small.svg","iconLarge":"./assets/playwright.png","repoPath":"skills/.curated/playwright-interactive"},{"id":"render-deploy","name":"render-deploy","description":"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.","shortDescription":"Deploy applications to Render via Blueprints or MCP","iconSmall":"./assets/render-small.svg","iconLarge":"./assets/render.png","repoPath":"skills/.curated/render-deploy"},{"id":"screenshot","name":"screenshot","description":"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.","shortDescription":"Capture screenshots","iconSmall":"./assets/screenshot-small.svg","iconLarge":"./assets/screenshot.png","repoPath":"skills/.curated/screenshot"},{"id":"security-best-practices","name":"security-best-practices","description":"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.","shortDescription":"Security reviews and secure-by-default guidance","iconSmall":null,"iconLarge":null,"repoPath":"skills/.curated/security-best-practices"},{"id":"security-ownership-map","name":"security-ownership-map","description":"Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do not trigger for general maintainer lists or non-security ownership questions.","shortDescription":"Map maintainers, bus factor, and sensitive code ownership","iconSmall":null,"iconLarge":null,"repoPath":"skills/.curated/security-ownership-map"},{"id":"security-threat-model","name":"security-threat-model","description":"Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations, and writes a concise Markdown threat model. Trigger only when the user explicitly asks to threat model a codebase or path, enumerate threats/abuse paths, or perform AppSec threat modeling. Do not trigger for general architecture summaries, code review, or non-security design work.","shortDescription":"Repo-grounded threat modeling and abuse-path analysis","iconSmall":null,"iconLarge":null,"repoPath":"skills/.curated/security-threat-model"},{"id":"sentry","name":"sentry","description":"Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`.","shortDescription":"Read-only Sentry observability","iconSmall":"./assets/sentry-small.svg","iconLarge":"./assets/sentry.png","repoPath":"skills/.curated/sentry"},{"id":"slides","name":"slides","description":"Create and edit presentation slide decks (`.pptx`) with PptxGenJS, bundled layout helpers, and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/reference decks, modifying slide content while preserving editable output, adding charts/diagrams/visuals, or diagnosing layout issues such as overflow, overlaps, and font substitution.","shortDescription":"Create and edit PPTX slide decks","iconSmall":"./assets/slides-small.svg","iconLarge":"./assets/slides.png","repoPath":"skills/.curated/slides"},{"id":"sora","name":"sora","description":"Use when the user asks to generate, edit, extend, poll, list, download, or delete Sora videos, create reusable non-human Sora character references, or run local multi-video queues via the bundled CLI (`scripts/sora.py`); includes requests like: (i) generate AI video, (ii) edit this Sora clip, (iii) extend this video, (iv) create a character reference, (v) download video/thumbnail/spritesheet, and (vi) Sora batch planning; requires `OPENAI_API_KEY` and Sora API access.","shortDescription":"Generate, edit, extend, and manage Sora videos","iconSmall":"./assets/sora-small.svg","iconLarge":"./assets/sora.png","repoPath":"skills/.curated/sora"},{"id":"speech","name":"speech","description":"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.","shortDescription":"Generate narrated audio from text","iconSmall":"./assets/speech-small.svg","iconLarge":"./assets/speech.png","repoPath":"skills/.curated/speech"},{"id":"spreadsheet","name":"spreadsheet","description":"Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (`.xlsx`, `.csv`, `.tsv`) with formula-aware workflows, cached recalculation, and visual review.","shortDescription":"Create, edit, and analyze spreadsheets","iconSmall":"./assets/spreadsheet-small.svg","iconLarge":"./assets/spreadsheet.png","repoPath":"skills/.curated/spreadsheet"},{"id":"transcribe","name":"transcribe","description":"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.","shortDescription":"Transcribe audio using OpenAI, with optional speaker diarization when requested. Prefer the bundled CLI for deterministic, repeatable runs.","iconSmall":"./assets/transcribe-small.svg","iconLarge":"./assets/transcribe.png","repoPath":"skills/.curated/transcribe"},{"id":"vercel-deploy","name":"vercel-deploy","description":"Deploy applications and websites to Vercel. Use when the user requests deployment actions like \"deploy my app\", \"deploy and give me the link\", \"push this live\", or \"create a preview deployment\".","shortDescription":"Deploy apps and agents with zero configuration on Vercel. No account required.","iconSmall":"./assets/vercel-small.svg","iconLarge":"./assets/vercel.png","repoPath":"skills/.curated/vercel-deploy"},{"id":"winui-app","name":"winui-app","description":"Bootstrap, develop, and design modern WinUI 3 desktop applications with C# and the Windows App SDK using official Microsoft guidance, WinUI Gallery patterns, Windows App SDK samples, and CommunityToolkit components. Use when creating a brand new app, preparing a machine for WinUI, reviewing, refactoring, planning, troubleshooting, environment-checking, or setting up WinUI 3 XAML, controls, navigation, windowing, theming, accessibility, responsiveness, performance, deployment, or related Windows app design and development work.","shortDescription":"[Windows only] Build native WinUI 3 apps","iconSmall":null,"iconLarge":"./assets/winui.png","repoPath":"skills/.curated/winui-app"},{"id":"yeet","name":"yeet","description":"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`).","shortDescription":"Stage, commit, and open PR","iconSmall":"./assets/yeet-small.svg","iconLarge":"./assets/yeet.png","repoPath":"skills/.curated/yeet"}]}