microsoft/skills

Skills, MCP servers, Custom Agents, Agents.md for SDKs to ground Coding Agents

View on GitHub ↗Jump to charts ↓

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 22nd, 2026
Created on January 16th, 2026
Open Issues & Pull Requests: 75 (+0)
GitHub issues: Enabled
Number of forks: 351
Total Stargazers: 3,050 (+0)
Total Subscribers: 17 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.3 days
Mean response time: 16.8 days
90th percentile: 55.9 days
Tracked items: 29

How this project is maintained

Roughly one issue in three opened in the past year never receives a reply. 48% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Only 51% of issues opened in the past year have been closed. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 23
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 132 days
Stale 30+ days: 21
Stale 90+ days: 16

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • documentation (6)
  • enhancement (6)
  • good first issue (4)
  • agentic-workflows (1)
  • bug (1)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

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.