Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "microsoft-events",
"description": "Connect your project to Microsoft Build and Ignite sessions — discover relevant talks, explore what's new for your stack, and plan next steps from your development environment.",
"version": "1.0.1",
"version": "1.0.2",
"author": {
"name": "Microsoft"
},
Expand Down
2 changes: 1 addition & 1 deletion .github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "microsoft-events",
"description": "Connect your project to Microsoft Build and Ignite sessions — discover relevant talks, explore what's new for your stack, and plan next steps from your development environment.",
"version": "1.0.1",
"version": "1.0.2",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
Expand Down
8 changes: 4 additions & 4 deletions skills/microsoft-build/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ Use MCP tools (or the mslearn CLI fallback) deliberately, not speculatively:
3. Fetch full pages for high-value results. A search result snippet may lack the migration steps or version details the developer needs. Use microsoft_docs_fetch on the most relevant URLs.
4. Scope searches to the inventory. Do not search for technologies the developer does not use.
5. Try multiple query formulations when initial results are weak. If "what's new Azure Cosmos DB" returns generic content, try "Azure Cosmos DB changelog 2026" or "Azure Cosmos DB preview features."
6. For broad questions ("what's new for my project", "what changed at Build"), always fetch the Book of News (`news.microsoft.com/{event}-{year}-book-of-news/`). The Book of News groups announcements by theme, names related sessions, and links to blog posts and docs. It surfaces announcements that do not appear in session titles or Learn what's-new pages — in testing, it found 6 major announcements and 8 additional sessions that catalog keyword search alone missed. Fetch it early as a discovery step, then follow through to Learn docs for technical detail. For narrow questions ("tell me about session BRK155"), the Book of News is optional.
6. For broad questions ("what's new for my project", "what changed at Build"), always fetch the Book of News. First, use the Book of News links in the **Key resources** section below. If the relevant event or year is not listed there, discover it with targeted searches such as `Microsoft Build {year} Book of News`, `Microsoft Ignite {year} Book of News`, or `{event} {year} Book of News site:news.microsoft.com`. The Book of News groups announcements by theme, names related sessions, and links to blog posts and docs. It surfaces announcements that do not appear in session titles or Learn what's-new pages — in testing, it found 6 major announcements and 8 additional sessions that catalog keyword search alone missed. Fetch it early as a discovery step, then follow through to Learn docs for technical detail. For narrow questions ("tell me about session BRK155"), the Book of News is optional.
Comment thread
mikekinsman marked this conversation as resolved.
7. Use what's-new pages on Learn when they exist. Many services have dedicated pages following patterns like `/azure/{service}/whats-new` or `/dotnet/core/whats-new/`. Try fetching these directly with microsoft_docs_fetch for a comprehensive changelog.

## Session catalog cross-reference
Expand Down Expand Up @@ -508,9 +508,9 @@ A good response from this skill:
| Build 2026 session catalog | `https://aka.ms/build2026-session-info` |
| Build 2025 session catalog | `https://aka.ms/build2025-session-info` |
| Ignite 2025 session catalog | `https://aka.ms/ignite2025-session-info` |
| Build 2026 Book of News | `https://news.microsoft.com/build-2026-book-of-news/` |
| Ignite 2025 Book of News | `https://news.microsoft.com/ignite-2025-book-of-news/` |
| Book of News pattern | `https://news.microsoft.com/{event}-{year}-book-of-news/` |
| Build 2026 Book of News | `https://aka.ms/build2026-news` |
| Build 2025 Book of News | `https://aka.ms/build2025-news` |
| Ignite 2025 Book of News | `https://aka.ms/ignite2025-news` |
Comment thread
mikekinsman marked this conversation as resolved.
| Learn MCP Server | `https://learn.microsoft.com/api/mcp` |
| Learn MCP Server docs | `https://learn.microsoft.com/en-us/training/support/mcp` |
| Azure Agent Skills (product names) | `https://github.com/MicrosoftDocs/Agent-Skills` |
Loading