Codex

Codex Skills

Codex-friendly skills turn repeatable development practices into reusable agent workflows. Use them to standardize debugging, testing, refactoring, docs, and review across projects.

Indexed skills

96,913

Search focus

Codex skill

Security context

Scanned

Top matching skills

Skill Security AuditorF

Security audit and vulnerability scanner for AI agent skills before installation. Use when: (1) evaluating a skill from an untrusted source, (2) auditing a skill directory or git repo URL for malicious code, (3) pre-install security gate for Claude Code plugins, OpenClaw skills, or Codex skills, (4) scanning Python scripts for dangerous patterns like os.system, eval, subprocess, network exfiltration, (5) detecting prompt injection in SKILL.md files, (6) checking dependency supply chain risks,...

data-aipythonrust
0
16,216
VexorA

Vector-powered CLI for semantic file search with a Claude/Codex skill

ai-agentsgit
0
7,783
Codex SkillA

You are operating in **codex exec** - a non-interactive automation mode for hands-off task execution.

ai-agentsgobash
0
927
Langsmith Fetch Composiohq Awesome Codex SkillsC

Debug LangChain and LangGraph agents by fetching execution traces from LangSmith Studio. Use when debugging agent behavior, investigating errors, analyzing tool calls, checking memory operations, or examining agent performance. Automatically fetches recent traces and analyzes execution patterns. Requires langsmith-fetch CLI installed.

ai-agentsgoshell
0
370
Internal Comms Composiohq Awesome Codex SkillsA

A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).

content-marketing
0
345
Formax Skill CaptureA

Use when we want to turn a just-finished Formax workflow (e.g. commands, overlays, tools, hooks, permissions, UI parity) into a reusable Codex Skill under .codex/skills, including scaffolding, guardrails, and the minimum test checklist.

toolsgobash
0
176
mathmodel-skillA

数学建模竞赛端到端工作流, 用于 CUMCM 国赛 / MCM·ICM 美赛 / 电工杯的选题、建模、求解、论文写作和终稿审核. Use when Codex helps with 建模、数模、CUMCM、国赛、MCM、ICM、美赛、电工杯、A题/B题/C题、竞赛论文、模型选择、灵敏度分析、摘要写作或终稿 review. 10 阶段 + 4 反馈层, 全程编号问答式, 支持 Codex Skills / AGENTS.md / plugin packaging, state 跨 Codex 与 Claude Code 互通.

data-aipythongo
0
79
Lcp RepoA

Repository orientation and which Codex skills to use for each area (go-lcpd, protocol spec, docs, openai-serve, ExecPlans).

documentationgogit
0
76
Firebase Sdk Mosif16 Codex SkillsA

**Overview:** This guide outlines best practices for using Firebase on Apple platforms with Swift and on web/Node platforms with TypeScript. It covers how to set up the SDKs, organize code, handle data efficiently, and ensure security across all supported Firebase services and platforms.

developmenttypescriptrust
0
76
Example SkillA

Example skill demonstrating the full skill directory structure with scripts, references, assets, and examples. Use when learning how to structure Codex skills.

documentationgodocumentation
0
76
Docs Sync Lancenunes Codex SkillsA

Keep documentation in sync with code changes across README, docs sites, API docs, runbooks, and configuration. Use when the user asks to update docs, ensure docs match behavior, or prepare docs for a release/PR.

documentationtypescriptgo
0
76
Commit Work Lancenunes Codex SkillsA

Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.

developmentgogit
0
76

Portable coding-agent patterns

The most useful Codex skill patterns are not model-specific. They define how to gather context, make small edits, run verification, summarize changes, and stop before risky operations.

Best workflows to standardize

Testing, bug reproduction, code review, migration planning, documentation, and release checklists are all strong candidates for skill-style workflows.

Safety for autonomous coding

Skills that guide autonomous coding should include verification steps, rollback boundaries, and explicit human approval gates for secrets, production deploys, and destructive changes.

Why security-scanned skills matter

Skills can influence agent behavior, suggest commands, include helper files, or touch code and data. Skills Directory adds security context so you can inspect risk before installing a workflow from a public repo.

See the security model

Frequently asked questions

Do SKILL.md files work directly with Codex?

Codex may not load Claude skills natively in the same way, but SKILL.md files can still be adapted into agent instructions, project rules, or reusable prompts.

What makes a skill Codex-friendly?

Clear task triggers, verification commands, small-step workflows, and minimal Claude-specific assumptions make a skill easier to adapt to Codex.

Should Codex skills include approval gates?

Yes. Any workflow that might deploy, delete data, modify secrets, or rewrite large areas should require explicit human approval.