microsoft-code-reference

Verify Microsoft SDK methods and package usage against official documentation.

Updated May 16, 2026
One-click install
npx skills add https://github.com/p-o-ke-nae/pokemondamagecalculatorforstory --skill microsoft-code-reference-p-o-ke-nae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: microsoft-code-reference
Source: https://github.com/p-o-ke-nae/pokemondamagecalculatorforstory/tree/main/.github/skills/microsoft-code-reference
Command: npx skills add https://github.com/p-o-ke-nae/pokemondamagecalculatorforstory --skill microsoft-code-reference-p-o-ke-nae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you verify Microsoft APIs, SDK methods, and package usage against official documentation so you can avoid incorrect signatures and deprecated patterns.

Core Features & Use Cases

  • Look up classes, methods, overloads, and package names for Azure SDKs, .NET libraries, and Microsoft APIs.
  • Find official working code samples before writing or debugging implementation code.
  • Use it when an API seems wrong, a method fails, or you need to confirm initialization, authentication, or parameter details.

Quick Start

Ask the skill to verify the correct Microsoft API method and show an official code sample for your task.

Frequently Asked Questions about microsoft-code-reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify correct Microsoft API method signatures and parameters?

You can find official working code samples for Azure SDKs and .NET libraries by searching Microsoft Learn documentation. This provides verified initialization, authentication, and implementation examples before you write or debug code.

What is the best way to check for deprecated patterns in Azure SDKs?

Yes, this approach supports looking up classes, methods, and package names across Azure SDKs, .NET libraries, and Microsoft APIs. It confirms correct API signatures and package details for your specific implementation context.

Why does my Microsoft API method fail when initialization parameters seem correct?

Microsoft API methods often fail due to incorrect overloads or deprecated initialization patterns. Verifying parameter details and authentication signatures against official code samples helps identify mismatched API usage and resolve the failure.

Can I find official code samples for Azure SDKs and .NET libraries?

You can find official working code samples for Azure SDKs and .NET libraries by searching Microsoft Learn documentation. This provides verified initialization, authentication, and implementation examples before you write or debug code.

Does this approach support finding migration-safe patterns for Microsoft APIs?

Yes, this approach supports looking up classes, methods, and package names across Azure SDKs, .NET libraries, and Microsoft APIs. It confirms correct API signatures and package details for your specific implementation context.