microsoft

1,403 mods in 45 plugins, 141 repositories, 1268k stars between them.

microsoft/skills

Agent ✓ vendor

Specialist for CoreAI DIY presenter mode features, including presentation view, navigation, and teleprompter functionality.

3.0k +6 yesterday A 26 tokens original MIT

Project Scaffolder

314

microsoft/skills

Agent ✓ vendor

Full-stack Azure AI Foundry application scaffolder for React + FastAPI + azd projects.

3.0k +6 yesterday A 23 tokens original MIT

microsoft/skills

Instructions file GitHub Copilot ✓ vendor

Copilot instructions for microsoft/skills, covering copilot instructions for agent skills, project overview, ⚠️ fresh information first, core principles and 1. think before coding.

3.0k +6 yesterday A 2,575 tokens original MIT

azure-sdk-dotnet

317

microsoft/skills

Plugin Claude Code ✓ vendor

Bundles 29 skills · 2,641 tokens together

Azure SDK patterns and best practices for .NET developers covering AI, resource management, identity, messaging, and Key Vault libraries.

3.0k +6 yesterday A tokens not measured original MIT

azure-sdk-java

318

microsoft/skills

Plugin Claude Code ✓ vendor

Bundles 15 skills · 796 tokens together

Azure SDK patterns and best practices for Java developers covering AI, communication, storage, identity, monitoring, and management libraries.

3.0k +6 yesterday A tokens not measured original MIT

microsoft/clarity

Instructions file GitHub Copilot ✓ vendor

Copilot instructions for microsoft/clarity, covering clarity repository - copilot agent instructions, repository overview, clarity-js performance & bundle size priorities, build & development commands and installation.

2.7k +4 yesterday A 1,630 tokens original MIT

git-clarity

320

microsoft/clarity

MCP server Claude CodeCodexCursor +2 ✓ vendor

MCP server "git-clarity" as configured in microsoft/clarity. Runs mcp_server_git with python3.

2.7k +4 yesterday A tokens not measured original MIT

clarity CLAUDE.md

321

microsoft/clarity

Instructions file ✓ vendor

Claude Code instructions for microsoft/clarity, covering clarity development guidelines, repository overview, clarity-js performance & bundle size priorities, build & development commands and installation.

2.7k +4 yesterday A 1,626 tokens copy · 94% MIT

idea-quality

322

microsoft/ResearchStudio

Skill Claude CodeCodex ✓ vendor

Score the QUALITY of a research idea at the idea stage — given a Markdown file with Title / Motivation / Method sections (no experiments needed), produce a per-axis quality assessment with cited evidence and an overall 0–100 score plus a verdict; or, given two such idea files, a blind head-to-head comparison. TRIGGER…

2.6k +35 4d ago A 215 tokens original MIT

idea-spark

323

microsoft/ResearchStudio

Skill Claude CodeCodex ✓ vendor

Generate ONE reviewer-defensible, implementable research idea with a concrete method and falsification plan from a stated research direction. Use when the user asks for a research idea, novelty analysis, bottleneck diagnosis, or paper-shape suggestion. Skip code review, debugging, and unconstrained brainstorming…

2.6k +35 4d ago A 65 tokens original MIT

paper-search

324

microsoft/ResearchStudio

Skill Claude CodeCodex ✓ vendor

Search papers across arXiv, DBLP, OpenAlex, OpenReview, Semantic Scholar, and Crossref for a given query and year range, using ./scripts/searchpapers.py. Use when the user asks to find papers, related work, prior art, or recent publications on a specific topic, especially when they mention a date range or specific…

2.6k +35 4d ago A 86 tokens original MIT

scoop-check

325

microsoft/ResearchStudio

Skill Claude CodeCodex ✓ vendor

Check whether a proposed research novelty (given a problem statement and claimed idea/novelty) overlaps with existing published work. TRIGGER when the user asks to verify research novelty, check if an idea is new, compare a proposed contribution to prior art, do a literature/prior-art search for a specific claim, or…

2.6k +35 4d ago A 106 tokens original MIT

paper2assets

326

microsoft/ResearchStudio

Skill Claude CodeCodex ✓ vendor

