Skip to content

SKILL.md / Skills Format

Skills are reusable capabilities for AI agents — npm packages for AI. Install with a single command to give your agent new abilities.

Registries: skills.sh (Vercel), .claude/skills/ (Anthropic) Install: npx skills add <owner/repo> Scale: 35,000+ installs across 200+ skills

my-skill/
├── SKILL.md ← Instructions + metadata
├── scripts/
│ └── lint.sh ← Optional automation
└── templates/
└── component.tsx ← Optional templates
---
name: react-best-practices
description: Best practices for React development
version: 1.0.0
---
## When to Use
Use this skill when creating React components.
## Instructions
- Use functional components with hooks
- Implement proper error boundaries
- Use React.memo for expensive renders
SkillInstallsDescription
vercel-react-best-practices72K+React patterns
seo-audit15K+SEO optimization
accessibility-audit8K+A11y compliance

AGENTS.md tells the agent about your project. Skills teach it new abilities. They’re complementary.