223 compatible skills

Codex Skills Directory

Browse SKILL.md-compatible Codex skills for coding, frontend work, research, documents, data analysis, and repeatable agent workflows.

436
Skills
14
Categories
19
Repos
8
Agents

Webapp Testing

anthropics/skills

Browser Automation

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

CodexClaude
pythonfrontendtestingbrowser
172,724 StarsApache-2.0

Frontend Design

anthropics/skills

Frontend Design

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

CodexClaude
designfrontendreviewdata
172,724 StarsApache-2.0

Xlsx

anthropics/skills

Spreadsheets

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .xltx, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scr...

CodexClaude
pythontestingreviewdata
172,724 StarsSource linked

PDF

anthropics/skills

Documents

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, a...

CodexClaude
pythondata
172,724 StarsSource linked

MCP Builder

anthropics/skills

Coding

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

CodexClaude
typescriptpythondesignsecurity
172,724 StarsApache-2.0

Theme Factory

anthropics/skills

Frontend Design

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

CodexClaude
reviewros
172,724 StarsApache-2.0

Slack Gif Creator

anthropics/skills

Marketing

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."

CodexClaude
pythonros
172,724 StarsApache-2.0

Brand Guidelines

anthropics/skills

Frontend Design

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

CodexClaude
pythondesignros
172,724 StarsApache-2.0

Pptx

anthropics/skills

Presentations

Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary);...

CodexClaude
pythondesigndataros
172,724 StarsSource linked

Context Engineering

addyosmani/agent-skills

Coding

Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.

CodexClaude CodeClaude
typescriptreactbrowserresearch
91,023 StarsMIT

Constraint Driven Development

addyosmani/agent-skills

Security

Establishes a project's quality bar as a written contract and stops agents quietly lowering it. Interviews the user on which dimensions matter, supplies sane default thresholds when they have no number in mind, records everything in CONSTRAINTS.md, and watches the diff for a weakened bar — new @ts-ignore or eslint-d...

CodexClaude
pythonsecuritytestingreview
91,023 StarsMIT

Doubt Driven Development

addyosmani/agent-skills

Coding

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify no...

CodexClaude CodeClaude
securityreviewdata
91,023 StarsMIT

Dogfood

vercel-labs/agent-browser

Frontend Design

Systematically explore and test a web application to find bugs, UX issues, and other problems. Use when asked to "dogfood", "QA", "exploratory test", "find issues", "bug hunt", "test this app/site/platform", or review the quality of a web application. Produces a structured report with full reproduction evidence -- s...

CodexClaude
testingreviewbrowserautomation
41,611 StarsApache-2.0

Vercel Sandbox

vercel-labs/agent-browser

Frontend Design

Run agent-browser + Chrome inside Vercel Sandbox microVMs for browser automation from any Vercel-deployed app. Use when the user needs browser automation in a Vercel app (Next.js, SvelteKit, Nuxt, Remix, Astro, etc.), wants to run headless Chrome without binary size limits, needs persistent browser sessions across c...

CodexClaude
browserautomationdata
41,611 StarsApache-2.0

Agentcore

vercel-labs/agent-browser

DevOps

Run agent-browser on AWS Bedrock AgentCore cloud browsers. Use when the user wants to use AgentCore, run browser automation on AWS, use a cloud browser with AWS credentials, or needs a managed browser session backed by AWS infrastructure. Triggers include "use agentcore", "run on AWS", "cloud browser with AWS", "bed...

CodexClaude
browserautomation
41,611 StarsApache-2.0

Electron

vercel-labs/agent-browser

Data Analysis

Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome DevTools Protocol. Use when the user needs to interact with an Electron app, automate a desktop app, connect to a running app, control a native app, or test an Electron application. Triggers include...

CodexClaude
designbrowserautomationdata
41,611 StarsApache-2.0

Slack

vercel-labs/agent-browser

Frontend Design

Interact with Slack workspaces using browser automation. Use when the user needs to check unread channels, navigate Slack, send messages, extract data, find information, search conversations, or automate any Slack task. Triggers include "check my Slack", "what channels have unreads", "send a message to", "search Sla...

CodexClaude
browserautomationdata
41,611 StarsApache-2.0

Agent Browser

vercel-labs/agent-browser

DevOps

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a butto...

CodexClaude CodeClaude
testingbrowserautomationdata
41,611 StarsApache-2.0

Core

vercel-labs/agent-browser

DevOps

Core agent-browser usage guide. Read this before running any agent-browser commands. Covers the snapshot-and-ref workflow, navigating pages, interacting with elements (click, fill, type, select), extracting text and data, taking screenshots, managing tabs, handling forms and auth, waiting for content, running multip...

CodexClaude
reacttestingbrowserautomation
41,611 StarsApache-2.0

Brainstorm Okrs

phuryn/pm-skills

Product Management

