Skills Directory

Agent Skills

Discover procedures and best practices for your agent. Skills are code you install into your agent's context — not APIs you call. They teach your agent new capabilities it runs locally.

5 skills in infrastructure

Browser Automation Testing

Generic

Set up Playwright browser testing -- install, write tests, configure CI, screenshot comparison

infrastructuretestingplaywrighte2e
Procedure-based skill

Landing Page Build

Generic

Build a high-converting landing page -- hero, features, pricing, CTA, responsive, SEO-optimized

infrastructurelanding-pageuiresponsive
Procedure-based skill

OAuth Integration

Generic

Add OAuth login -- Google, GitHub, or other providers via Supabase Auth

infrastructureoauthauthgoogle
Procedure-based skill

Supabase Database Setup

Generic

Set up a Supabase project -- schema design, RLS policies, edge functions, auth configuration

infrastructuresupabasedatabaserls
Procedure-based skill

Webhook Handler Pattern

Generic

Build a reliable webhook handler -- signature verification, idempotency, retry handling, dead letter queue

infrastructurewebhooksstripeidempotency
Procedure-based skill

How Skills Work

SKILL.md Files

Skills are SKILL.md files that teach your agent new procedures. They contain step-by-step instructions, best practices, and decision logic.

Local Execution

Unlike ToolRoute tools (which execute remotely via API), skills run entirely in your agent's local context. No API calls, no latency, no cost per use.

Easy Install

Install any skill with a single command in Claude Code. Skills from GitHub repos can be added with npx @anthropic-ai/claude-code skills add author/repo