close
Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add alternative personal skills directory for agents
  • Loading branch information
lewislbr authored Mar 19, 2026
commit 954202bae89cbfa340614378483a7908b5b9422b
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ Skills are loaded from these locations in priority order (first found wins for d
| `.claude/skills/` | Project | Claude-compatible location. |
| Parent `.github/skills/` | Inherited | Monorepo parent directory support. |
| `~/.copilot/skills/` | Personal | Personal skills for all projects. |
| `~/.agents/skills/` | Personal | Alternative personal location. |
| `~/.claude/skills/` | Personal | Claude-compatible personal location. |
| Plugin directories | Plugin | Skills from installed plugins. |
| `COPILOT_SKILLS_DIRS` | Custom | Additional directories (comma-separated). |
Expand Down
Loading