Installation guide

How to Install Agent Skills in Codex

A step-by-step workflow for adding install-ready skills to a Codex-style agent setup while keeping validation, permissions, and rollback in mind.

Decision prompt

I want to install an Agent Skill in Codex, test it on a real repository task, and decide whether it belongs in my workflow.

12
Shortlist
install
Intent
CodexCoding agentsUpdated Jun 2026

Recommended shortlist

Start with these skills

Ranked from current marketplace data
Adopt100/100
Agent Skills

Production-grade engineering skills for AI coding agents.

Stars81K
Trust86/100
Audit91/100
Quality100/100
RiskSafe to try
Claude CodeCursorCoding agents
$ npx skills add addyosmani/agent-skills
Adopt100/100
Skills

access to david ondrej's personal agent skills

Stars2.7K
Trust84/100
Audit91/100
Quality100/100
RiskSafe to try
Claude CodeCoding agentsResearch agents
$ npx skills add davidondrej/skills
Adopt100/100
Playwright Browser Skill

Automate a real browser from the terminal for navigation, form filling, snapshots, screenshots, extraction, and UI-flow debugging.

Stars24K
Trust83/100
Audit90/100
Quality100/100
RiskSafe to try
Claude CodeOpenAI AgentsCursor
$ npx skills add openai/skills --skill playwright
Adopt100/100
Code Review

Review a branch or diff against repository standards and the originating spec in two independent analysis passes.

Stars169K
Trust91/100
Audit94/100
Quality100/100
RiskSafe to try
Claude CodeOpenAI AgentsCursor
$ npx skills add mattpocock/skills --skill code-review

How to use this guide

Move from search to adoption

01

Generate a shortlist

Use the recommendation API with the task prompt from this guide.

02

Copy the install command

Install the top candidate only after reading the risks and proof points.

03

Run one complete task

Ask Codex to implement, verify, and explain the change before adding the skill to defaults.

Evaluation notes

What to check before installing

Install with a rollback mindset

Codex skills should be treated like workflow dependencies. Install them in a branch or sandbox, run a task, and keep a fallback path if the result is not reliable.

  • +Start from the OpenAgentSkill decision page.
  • +Use a narrow task with a clear expected result.
  • +Compare against manual work or one alternative skill.

What to verify

A skill is ready when it improves a repeatable loop without adding unclear permissions, brittle setup, or noisy output.

  • +Check repository freshness and quality score.
  • +Inspect generated code, tests, and browser checks.
  • +Document when the skill should and should not be used.

FAQ

Common questions

Do Codex skills need to be code-only?

No. Browser automation, GitHub workflow, document, and data-analysis skills can all help a coding agent complete work end to end.

How do I know a skill is safe enough?

There is no automatic guarantee. Use readiness signals as a filter, then review permissions, repository health, and output quality yourself.

More candidates

Additional skills to review

Browse full marketplace

Webapp Testing

Primary pick

Use Playwright to interact with and test local web applications, capture screenshots, debug UI behavior, and inspect browser logs.

165K stars100/100 ready

Open Code Review

Primary pick

Open-source & free — Battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in fine-tuned ruleset (NPE, thread-safety, XSS, SQL injection), OpenAI & Anthropic compatible.

11K stars100/100 ready

Implement

Primary pick

Implement work from an approved spec or ticket set, run focused and full tests, invoke code review, and commit the result to the current branch.

176K stars100/100 ready

Codex

Primary pick

Lightweight coding agent that runs in your terminal

91K stars100/100 ready

Pr Agent

Primary pick

🚀 PR Agent: The Original Open-Source PR Reviewer. This project It is not the Qodo free tier.

12K stars100/100 ready

Open Design

Primary pick

🎨 Local-first, open-source Claude Design alternative. 🖥️ Native desktop app. ⚡ 259+ Skills · ✨ 142+ Design Systems 🖼️ Web · desktop · mobile prototypes · slides · images · videos · HyperFrames 📦 Sandboxed preview · HTML/PDF/PPTX/MP4 export 🤖 Claude Code / OpenClaw / Codex / Cursor / OpenCode / Qwen / Copilot / Hermes / Kimi & 17+ CLIs.

82K stars100/100 ready

Vercel React Best Practices

Primary pick

React and Next.js performance guidance for writing, reviewing, and refactoring production UI code.

30K stars100/100 ready

Posthog

Primary pick

🦔 PostHog is an all-in-one developer platform for building successful products. We offer product analytics, web analytics, session replay, error tracking, feature flags, experimentation, surveys, data warehouse, a CDP, and an AI product assistant to help debug your code, ship features faster, and keep all your usage and customer data in one stack.

35K stars100/100 ready

Next guides

Keep building the workflow