Everything for Codex

Skills, prompts, AGENTS.md files and MCP servers that Codex reads. Skills are shared with Claude Code; the rest is Codex-native. 479,099 indexed, measured the same four ways as everything else here.

aria-input-field-name

241

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when applies to all (except type=hidden), , , and custom form widgets using role=textbox, role=combobox, role=spinbutton, role=searchbox, or role=listbox.

not rated 74k +50 20d ago A 56 tokens

thedaviddias/Front-End-Checklist

Skill Claude CodeCodex

Use when applies to custom ARIA widgets using composite roles: tablist, list, listbox, menu, menubar, tree, treegrid, grid, rowgroup, row, radiogroup. Use when reviewing components built with div/span elements that replace native HTML list, select, or nav elements.

not rated 74k +50 20d ago A 67 tokens

microsoft/ai-agents-for-beginners

Skill Claude CodeCodex ✓ vendor

Migrate Python apps from Azure OpenAI Chat Completions to the Responses API. Covers AzureOpenAI/AsyncAzureOpenAI client migration to the v1 endpoint, streaming, tools, structured output, multi-turn, EntraID auth, and model compatibility checks. Python-focused, Azure OpenAI-specific. USE FOR: migrate to responses API…

not rated 74k +182 7d ago A 185 tokens original MIT

local-ai-agents

244

microsoft/ai-agents-for-beginners

Skill Claude CodeCodex ✓ vendor

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

not rated 74k +182 7d ago A 200 tokens original MIT

microsoft-docs

245

microsoft/ai-agents-for-beginners

Skill Claude CodeCodex ✓ vendor

Query official Microsoft documentation to find concepts, tutorials, and code examples across Azure, .NET, Agent Framework, Aspire, VS Code, GitHub, and more. Uses Microsoft Learn MCP as the default, with Context7 and Aspire MCP for content that lives outside learn.microsoft.com.

not rated 74k +182 7d ago A 61 tokens original MIT

microsoft/ai-agents-for-beginners

Instructions file CodexOpenCode ✓ vendor

Instructions for microsoft/ai-agents-for-beginners, covering agents.md, project overview, setup commands, prerequisites and initial setup.

not rated 74k +182 7d ago A 2,488 tokens original MIT

build_workspace_app

247

OpenBB-finance/OpenBB

Skill Claude CodeCodex

This guide covers the full lifecycle of building, running, and serving a custom OpenBB Workspace application from an extension project scaffolded by openbb-cookiecutter. It assumes the project shell already exists (see the developextension skill for scaffolding instructions).

not rated 73k +82 1mo ago A 57 tokens

develop_extension

248

OpenBB-finance/OpenBB

Skill Claude CodeCodex

This is a complete guide for creating a new OpenBB Platform extension from scratch. Follow every phase in order. When the user says "build me an application that does X", use this guide to scaffold, implement, install, and verify the extension.

not rated 73k +82 1mo ago A 53 tokens

work_with_server

249

OpenBB-finance/OpenBB

Skill Claude CodeCodex

This guide explains how to call tools, interpret responses, discover capabilities, use prompts, and handle errors when interacting with an OpenBB MCP server.

not rated 73k +82 1mo ago A 33 tokens

agent-agent

250

ruvnet/ruflo

Skill Claude CodeCodex

Agent skill for agent - invoke with $agent-agent.

not rated 70k +270 today A 13 tokens original MIT

ruvnet/ruflo

Skill Claude CodeCodex

Agent skill for performance-benchmarker - invoke with $agent-performance-benchmarker.

not rated 70k +270 today A 22 tokens original MIT

agent-quorum-manager

252

ruvnet/ruflo

Skill Claude CodeCodex

Agent skill for quorum-manager - invoke with $agent-quorum-manager.

not rated 70k +270 today A 18 tokens original MIT

career-ops

253

santifer/career-ops

Skill Claude CodeCodex

Part of career-ops

