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.

7 skills in devops

CI/CD Pipeline

Community

CI/CD setup procedures for GitHub Actions, Vercel, and other platforms with testing and deployment automation.

devopscicdgithub-actionsdeployment
Procedure-based skill

Data Migration

Community

Database migration procedures with zero-downtime strategies, rollback plans, and data validation.

devopsmigrationdatabaseschema
Procedure-based skill

Docker Deployment

Community

Containerization procedures with Dockerfile best practices, multi-stage builds, and compose configurations.

devopsdockercontainersdeployment
Procedure-based skill

Git Workflow

Community

Branching, PR, and merge strategies including conventional commits, release management, and code review.

devopsgitbranchingpull-request
Procedure-based skill

Supabase Setup

Community

Database setup procedures including schema design, RLS policies, edge functions, and auth configuration.

devopssupabasedatabaserls
Procedure-based skill

DNS and Domain Setup

Generic

Set up custom domain -- DNS records, SSL, Vercel/Cloudflare configuration

devopsdnsdomainssl
Procedure-based skill

GitHub CI/CD Pipeline

Generic

Set up GitHub Actions CI/CD -- lint, test, build, deploy pipeline with environment protection

devopsci-cdgithub-actionsdeployment
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