Brainstorm team-level OKRs aligned with company objectives — qualitative objectives with measurable key results. Use when setting quarterly OKRs, aligning team goals with company strategy, drafting objectives, or learning how to write effective OKRs.

CodexClaudeClaude Code
product-managementexecutionokrs
25,833 StarsMIT

Identify Assumptions New

phuryn/pm-skills

Product Management

Identify risky assumptions for a new product idea across 8 risk categories including Go-to-Market, Strategy, and Team. Use when evaluating startup risks, assessing a new product concept, or mapping assumptions for a new venture.

CodexClaudeClaude Code
product-managementdiscovery
25,833 StarsMIT

Growth Loops

phuryn/pm-skills

Product Management

Identify growth loops (flywheels) for sustainable traction. Evaluates 5 loop types: Viral, Usage, Collaboration, User-Generated, and Referral. Use when designing growth mechanisms, building product-led traction, or understanding how growth loops work.

CodexClaudeClaude Code
product-managementgo-to-market
25,833 StarsMIT

Business Model

phuryn/pm-skills

Product Management

Generate a Business Model Canvas with all 9 building blocks. Use when creating a business model, documenting how a business creates value, or analyzing an existing business model.

CodexClaudeClaude Code
product-managementstrategy
25,833 StarsMIT

Strategy Red Team

phuryn/pm-skills

Product Management

Red-team a PRD, roadmap, or strategy by attacking its load-bearing assumptions before reality does. Steelmans then attacks each claim, ranks failure modes by impact × likelihood × cheapness-to-test, and returns the cheapest test and kill criteria for each. Use when stress-testing a plan, pressure-testing a strategy,...

ClaudeClaude CodeCodex
product-managementexecutionroadmapprd
25,833 StarsMIT

Brainstorm Ideas Existing

phuryn/pm-skills

Product Management

Brainstorm product ideas for an existing product using multi-perspective ideation from PM, Designer, and Engineer viewpoints. Use when generating new feature ideas, brainstorming solutions for an identified opportunity, or ideating with a product trio.

CodexClaudeClaude Code
product-managementdiscovery
25,833 StarsMIT

User Personas

phuryn/pm-skills

Product Management

Create refined user personas from research data — 3 personas with JTBD, pains, gains, and unexpected insights. Use when building personas from survey data, creating user profiles from research, or segmenting users for product decisions.

CodexClaudeClaude Code
product-managementmarket-researchpersonas
25,833 StarsMIT

Market Segments

phuryn/pm-skills

Product Management

Identify 3-5 potential customer segments with demographics, JTBD, and product fit analysis. Use when exploring market segments, identifying target audiences, evaluating new markets, or learning how to segment a market.

CodexClaudeClaude Code
product-managementmarket-research
25,833 StarsMIT

Positioning Ideas

phuryn/pm-skills

Product Management

Brainstorm product positioning ideas differentiated from competitors. Identifies top competitors and generates positioning statements with rationale. Use when developing product positioning, differentiating from competitors, or crafting brand positioning strategy.

CodexClaudeClaude Code
product-managementgrowth
25,833 StarsMIT

Prioritize Features

phuryn/pm-skills

Product Management

Prioritize a backlog of feature ideas based on impact, effort, risk, and strategic alignment with top 5 recommendations. Use when prioritizing a feature backlog, making scope decisions, or ranking product ideas.

CodexClaudeClaude Code
product-managementdiscovery
25,833 StarsMIT

Cohort Analysis

phuryn/pm-skills

Product Management

Perform cohort analysis on user engagement data — retention curves, feature adoption trends, and segment-level insights. Use when analyzing user retention by cohort, studying feature adoption over time, investigating churn patterns, or identifying engagement trends.

CodexClaudeClaude Code
product-managementanalyticscohort-analysis
25,833 StarsMIT

Release Notes

phuryn/pm-skills

Product Management

Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.

CodexClaudeClaude Code
product-managementexecutionprd
25,833 StarsMIT

Intended Vs Implemented

phuryn/pm-skills

Product Management

The method for finding the gap between what a system is supposed to do and what the code actually does — the class of bug generic scanners miss because they have no model of intent. Defines what counts as documented intent, what counts as implementation evidence, which mismatches matter, and how to avoid hand-wavy f...

CodexClaudeClaude Code
product-managementai-shipping
25,833 StarsMIT

Test Scenarios

phuryn/pm-skills

Product Management

Create comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step actions, and expected outcomes. Use when writing QA test cases, creating test plans, defining acceptance tests, or preparing for feature validation.

CodexClaudeClaude Code
product-managementexecution
25,833 StarsMIT

Prioritize Assumptions

phuryn/pm-skills

Product Management

Prioritize assumptions using an Impact × Risk matrix and suggest experiments for each. Use when triaging a list of assumptions, deciding what to test first, or applying the assumption prioritization canvas.

CodexClaudeClaude Code
product-managementdiscovery
25,833 StarsMIT

Customer Journey Map

