AI Skills
Installable SKILL.md packages that extend AI coding agents with reliable workflows and domain-specific judgment — ranked by installs, sourced from skills.sh.
power-bi-performance-troubleshooting
A systematic diagnostic guide for finding and fixing Power BI model, report, and query performance bottlenecks.
typespec-api-operations
Add CRUD REST operations (GET/POST/PATCH/DELETE) with routing, params, and adaptive cards to a TypeSpec API plugin.
bigquery-pipeline-audit
Audits Python + BigQuery pipelines for cost blowups, unsafe reruns, and silent failures before they hit production.
containerize-aspnetcore
Generates a customized, multi-stage Dockerfile and .dockerignore for containerizing an ASP.NET Core project.
suggest-awesome-github-copilot-agents
Finds and recommends GitHub Copilot Custom Agents from awesome-copilot, flagging duplicates and outdated versions.
csharp-tunit
Reference guide for writing modern, fast C# unit tests with TUnit, including data-driven testing and xUnit migration tips.
emblem-memecoin-scout
Find trending memecoins and run rug-pull risk checks across Solana, Base, and Hedera via EmblemAI.
gen-specs-as-issues
Turns a codebase audit into prioritized, ready-to-file GitHub issue specs for missing features.
tldr-prompt
Turns verbose Copilot files, MCP docs, or documentation URLs into quick tldr-style chat summaries.
suggest-awesome-github-copilot-instructions
Finds and suggests relevant Copilot instruction files from awesome-copilot, flags duplicates and outdated ones.
structured-autonomy-generate
Turns a PR plan.md into a complete, copy-paste-ready implementation.md with full code and verification checklists.
python-type-safety
Add robust Python type hints, generics, and protocols with strict mypy/pyright checking guidance.
fabric-lakehouse
Reference knowledge for designing and optimizing Microsoft Fabric Lakehouse solutions.
java-mcp-server-generator
Scaffold a full Java MCP server project with the official SDK, Maven/Gradle, and optional Spring Boot.
clean-code
Apply Uncle Bob's Clean Code principles to write, review, and refactor more readable, maintainable code.
dataverse-python-quickstart
Generate ready-to-use Python snippets for Microsoft Dataverse SDK setup, CRUD, bulk ops, and paging.
copilot-usage-metrics
Pull GitHub Copilot adoption and usage stats for your org or enterprise straight from the CLI.
self-improvement
Logs errors, corrections, and feature requests to markdown so coding agents learn from past mistakes.
mintlify
Guidance for writing and organizing Mintlify documentation sites correctly the first time.
emblem-token-swap
Swap and bridge crypto tokens across 6 blockchains with quote-then-confirm safety via EmblemAI.
dbs-agent-migration
把混乱的 Claude Code / Codex / Grok 配置审计、整理成三端一致、可维护的 Agent 工作台。
mcp-create-adaptive-cards
Add Adaptive Card response templates to MCP API plugins for rich visual output in Microsoft 365 Copilot.
transloadit-media-processing
Encode, transform, and pipeline video, audio, image, and document files via Transloadit's cloud robots.
flutter-handling-concurrency
Guides choosing async/await vs. Dart isolates to keep Flutter UIs responsive during heavy work.
apify-actor-development
Develop, debug, and deploy Apify Actors - serverless cloud programs for web scraping, automation, and data processing. Use when creating new Actors, modifying existing ones, or troubleshooting Actor code.
fedora-linux-triage
Triage and resolve Fedora issues with dnf, systemd, and SELinux-aware guidance.
mcp-create-declarative-agent
Skill converted from mcp-create-declarative-agent.prompt.md
create-spring-boot-kotlin-project
Create Spring Boot Kotlin Project Skeleton
power-apps-code-app-scaffold
Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration
typespec-create-api-plugin
Generate a TypeSpec API plugin with REST operations, authentication, and Adaptive Cards for Microsoft 365 Copilot