GitHub Copilot Agent Skills
SKILL.md Format
---
name: My Custom Skill
description: What this skill does
tags: [typescript, testing]
---
# My Custom Skill
## When to Use
Use when the user asks about X or needs help with Y.
## Instructions
1. Always check for existing code first
2. Follow project conventions
3. Add tests for new features
## Code Patterns
\`\`\`typescript
// Preferred pattern
\`\`\`
Best Practices
- Clear description for skill matching
- Specific "when to use" criteria
- Include code examples and patterns
- Keep focused on one domain
- Reference project-specific conventions