Extract a research paper PDF into a structured set of poster-agnostic assets reusable by any downstream renderer (paper2poster, paper2blog, paper2audio, paper2video). Produces a / containing the paper's full text (assets/meta/text.txt), per-figure captions (assets/meta/captions.json), cleaned figure rasters…

2.6k +35 4d ago A 223 tokens original MIT

paper2blog

327

microsoft/ResearchStudio

Skill Claude CodeCodex ✓ vendor

Use when transforming an academic paper, arXiv/OpenReview PDF, conference paper, technical report, poster, slide deck, repository README, or related research materials into a bilingual editorial package for an editing team. Produces two articles by default — a Chinese WeChat public-account version (blogzh.docx) and an…

2.6k +35 4d ago A 109 tokens original MIT

paper2poster

328

microsoft/ResearchStudio

Skill Claude CodeCodex ✓ vendor

Render a pre-extracted paper's structured 9-section spec (paperspec.md) into a single-page HTML academic poster, fit the layout to the page via an iterative measured-fill loop, and export it to print-ready PDF + PNG thumbnail. Requires the upstream paper2assets skill to have produced an output bundle with…

2.6k +35 4d ago A 165 tokens original MIT

html2pptx

329

microsoft/ResearchStudio

Skill Claude CodeCodex ✓ vendor

Convert a rendered HTML page (especially A0 conference posters) into a native PowerPoint .pptx with editable text + native shapes — NOT a PNG-in-slide. Walks the live DOM via headless chromium, extracts BLOCK-level text containers (p/h1-h6/li/td) as TextBoxes with inline / as mixed-style Runs, as Picture with…

2.6k +35 4d ago B 345 tokens original MIT

paper2reel

330

microsoft/ResearchStudio

Skill Claude CodeCodex ✓ vendor

Build an interactive HTML viewer that aligns paper2poster output with slide/video deck frames through a sidecar contentalignment.json, without modifying the original poster, PPTX, or blog deliverables.

2.6k +35 4d ago A 43 tokens original MIT

paper2video

331

microsoft/ResearchStudio

Skill Claude CodeCodex ✓ vendor

Turn a research paper, a paper2assets package, or an existing PPT deck into a narrated MP4 video by fully delegating slide authoring to the installed ppt-master skill and fully delegating rendering, subtitles, timeline assembly, and strict media QA to the installed pptx2video skill and its public CLI. Resolves one…

2.6k +35 4d ago A 157 tokens original MIT

ApiExpert

332

microsoft/foundry-local

Agent ✓ vendor

Use when: designing C ABI APIs with opaque types and function pointer tables, creating header-only C++ wrappers over C APIs, adding new API surface area to the SDK, reviewing ABI stability, implementing vtable-based versioned interfaces, wrapping opaque handles with RAII C++ classes.

2.5k 3d ago A 55 tokens

CSharpCoder

333

microsoft/foundry-local

Agent ✓ vendor

Use when: writing or modifying C# code, porting C++ SDK functionality to C#, implementing P/Invoke interop with foundrylocal.dll, writing async/await wrappers around synchronous C API calls, implementing streaming via Channels, marshalling native types, fixing AOT/trimming compatibility, updating .csproj files…

2.5k 3d ago A 69 tokens

CppCoder

334

microsoft/foundry-local

Agent ✓ vendor

Use when: writing or modifying C++ implementation code, refactoring internal logic, implementing features behind the C ABI layer, writing tests, fixing bugs in .cc/.h files, optimizing performance, reviewing code for C++ Core Guidelines compliance, serializing/deserializing JSON, reducing code duplication.

2.5k 3d ago A 58 tokens

DearLeader

335

microsoft/foundry-local

Agent ✓ vendor

Use when: making architecture decisions, defining C++ porting strategy, reviewing API design, resolving scope and priority questions, evaluating technical trade-offs, planning C#-to-C++ migration, reviewing code for architectural compliance.

2.5k 3d ago A 43 tokens

JsCoder

336

microsoft/foundry-local

Agent ✓ vendor

Use when: writing or modifying JavaScript or TypeScript code in the Foundry Local SDK, implementing or maintaining the Node-API C addon for the JS SDK, porting C# or Python SDK functionality to JS/TS, wrapping native handles in idiomatic JS classes, implementing async iterables for streaming, packaging with…

2.5k 3d ago A 100 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: