copilot-agent-patterns
Installation
SKILL.md
Copilot Agent Patterns Skill
๐ด AI FIRST Quality Principle
Apply the AI FIRST principle: never accept first-pass quality. Minimum 2 iterations. Read all output, improve every section. No shortcuts.
Purpose
Provides proven patterns for designing, implementing, and orchestrating GitHub Copilot custom agents.
Agent Design Patterns
Specialist Agent Pattern
- Focused on single domain expertise
- Minimal tool set (
view,edit,create,shell,search_code) - Clear scope boundaries (MUST/MUST NOT)
- Skills integration references