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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user