87124 Skills Available

Find awesome
Agent Skills

Agent-Skills.md is a agent skills marketplace, to find the right agent skills for you.

Popular searches

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

obra
obra
109,0568,756

using-git-worktrees

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

obra
obra
109,0568,756

verification-before-completion

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

obra
obra
109,0568,756

writing-skills

Use when creating new skills, editing existing skills, or verifying skills work before deployment

obra
obra
109,0568,756

using-superpowers

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

obra
obra
109,0568,756

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code

obra
obra
109,0568,756

writing-plans

Use when you have a spec or requirements for a multi-step task, before touching code

obra
obra
109,0568,756

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

obra
obra
109,0568,756

clickhouse-logs-queries

>-

supabase
supabase
105,67512,987

vitest

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

Anthony Fu
Anthony Fu
105,67512,987

studio-best-practices

React and TypeScript best practices for Supabase Studio. Use when writing

supabase
supabase
105,67512,987

safe-sql-execution

Safely execute SQL queries against a user database without risking SQL injection or other security vulnerabilities.

supabase
supabase
105,67512,987

studio-ui-patterns

Design system UI patterns for Supabase Studio. Use when building or updating

supabase
supabase
105,67512,987

telemetry-standards

PostHog event tracking standards for Supabase Studio. Use when reviewing

supabase
supabase
105,67512,987

studio-mock-api-tests

Component tests for Supabase Studio that mock API requests at the

supabase
supabase
105,67512,987

studio-error-handling

Error display and troubleshooting pattern for Supabase Studio. Use when

supabase
supabase
105,67512,987

studio-queries

React Query conventions for data fetching in Supabase Studio. Use when

supabase
supabase
105,67512,987

dev-toolbar-review

Use when reviewing PRs that touch packages/dev-tools/, packages/common/posthog-client.ts,

supabase
supabase
105,67512,987

studio-e2e-tests

Write and run Playwright E2E tests for Supabase Studio. Use when asked

supabase
supabase
105,67512,987

studio-testing

Testing strategy for Supabase Studio. Use when writing tests, deciding what

supabase
supabase
105,67512,987

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with

vercel
vercel
105,67512,987

qa

QA-test a website or web app and return a 1-5 quality score (5 = flawless, 1 = broken) with evidence. Use when the user wants to test, QA, evaluate, score, or "check how good" a site, page, flow, or app — including a local dev server (e.g. "qa test localhost:5173", "does the checkout work?", "rate this landing page"). Drives a real Browser Use cloud browser, tunneling localhost automatically.

browser-use
browser-use
104,00911,478

browser-use

Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.

browser-use
browser-use
104,00911,478

remote-browser

Controls a local browser from a sandboxed remote machine. Use when the agent is running in a sandbox (no GUI) and needs to navigate websites, interact with web pages, fill forms, take screenshots, or expose local dev servers via tunnels.

browser-use
browser-use
104,00911,478

x402

Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing touches your codebase) or "build it in" (install the SDK and write the key + code into your project). Walks through wallet setup, funding, .env, and a ~$1 test run. Use when the user asks about x402, pay-per-use, USDC payments, or wants Browser Use Cloud without an API key. For the free-tier signup (reverse-CAPTCHA → API key), use `browser-use cloud signup` or the `cloud` skill instead.

browser-use
browser-use
104,00911,478

open-source

>

browser-use
browser-use
104,00911,478

cloud

>

browser-use
browser-use
104,00911,478

docs-changelog

>-

google-gemini
google-gemini
98,91312,575

string-reviewer

>

google-gemini
google-gemini
98,91312,575

pr-address-comments

Use this skill if the user asks you to help them address GitHub PR comments for their current branch of the Gemini CLI. Requires `gh` CLI tool.

google-gemini
google-gemini
98,91312,575

async-pr-review

Trigger this skill when the user wants to start an asynchronous PR review, run background checks on a PR, or check the status of a previously started async PR review.

google-gemini
google-gemini
98,91312,575

behavioral-evals

Guidance for creating, running, fixing, and promoting behavioral evaluations. Use when verifying agent decision logic, debugging failures, debugging prompt steering, or adding workspace regression tests.

