- Copilot Chat Extension Version: v0.38.2026021905
- VS Code Version: 1.98.0-insider
- OS Version: Windows 11
- Feature (e.g. agent/edit/ask mode): Agent Skills / Settings Sync
- Selected model (e.g. GPT 4.1, Claude 3.7 Sonnet): Claude Opus 4.6
- Logs: N/A
Steps to Reproduce:
- Create a custom skill in
~/.copilot/skills/my-skill on Machine A.
- Enable Settings Sync on Machine A (ensure "Extensions" and "UI State" are checked).
- Sign in to Settings Sync on Machine B.
- Check
~/.copilot/skills/ on Machine B.
Expected Behavior:
The custom skill my-skill should be synced to Machine B and available for use in Copilot Chat, just like mcp.json (user MCP config) and prompt files.
Actual Behavior:
The skill folder (~/.copilot/skills/) is not synced. Only extensions, settings, and other user data are synced. This forces manual copying of skills between machines.
Steps to Reproduce:
~/.copilot/skills/my-skillon Machine A.~/.copilot/skills/on Machine B.Expected Behavior:
The custom skill
my-skillshould be synced to Machine B and available for use in Copilot Chat, just likemcp.json(user MCP config) and prompt files.Actual Behavior:
The skill folder (
~/.copilot/skills/) is not synced. Only extensions, settings, and other user data are synced. This forces manual copying of skills between machines.