AI job search command center -- evaluate offers, generate CVs, scan portals, track applications. Use when the user pastes a job URL or JD, asks to scan portals, generate a CV/PDF, track applications, prepare for interviews, draft outreach/emails, or run any career-ops mode.

not rated 69k 4d ago A 66 tokens original MIT

career-ops AGENTS.md

254

santifer/career-ops

Instructions file CodexOpenCode

Instructions for santifer/career-ops, covering career-ops -- ai job search pipeline, origin, data contract (critical), source-of-truth boundary (critical) and auto-memory scope (clarification, not exception).

not rated 69k 4d ago B 11,508 tokens original MIT

add-lang

255

colbymchenry/codegraph

Skill Claude CodeCodex

Add tree-sitter language support to codegraph end-to-end — wire the grammar + extractor, write tests, then benchmark extraction quality and retrieval value on 3 popular real-world repos. Use when the user runs /add-lang or asks to add/support a new language (e.g. Lua, Elixir, Zig, OCaml) in codegraph.

not rated 69k +401 2d ago A 77 tokens original MIT

agent-eval

256

colbymchenry/codegraph

Skill Claude CodeCodex

Benchmark CodeGraph retrieval quality on a real codebase by comparing agent behavior with vs without CodeGraph. Use when the user runs /agent-eval or asks to test, benchmark, audit, or validate a codegraph version (the local dev build or a published npm version) against a language's repo.

not rated 69k +401 2d ago A 65 tokens original MIT

codegraph

257

code-yeongyu/oh-my-openagent

MCP server Claude CodeCodexCursor +2

MCP server "codegraph" as configured in code-yeongyu/oh-my-openagent. Launched with codegraph serve --mcp.

not rated 69k +71 yesterday A tokens not measured

code-yeongyu/oh-my-openagent

Instructions file CodexOpenCode

AGENTS.md instructions for code-yeongyu/oh-my-openagent, covering oh-my-opencode — opencode plugin, default workflow — how to take on any task, structure, initialization flow and 14 opencode hook handlers.

not rated 69k +71 changed yesterday D 16,478 tokens

ulw-research

259

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

Team-first maximum-saturation research orchestration. ALWAYS asks which final format to render (PDF+DOCX default), then stands up a max-size cooperating team (teamcreate): one member per axis plus skeptic/red-team members for ultradebate/hyperdebate cross-critique, explore/librarian lanes, live journaling, an EXPAND…

not rated 69k +71 yesterday A 224 tokens

programming

260

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

MUST USE for ANY work on .py .pyi .rs .ts .tsx .mts .cts .go files. One philosophy: strict types, modern stacks (Pydantic v2 / serde+thiserror / Zod / gin+sqlc+pgx+slog), modern toolchains (uv+basedpyright+ruff / cargo+clippy+miri / Bun+Biome+tsc / gofumpt+golangci-lint v2+nilaway+go-race), parse-don't-validate…

not rated 69k +71 yesterday A 282 tokens

review-work

261

code-yeongyu/oh-my-openagent

Skill Claude CodeCodex

Post-implementation review orchestrator. Launches 5 parallel background sub-agents: Oracle (goal/constraint verification), Oracle (code quality), Oracle (security), unspecified-high (hands-on QA execution), unspecified-high (context mining from GitHub/git/Slack/Notion). All must pass for review to pass. MUST USE…

not rated 69k +71 yesterday A 125 tokens

openinterpreter/openinterpreter

Instructions file CodexOpenCode

Instructions for openinterpreter/openinterpreter, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

not rated 68k +20 14d ago A 5,182 tokens copy · 100% Apache-2.0

imagegen

263

openinterpreter/openinterpreter

Skill Claude CodeCodex

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…

not rated 68k +20 14d ago A 113 tokens copy · 100% Apache-2.0

plugin-creator

264

openinterpreter/openinterpreter

Skill Claude CodeCodex

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…

not rated 68k +20 14d ago A 86 tokens copy · 98% Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: