Skip to content

GitHub Copilot

TypeModeDefault Source DirectoryFile SuffixesDocumentation
Instructionsfile.github/instructions/.instructions.md, .mdDocs
Promptsfile.github/prompts/.prompt.md, .mdDocs
Skillsdirectory.github/skills/-Docs
Agentsfile.github/agents/.agent.md, .mdDocs

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-style

Prompts

bash
ais copilot prompts add generate-tests
ais copilot prompts rm generate-tests

Skills

bash
ais copilot skills add web-scraping
ais copilot skills rm web-scraping

Agents

bash
ais copilot agents add code-reviewer
ais copilot agents rm code-reviewer

Install All

bash
ais copilot install

Reference

Released under the Unlicense.