phuryn/pm-skills

Product Management

Create an end-to-end customer journey map with stages, touchpoints, emotions, pain points, and opportunities. Use when mapping the customer experience, identifying friction points, improving onboarding, or visualizing the user journey.

CodexClaudeClaude Code
product-managementmarket-research
25,833 StarsMIT

Draft Nda

phuryn/pm-skills

Product Management

Draft a detailed Non-Disclosure Agreement between two parties covering information types, jurisdiction, and clauses needing legal review. Use when creating confidentiality agreements or preparing an NDA for a partnership.

CodexClaudeClaude Code
product-managementtoolkit
25,833 StarsMIT

Brainstorm Ideas New

phuryn/pm-skills

Product Management

Brainstorm feature ideas for a new product in initial discovery from PM, Designer, and Engineer perspectives. Use when starting product discovery for a new product, exploring features for a startup idea, or doing initial ideation.

CodexClaudeClaude Code
product-managementdiscovery
25,833 StarsMIT

Porters Five Forces

phuryn/pm-skills

Product Management

Perform Porter's Five Forces analysis — competitive rivalry, supplier power, buyer power, threat of substitutes, and threat of new entrants. Use when analyzing industry dynamics, assessing competitive forces, or evaluating market attractiveness.

CodexClaudeClaude Code
product-managementstrategy
25,833 StarsMIT

Interview Script

phuryn/pm-skills

Product Management

Create a structured customer interview script with JTBD probing questions, warm-up, core exploration, and wrap-up sections. Follows The Mom Test principles — no leading questions, no pitching, focus on past behavior. Use when preparing for user interviews, creating interview guides, or planning discovery research.

CodexClaudeClaude Code
product-managementdiscovery
25,833 StarsMIT

Analyze Feature Requests

phuryn/pm-skills

Product Management

Analyze and prioritize a list of feature requests by theme, strategic alignment, impact, effort, and risk. Use when reviewing customer feature requests, triaging a backlog, or making prioritization decisions.

CodexClaudeClaude Code
product-managementdiscovery
25,833 StarsMIT

Beachhead Segment

phuryn/pm-skills

Product Management

Identify the first beachhead market segment for a product launch. Evaluates segments against burning pain, willingness to pay, winnable market share, and referral potential. Use when choosing a first market, targeting an initial customer segment, or planning market entry strategy.

CodexClaudeClaude Code
product-managementgo-to-market
25,833 StarsMIT

User Stories

phuryn/pm-skills

Product Management

Create user stories following the 3 C's (Card, Conversation, Confirmation) and INVEST criteria with descriptions, design links, and acceptance criteria. Use when writing user stories, breaking down features into backlog items, or defining acceptance criteria.

CodexClaudeClaude Code
product-managementexecution
25,833 StarsMIT

Value Proposition

phuryn/pm-skills

Product Management

Design a detailed value proposition using a 6-part JTBD template — Who, Why, What before, How, What after, Alternatives. Use when creating a value proposition, analyzing customer value delivery, or articulating why customers should choose your product.

CodexClaudeClaude Code
product-managementstrategy
25,833 StarsMIT

Product Name

phuryn/pm-skills

Product Management

Brainstorm 5 unique, memorable product names with rationale aligned to brand values and target audience. Use when naming a new product, rebranding, or exploring product name ideas.

CodexClaudeClaude Code
product-managementgrowth
25,833 StarsMIT

Sprint Plan

phuryn/pm-skills

Product Management

Plan a sprint with capacity estimation, story selection, dependency mapping, and risk identification. Use when preparing for sprint planning, estimating team capacity, selecting stories, or balancing sprint scope against velocity.

CodexClaudeClaude Code
product-managementexecution
25,833 StarsMIT

Brainstorm Experiments New

phuryn/pm-skills

Product Management

Design lean startup experiments (pretotypes) for a new product. Creates XYZ hypotheses and suggests low-effort validation methods like landing pages, explainer videos, and pre-orders. Use when validating a new product idea, creating pretotypes, or testing market demand.

CodexClaudeClaude Code
product-managementdiscovery
25,833 StarsMIT

Summarize Interview

phuryn/pm-skills

Product Management

Summarize a customer interview transcript into a structured template with JTBD, satisfaction signals, and action items. Use when processing interview recordings or transcripts, synthesizing discovery interviews, or creating interview summaries.

CodexClaudeClaude Code
product-managementdiscovery
25,833 StarsMIT

Job Stories

phuryn/pm-skills

Product Management

Create job stories using the 'When [situation], I want to [motivation], so I can [outcome]' format with detailed acceptance criteria. Use when writing job stories, creating JTBD-style backlog items, or expressing user situations and motivations.

CodexClaudeClaude Code
product-managementexecution
25,833 StarsMIT

Explore Agent Skills

Browse by agent platform, skill category, or practical SKILL.md implementation guide.

Platforms

Guides