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
CommunityCI/CD setup procedures for GitHub Actions, Vercel, and other platforms with testing and deployment automation.
Data Migration
CommunityDatabase migration procedures with zero-downtime strategies, rollback plans, and data validation.
Docker Deployment
CommunityContainerization procedures with Dockerfile best practices, multi-stage builds, and compose configurations.
Git Workflow
CommunityBranching, PR, and merge strategies including conventional commits, release management, and code review.
Supabase Setup
CommunityDatabase setup procedures including schema design, RLS policies, edge functions, and auth configuration.
DNS and Domain Setup
GenericSet up custom domain -- DNS records, SSL, Vercel/Cloudflare configuration
GitHub CI/CD Pipeline
GenericSet up GitHub Actions CI/CD -- lint, test, build, deploy pipeline with environment protection
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