Builder Daily

2026-04-30

Copilot in Visual Studio: cloud agents, Debugger agent, .claude/skills/ integration

Copilot in VS gains cloud agent sessions, profile-level custom agents, .claude/skills/ loading, and a Debugger agent that reproduces issues at runtime.

GitHub Copilot in Visual Studio shipped four notable changes:

Practitioner note

Two structural signals here:

  1. Microsoft is reading from .claude/skills/ directly. The Anthropic-defined Skills format — originally proprietary — is now a first-class location consumed by a Microsoft IDE. That’s de facto standardization.
  2. The Debugger agent that runs the code to validate fixes is a quietly important pattern. “Verify before assert” was an aspirational principle a year ago; now it’s becoming a default in commercial agent products.

If you maintain custom skills in your repo, you can now share them across Cursor (similar mechanism), Claude Code, and Visual Studio’s Copilot — without re-authoring per IDE.


Sources

Tags

Tip