> GitHub Copilot Agent Skills
Build custom skills for GitHub Copilot agents with SKILL.md configuration.
fetch
$
curl "https://skillshub.wtf/skillshub-team/catalog-batch5/github-copilot-skills?format=md"SKILL.md•GitHub Copilot Agent Skills
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
> related_skills --same-repo
> Nix Dev Shells with direnv
Auto-activate reproducible dev environments with Nix flakes and direnv.
> Dagger with GitHub Actions
Run Dagger CI/CD pipelines in GitHub Actions for portable, testable builds.
> Bun + Hono API
Build fast APIs with Bun runtime and Hono framework.
> Deno Fresh Framework
Build full-stack web apps with Fresh on Deno. Islands, routes, and zero runtime overhead.