Copilot agents need to be copied to ~/.copilot/agents in order to show up as usable agents in github copilot

This commit is contained in:
Smit Devrukhkar
2026-03-13 15:09:25 -07:00
parent 021dfbdcab
commit d8454d308d
4 changed files with 223 additions and 191 deletions

View File

@@ -64,7 +64,7 @@ See [claude-code/README.md](claude-code/README.md) for details.
## GitHub Copilot
The Agency also works natively with GitHub Copilot. Agents can be copied
directly into `~/.github/agents/` without conversion.
directly into `~/.github/agents/` and `~/.copilot/agents/` without conversion.
```bash
./scripts/install.sh --tool copilot

View File

@@ -6,11 +6,12 @@ agents use the existing `.md` + YAML frontmatter format.
## Install
```bash
# Copy all agents to your GitHub Copilot agents directory
# Copy all agents to your GitHub Copilot agents directories
./scripts/install.sh --tool copilot
# Or manually copy a category
cp engineering/*.md ~/.github/agents/
cp engineering/*.md ~/.copilot/agents/
```
## Activate an Agent