
openai
openai / imagegen
27.6kGenerate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts
openai / skill-creator
27.6kGuide 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.
openai / plugin-creator
27.6kCreate and scaffold plugin directories for Codex with a required `.codex-plugin/plugin.json`, optional plugin folders/files, and baseline placeholders you can edit before publishing or testing
openai / security-ownership-map
27.6kAnalyze 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.
openai / speech
27.6kUse 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.
openai / yeet
27.6kUse only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
openai / sentry
27.6kUse when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry CLI; perform read-only queries using the `sentry` command.
openai / winui-app
27.6kBootstrap, 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
openai / tunnel-client
491Customer-run client for Secure MCP Tunnel: connect private or localhost MCP servers to ChatGPT, Codex, the Responses API, and AgentKit without exposing them to the public internet.
openai / aspnet-core
27.6kBuild, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development
openai / cli-creator
27.6kBuild a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script
openai / define-goal
27.6kHelp the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome.
openai / figma
27.6kUse 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.
openai / figma-generate-design
27.6kUse this skill alongside figma-use when the task involves translating an application page, view, or multi-section layout into Figma.
openai / figma-use
27.6k**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.
openai / gh-address-comments
27.6kHelp 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.
openai / gh-fix-ci
27.6kUse 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.
openai / hatch-pet
27.6kCreate, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references
openai / jupyter-notebook
27.6kUse 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.
openai / notion-knowledge-capture
27.6kCapture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.
openai / notion-meeting-intelligence
27.6kPrepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.
openai / notion-research-documentation
27.6kResearch across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.
openai / notion-spec-to-implementation
27.6kTurn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.
openai / openai-docs
27.6kUse 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…
openai / pdf
27.6kUse 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.
openai / playwright
27.6kUse 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.
openai / render-deploy
27.6kDeploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks
openai / screenshot
27.6kUse 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.
openai / security-best-practices
27.6kPerform 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.
openai / chatgpt-apps
27.6kBuild, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI
openai / cloudflare-deploy
27.6kDeploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services
openai / figma-code-connect-components
27.6kConnects Figma design components to code components using Code Connect mapping tools
openai / figma-create-design-system-rules
27.6kGenerates custom design system rules for the user's codebase
openai / figma-generate-library
27.6kBuild or update a professional-grade design system in Figma from a codebase
openai / figma-implement-design
27.6kTranslates Figma designs into production-ready application code with 1:1 visual fidelity
openai / migrate-to-codex
27.6kMigrate supported instruction files, skills, agents, and MCP config into Codex project and global files.
openai / netlify-deploy
27.6kDeploy web projects to Netlify using the Netlify CLI (`npx netlify`)
openai / playwright-interactive
27.6kPersistent browser and Electron interaction through `js_repl` for fast iterative UI debugging.
openai / security-threat-model
27.6kRepository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations, and writes a concise Markdown threat model.
openai / skill-installer
27.6kInstall Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path
openai / transcribe
27.6kTranscribe audio files to text with optional diarization and known-speaker hints
openai / linear
27.6kManage issues, projects & team workflows in Linear
openai / figma-create-new-file
27.6kCreate a new blank Figma file