microsoft-code-reference

Look up Microsoft API references and validate SDK code against official docs.

3|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/tfsugjp/csharptemplate --skill microsoft-code-reference-tfsugjp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: microsoft-code-reference
Source: https://github.com/tfsugjp/csharptemplate/tree/main/.github/skills/microsoft-code-reference
Command: npx skills add https://github.com/tfsugjp/csharptemplate --skill microsoft-code-reference-tfsugjp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers avoid hallucinated methods and deprecated patterns by providing direct access to official Microsoft API references, accurate method signatures, and vetted code samples.

Core Features & Use Cases

  • API lookups: quickly locate methods, classes, and namespaces in official docs.
  • Sample verification: retrieve working code samples across languages to implement correct patterns.
  • SDK validation: cross-check signatures and overloads against the official API references.

Quick Start

Ask it to fetch the latest Microsoft API method from the official docs and provide a verified code sample in your language of choice.

Frequently Asked Questions about microsoft-code-reference

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

FAQPage Schema
How do I find correct method signatures for Azure SDKs and .NET libraries?

To find correct method signatures for Azure SDKs and .NET libraries, you can use this skill to lookup official Microsoft API references, cross-check overloads, and confirm method existence directly against up-to-date documentation.

How do I prevent hallucinated methods when writing code for Microsoft APIs?

To prevent hallucinated methods in Microsoft APIs, you can validate your SDK code against official documentation by fetching accurate method details and retrieving vetted, working code samples.

Can I get working code samples for Microsoft APIs in multiple programming languages?

Yes, you can retrieve working code samples for Microsoft APIs in multiple languages by using the sample search functionality to locate correct implementation patterns and verified examples.

Does this tool support fetching overload details for .NET methods?

Yes, this tool supports fetching overload details for .NET methods by validating SDK code against official API references to verify method existence and retrieve accurate signatures.

What is the best way to verify deprecated patterns in Azure SDK code?

The best way to verify deprecated patterns in Azure SDK code is to cross-check your signatures and overloads against official Microsoft API references to ensure you are using current methods.