Microsoft adds Agent Skills in Visual Studio

- Microsoft pushed agent features into developer tools, adding “Agent Skills” in Visual Studio and a WinUI agent plugin for GitHub Copilot and Claude Code. - Azure Container Apps Express offers sub-second startup targets to cut cold starts for agents, while Edge adds Copilot action surfaces on desktop and mobile. - That pushes AI engineering toward workflow codification, low-latency ops, hiring shifts, and deployment realism for teams. (devblogs.microsoft.com) (techcommunity.microsoft.com) (blogs.windows.com)

Microsoft is moving AI agents deeper into the day-to-day developer stack by adding reusable “Agent Skills” inside Visual Studio, publishing a WinUI agent plugin for GitHub Copilot and Claude Code, and rolling out faster container hosting and new Copilot surfaces in Edge. The updates were published across Microsoft’s developer blogs on May 13 and span coding, deployment and browser-based interaction rather than a single product release. (devblogs.microsoft.com) The Visual Studio piece is the clearest signal of where Microsoft wants teams to work. Visual Studio now supports Agent Skills, which Microsoft describes as reusable instruction sets that teach Copilot agents how to handle recurring tasks such as running build pipelines, generating boilerplate and following team coding standards. Developers can create those skills inside the IDE, store them globally or at the solution level, and have them discovered automatically when relevant. (devblogs.microsoft.com) That matters because it turns workflow knowledge into a maintained artifact instead of a prompt somebody retypes from memory. Microsoft’s documentation says skills can live in repository locations such as `.github/skills/` or in a user profile, while custom agents can be defined as `.agent.md` files in `.github/agents/`. In practice, that means teams can start treating agent behavior more like codebase configuration: checked in, shared, reviewed and reused. (learn.microsoft.com) The Windows developer update extends the same idea beyond Visual Studio. Microsoft said on May 13 that it is releasing agent skills for building native Windows apps with WinUI 3 and the Windows App SDK, aimed at GitHub Copilot and Claude Code. Microsoft Learn documentation describes the WinUI 3 plugin as a way to give Copilot more accurate Windows App SDK context and avoid outdated UWP patterns, while related tutorials show Microsoft steering developers toward agent-mode app scaffolding, migration and testing flows. (devblogs.microsoft.com) The infrastructure side of the story is Azure Container Apps Express. Microsoft launched the service in public preview on May 13 and said it is designed to take a container image to an internet-reachable app without requiring developers to provision an environment or configure networking and scaling rules themselves. The company said Express targets apps that need provisioning “in seconds, not minutes,” with sub-second cold starts, scale-to-zero behavior and per-second billing. At launch, West Central US is the only available region, with more regions to follow “through the coming days.” (techcommunity.microsoft.com) That Azure release is notable because Microsoft is explicitly tying low-latency hosting to “agent-first platforms” that spin up tool-use endpoints on demand. In its launch post, the company said those systems need faster provisioning because “every second of provisioning delay is wasted agent productivity.” Microsoft framed Express as suitable for MCP servers, workflow APIs and human-in-the-loop interfaces alongside more conventional SaaS apps and dashboards. (techcommunity.microsoft.com) Edge rounds out the picture by giving Copilot more places to act on user context. Microsoft said new Copilot features are now available directly in Edge on desktop and, for the first time, in the Edge mobile app, including reasoning across open tabs, browsing-history-based responses, and Voice and Vision features. The company also said it is retiring Copilot Mode as those capabilities move directly into the browser experience. (blogs.windows.com) Taken together, the releases show Microsoft packaging agent work as a full-stack developer workflow: define how the agent should behave in the IDE, connect it to framework-specific skills, deploy supporting endpoints on faster container infrastructure, and surface user-facing actions in the browser. The next concrete milestones are already named in Microsoft’s own posts: Azure Container Apps Express remains in public preview, additional regions are planned after the initial West Central US launch, and the company said more user-friendly flows for browsing and creating skills in Visual Studio are coming in upcoming releases. (techcommunity.microsoft.com)

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.