GitHub Copilot
| Type | Mode | Default Source Directory | File Suffixes | Documentation |
|---|---|---|---|---|
| Instructions | file | .github/instructions/ | .instructions.md, .md | Docs |
| Prompts | file | .github/prompts/ | .prompt.md, .md | Docs |
| Skills | directory | .github/skills/ | - | Docs |
| Agents | file | .github/agents/ | .agent.md, .md | Docs |
Instructions
bash
ais copilot instructions add coding-style
# Suffix matching (if both exist, you must specify)
ais copilot instructions add style.md
ais copilot instructions add style.instructions.md
ais copilot instructions rm coding-stylePrompts
bash
ais copilot prompts add generate-tests
ais copilot prompts rm generate-testsSkills
bash
ais copilot skills add web-scraping
ais copilot skills rm web-scrapingAgents
bash
ais copilot agents add code-reviewer
ais copilot agents rm code-reviewerInstall All
bash
ais copilot install