用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/microsoft/MicroHack --skill skill-name-kebab-case命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Transformation rules and verification steps for upgrading .NET Framework 4.x applications to .NET 9. WHEN: upgrade to .NET 9, migrate .NET Framework, retarget TFM, convert to SDK-style project, System.Web replacement, web.config migration, packages.config to PackageReference, binding redirect cleanup. NOT for: greenfield .NET apps, NuGet version bumps within the same TFM, Azure infrastructure changes.
Transformation rules and verification steps for upgrading Java 8/11 + Spring Boot 2.x applications to Java 21 + Spring Boot 3.x. WHEN: upgrade Java version, migrate Spring Boot 2 to 3, javax to jakarta, fix CVE in Java dependencies, update Maven/Gradle build for Java 21, Spring Security 5 to 6 migration. NOT for: greenfield Java services, framework replacement rewrites (Struts/EJB — use dedicated migration rulebooks), infrastructure-only changes.
Create new skills, modify and improve existing skills, and measure skill performance. Use whenever the user wants to create a skill from scratch, turn an existing workflow or conversation into a skill, edit or optimize an existing SKILL.md, run test prompts against a skill, or improve a skill's description for better triggering accuracy — even if they don't explicitly say the word "skill" (e.g. "package this knowledge for the agent", "make this repeatable", "teach Copilot how we do X"). NOT for: creating custom agents (.agent.md) or MCP server configuration.
基于 SOC 职业分类
正在显示 SKILL.md
| name | {"[object Object]":null} |
| description | {{WHAT this skill does in one sentence.}} WHEN: {{trigger phrase 1}}, {{trigger phrase 2}}, {{trigger phrase 3}}, {{e.g. "upgrade .NET Framework to .NET 9", "migrate Struts to Spring MVC", "fix CVE vulnerabilities", "containerize legacy app"}}. NOT for: {{explicit exclusions — prevents false triggering, e.g. "greenfield development, infrastructure-only changes"}}. |
{{1–2 sentences: what knowledge this skill packages and what outcome it enables.}}
dotnet --list-sdks"}}{{Concrete instructions. Prefer commands and decision tables over prose.}}
{{command or code example}}
| Source pattern | Target pattern | Notes |
|---|---|---|
{{e.g. WebForms .aspx}} | {{e.g. Razor Pages}} | {{caveat}} |
{{e.g. javax.servlet.*}} | {{e.g. jakarta.servlet.*}} | {{caveat}} |
./rules/breaking-changes.md (supporting file)}}