Agent Skills Directory

AI Agent Skills Directory

Find reusable SKILL.md workflows for AI coding agents. Compare compatible platforms, source repos, install notes, and practical use cases.

450
Skills
14
Categories
19
Repos
8
Agents

Featured Skills

Curated skills with clear sources, categories, and agent compatibility.

API And Interface Design

addyosmani/agent-skills

Coding

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

typescriptfrontenddata
97,909 StarsMIT

Browser Testing With Devtools

addyosmani/agent-skills

Coding

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be co...

Claude CodeClaude
javascriptreactsecuritytesting
97,909 StarsMIT

Derive Client

vercel-labs/agent-browser

Data Analysis

Reverse-engineer a website's internal API by recording browser traffic into a HAR file, then generate a standalone client or CLI that calls the endpoints directly, with no browser needed after the first recording. Use when asked to "derive a client", "build a CLI for <site>", "reverse engineer this site's API", "rec...

browserdata
42,969 StarsApache-2.0

Shipping Artifacts

phuryn/pm-skills

Product Management

The durable documentation set that makes an AI-built (vibe-coded) app reviewable before shipping. A small core every app needs — architecture, user/permission flows, permissions, variables/secrets, and a test-coverage map — plus conditional docs added only when they apply: emails, scheduled work, SEO, and embedded a...

ClaudeClaude Code
product-managementai-shipping
26,485 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
26,485 StarsMIT

Guizang Ppt Skill

op7418/guizang-ppt-skill

Presentations

Generates horizontal-scrolling web PPT (single HTML file), featuring templates for WebGL backgrounds, speaker view, audience screen synchronization, speaker notes, chapter covers, data posters, and image grids. Offers two styles: ① "Digital Magazine × E-ink" (serif + fluid background + warm colors) ② "Swiss Internationalism" (sans-serif + grid dots + IKB/lemon yellow/lemon green/safety orange highlights). Use when users need to create sharing/presentation/launch-style web PPT, or mention "magazine style PPT", "Swiss style PPT", "Swiss Style", or "horizontal swipe deck".

CodexClaudeClaude Code
presentationshtml-slidespptwebgl
26,700 StarsAGPL-3.0

Cargo Fuzz

trailofbits/skills

Security

Sets up and runs cargo-fuzz, the standard fuzzing tool for Cargo-based Rust projects. Covers cargo fuzz init, the nightly toolchain requirement, fuzz_target! harnesses, Arbitrary-derived structured inputs, sanitizer options, cargo fuzz coverage, and reproducing a crash artifact. Use when fuzzing a Rust crate, writin...

Claude CodeClaudeCursor
securityresearchdatagithub
7,190 StarsSource linked

Constant Time Testing

trailofbits/skills

Frontend Design

Measures timing side channels in cryptographic implementations by running them, using dudect for statistical analysis and Timecop over Valgrind for dynamic tracing. Covers the formal, symbolic, dynamic, and statistical tool categories and how to read a result. Use when testing whether a running implementation is con...

Claude CodeClaudeCursor
securitytestingreviewresearch
7,190 StarsSource linked

Notion Knowledge Capture

openai/plugins

Productivity

Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.

Codex
data
7,085 StarsMIT

Browse by Platform

Browse by Category

DevOps

109 published skills

Skills for CI, deployment, infrastructure, observability, and release operations.

Frontend Design

73 published skills

Skills for UI implementation, design critique, interaction polish, accessibility, and responsive frontend work.

Product Management

68 published skills

Agent skills for product strategy, discovery, market research, execution, go-to-market planning, product analytics, and PM operating workflows.

Domain Specific

50 published skills

Specialized skills for narrow industries, expert workflows, and vertical use cases.

Data Analysis

39 published skills

Skills for working with datasets, notebooks, metrics, charts, and analytical workflows.

Security

32 published skills

Skills for security review, threat modeling, compliance checks, and secure engineering.

Coding

30 published skills

Agent skills for software engineering, code review, testing, refactoring, and project maintenance.

Productivity

13 published skills

General-purpose skills for personal workflows, project organization, and recurring operations.

Research

8 published skills

Skills for web research, source synthesis, literature review, and knowledge workflows.

Documents

6 published skills

Skills for creating, editing, reviewing, and converting documents.

Presentations

6 published skills

Skills for building and refining slide decks, talks, and visual narratives.

Spreadsheets

6 published skills

Skills for spreadsheets, formulas, tables, workbooks, and structured business data.

Browser Automation

5 published skills

Skills that operate browsers, inspect pages, test flows, and automate web tasks.

Marketing

5 published skills

Skills for content operations, SEO, social media, positioning, and growth workflows.

Latest Updated Skills

Baoyu Design

JimLiu/baoyu-design

Frontend Design

Create polished design artifacts as self-contained HTML: UI mockups, interactive prototypes, wireframes, landing pages, dashboards, app screens, mobile apps, slide decks (a.k.a. PPT / PowerPoint presentations), documents and résumés, animations, 3D objects, research reports, HTML email, diagrams, fliers, and visual...

CodexClaude CodeClaude
reviewdocumentsbrowserresearch
4,115 StarsMIT

API And Interface Design

addyosmani/agent-skills

Coding

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

typescriptfrontenddata
97,909 StarsMIT

Browser Testing With Devtools

addyosmani/agent-skills

Coding

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be co...

Claude CodeClaude
javascriptreactsecuritytesting
97,909 StarsMIT

Shipping And Launch

addyosmani/agent-skills

Coding

Prepares production launches. Use when preparing to deploy to production, or when asking what needs to be in place before shipping. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

typescriptjavascriptreactsecurity
97,909 StarsMIT

Debugging And Error Recovery

addyosmani/agent-skills

Coding

Guides systematic root-cause debugging. Use when tests fail, builds break, something that worked yesterday broke, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need to figure out what broke and why — a systematic approach to finding and fixing the root cause rather than gue...

typescriptfrontendbrowserdata
97,909 StarsMIT

Constraint Driven Development

addyosmani/agent-skills

Coding

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
97,909 StarsMIT

Documentation And Adrs

addyosmani/agent-skills

Documents

Records decisions and documentation. Use when you need to document an architecture decision (ADR) or the reasoning behind a design choice, when changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

Claude
typescriptdatapostgres
97,909 StarsMIT

Deprecation And Migration

addyosmani/agent-skills

Coding

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when migrating a database schema in production, such as renaming or dropping a column without downtime (expand/contract). Use when deciding whether to maintain or suns...

typescriptsecuritytestingdata
97,909 StarsMIT

Source Driven Development

addyosmani/agent-skills

Coding

Grounds every implementation decision in official documentation. Use when you want to verify an approach against the official docs before implementing it, or when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.

typescriptpythonreactnextjs
97,909 StarsMIT

Guides

Explore Agent Skills

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

Platforms

Guides