Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions skills/microsoft-code-reference/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ compatibility: Requires Microsoft Learn MCP Server (https://learn.microsoft.com/

# Microsoft Code Reference

## Prerequisites: Connect to the Microsoft Learn MCP Server

This skill requires the **Microsoft Learn MCP Server**. If it's not already connected, add it to your MCP client configuration:

**Remote MCP Endpoint:** `https://learn.microsoft.com/api/mcp`

**Sample config (works in most MCP clients):**
```json
{
"mcpServers": {
"microsoft-learn": {
"type": "http",
"url": "https://learn.microsoft.com/api/mcp"
}
}
}
```
Comment on lines +17 to +26
Copy link

Copilot AI Feb 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The JSON configuration format uses "mcpServers" as the top-level key, but the README.md shows "servers" as the standard config format (line 67). This inconsistency could confuse users. Consider using "servers" to match the documented standard, or add a note that different MCP clients may use different configuration keys (e.g., "mcpServers", "servers", etc.).

Copilot uses AI. Check for mistakes.

No API key or authentication required. For client-specific setup (VS Code, Claude, Cursor, etc.), see the [full installation guide](https://github.com/MicrosoftDocs/mcp#-installation--getting-started).

## Tools

| Need | Tool | Example |
Expand Down
20 changes: 20 additions & 0 deletions skills/microsoft-docs/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ compatibility: Requires Microsoft Learn MCP Server (https://learn.microsoft.com/

# Microsoft Docs

## Prerequisites: Connect to the Microsoft Learn MCP Server

This skill requires the **Microsoft Learn MCP Server**. If it's not already connected, add it to your MCP client configuration:

**Remote MCP Endpoint:** `https://learn.microsoft.com/api/mcp`

**Sample config (works in most MCP clients):**
```json
{
"mcpServers": {
"microsoft-learn": {
"type": "http",
"url": "https://learn.microsoft.com/api/mcp"
}
}
}
```
Comment on lines +17 to +26
Copy link

Copilot AI Feb 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The JSON configuration format uses "mcpServers" as the top-level key, but the README.md shows "servers" as the standard config format (line 67). This inconsistency could confuse users. Consider using "servers" to match the documented standard, or add a note that different MCP clients may use different configuration keys (e.g., "mcpServers", "servers", etc.).

Copilot uses AI. Check for mistakes.

No API key or authentication required. For client-specific setup (VS Code, Claude, Cursor, etc.), see the [full installation guide](https://github.com/MicrosoftDocs/mcp#-installation--getting-started).

## Tools

| Tool | Use For |
Expand Down
20 changes: 20 additions & 0 deletions skills/microsoft-skill-creator/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@ compatibility: Requires Microsoft Learn MCP Server (https://learn.microsoft.com/

Create hybrid skills for Microsoft technologies that store essential knowledge locally while enabling dynamic Learn MCP lookups for deeper details.

## Prerequisites: Connect to the Microsoft Learn MCP Server

This skill requires the **Microsoft Learn MCP Server**. If it's not already connected, add it to your MCP client configuration:

**Remote MCP Endpoint:** `https://learn.microsoft.com/api/mcp`

**Sample config (works in most MCP clients):**
```json
{
"mcpServers": {
"microsoft-learn": {
"type": "http",
"url": "https://learn.microsoft.com/api/mcp"
}
}
}
Comment on lines +19 to +27
Copy link

Copilot AI Feb 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The JSON configuration format uses "mcpServers" as the top-level key, but the README.md shows "servers" as the standard config format (line 67). This inconsistency could confuse users. Consider using "servers" to match the documented standard, or add a note that different MCP clients may use different configuration keys (e.g., "mcpServers", "servers", etc.).

Copilot uses AI. Check for mistakes.
```

No API key or authentication required. For client-specific setup (VS Code, Claude, Cursor, etc.), see the [full installation guide](https://github.com/MicrosoftDocs/mcp#-installation--getting-started).

## About Skills

Skills are modular packages that extend agent capabilities with specialized knowledge and workflows. A skill transforms a general-purpose agent into a specialized one for a specific domain.
Expand Down