Skills is a collection of domain-specific knowledge packages and configurations for AI coding agents working with Azure SDKs and Microsoft AI Foundry.
The tool addresses the problem that coding agents like Copilot CLI and GitHub Copilot lack domain knowledge about specific SDKs, even though the underlying patterns exist in their training weights. Skills provides activation context by bundling curated, language-specific knowledge into installable packages that agents can load selectively. Each skill targets a particular development task or SDK pattern, organized across core capabilities, Foundry-specific knowledge, and language-specific implementations in Python, .NET, TypeScript, Java, and Rust. Installation works through a web-based wizard that places skills into an agent's directory and symlinks them for use across multiple agents.
Developers should adopt this tool if they use GitHub Copilot or similar agents within projects built on Azure SDKs or Microsoft AI Foundry, and want to improve agent accuracy for domain-specific tasks. The approach works best when you load only the skills relevant to your current project, as the README emphasizes that loading all skills causes context dilution and wasted token usage. The tool is particularly suited to teams standardizing on Microsoft development platforms who want to ground their agents in SDK-specific patterns without modifying the agents themselves.
The project is under active development with skills being added and existing ones updated to match the latest SDK patterns. Test coverage is being expanded to ensure quality. The repository welcomes contributions from the community.