google-gemini
google-gemini
98,91312,575

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Gemini CLI's capabilities with specialized knowledge, workflows, or tool integrations.

google-gemini
google-gemini
98,91312,575

greeter

A friendly greeter skill

google-gemini
google-gemini
98,91312,575

pirate-skill

Speak like a pirate.

google-gemini
google-gemini
98,91312,575

aoti-debug

Debug AOTInductor (AOTI) errors and crashes. Use when encountering AOTI segfaults, device mismatch errors, constant loading failures, or runtime errors from aot_compile, aot_load, aoti_compile_and_package, or aoti_load_package.

pytorch
pytorch
98,54627,292

docstring

Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.

pytorch
pytorch
98,54627,292

at-dispatch-v2

Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or other dispatch macros to the new v2 API. For ATen kernel files, CUDA kernels, and native operator implementations.

pytorch
pytorch
98,54627,292

add-uint-support

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.

pytorch
pytorch
98,54627,292

pyrefly-type-coverage

Migrate a file to use stricter Pyrefly type checking with annotations required for all functions, classes, and attributes.

pytorch
pytorch
98,54627,292

pt2-bug-basher

Debug PyTorch 2 compiler stack failures including Dynamo graph breaks, Inductor codegen errors, AOTAutograd crashes, and accuracy mismatches. Use when encountering torch.compile errors, BackendCompilerFailed exceptions, recompilation issues, Triton kernel failures, FX graph problems, or when the user mentions debugging PT2, Dynamo, Inductor, or compiled model issues.

pytorch
pytorch
98,54627,292

pr-review

Review PyTorch pull requests for code quality, test coverage, security, and backward compatibility. Use when reviewing PRs, when asked to review code changes, or when the user mentions "review PR", "code review", or "check this PR".

pytorch
pytorch
98,54627,292

document-public-apis

Document undocumented public APIs in PyTorch by removing functions from coverage_ignore_functions and coverage_ignore_classes in docs/source/conf.py, running Sphinx coverage, and adding the appropriate autodoc directives to the correct .md or .rst doc files. Use when a user asks to remove functions from conf.py ignore lists.

pytorch
pytorch
98,54627,292

scrub-issue

Fetch, analyze, reproduce, and minimize GitHub issue reproductions. Use when asked to check if an issue reproduces, minimize a repro, analyze a bug report, or scrub/triage an issue for reproducibility.

pytorch
pytorch
98,54627,292

metal-kernel

Write Metal/MPS kernels for PyTorch operators. Use when adding MPS device support to operators, implementing Metal shaders, or porting CUDA kernels to Apple Silicon. Covers native_functions.yaml dispatch, host-side operators, and Metal kernel implementation.

pytorch
pytorch
98,54627,292

skill-writer

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

pytorch
pytorch
98,54627,292

triaging-issues

Triages GitHub issues by routing to oncall teams, applying labels, and closing questions. Use when processing new PyTorch issues or when asked to triage an issue.

pytorch
pytorch
98,54627,292

plugin-creator

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 for plugin ordering and availability metadata, or update an existing local plugin during development with the CLI-driven cachebuster and reinstall flow.

openai
openai
95,80914,219

skill-installer

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

openai
openai
95,80914,219

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.

openai
openai
95,80914,219

Page 13 of 1743 · 87124 results

Adoption

Agent Skills are supported by leading AI development tools.

FAQ

Frequently asked questions about Agent Skills.

01

What are Agent Skills?

Agent Skills are reusable, production-ready capability packs for AI agents. Each skill lives in its own folder and is described by a SKILL.md file with metadata and instructions.

02

What does this agent-skills.md site do?

Agent Skills is a curated directory that indexes skill repositories and lets you browse, preview, and download skills in a consistent format.

03

Where are skills stored in a repo?

By default, the site scans the skills/ folder. You can also submit a URL that points directly to a specific skills folder.

04

What is required inside SKILL.md?

SKILL.md must include YAML frontmatter with at least name and description. The body contains the actual guidance and steps for the agent.

05

How can I submit a repo?

Click Submit in the header and paste a GitHub URL that points to a skills folder. We’ll parse it and add any valid skills to the directory.