[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-dotnet-maui-release-notes":3,"mdc--1f0p3y-key":44,"related-org-dotnet-maui-release-notes":615,"related-repo-dotnet-maui-release-notes":783},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":39,"sourceUrl":42,"mdContent":43},"maui-release-notes","generate MAUI upgrade plans from release notes","Help .NET MAUI app teams read official .NET\u002FMAUI release notes and turn them into an upgrade plan. USE FOR: deciding whether an app should move to a new release, summarizing breaking changes, Xcode\u002FJDK\u002FAndroid SDK requirements, global.json updates, pinned workload install\u002Fupdate --version steps, package updates, CI image changes, migration checklists, validation plans, and using dotnet-workload-info for exact live versions. DO NOT USE FOR: authoring MAUI workload release notes, SDK publishing tables, or app-store marketing copy.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"dotnet",".NET (Microsoft)","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fdotnet.png",[12,16,19],{"name":13,"slug":14,"type":15},"MAUI","maui","tag",{"name":17,"slug":18,"type":15},"Documentation","documentation",{"name":20,"slug":21,"type":15},"Technical Writing","technical-writing",190,"https:\u002F\u002Fgithub.com\u002Fdotnet\u002Fmaui-labs","2026-07-12T08:22:21.596595",null,21,[28,29,30,8,31,32,14,33,34,35,36,37,38],"ai","android","desktop","ios","maccatalyst","mcp","microsoft","mobile","multi-platform","user-interface","winui",{"repoUrl":23,"stars":22,"forks":26,"topics":40,"description":41},[28,29,30,8,31,32,14,33,34,35,36,37,38],"Experimental and pre-release tools for .NET MAUI","https:\u002F\u002Fgithub.com\u002Fdotnet\u002Fmaui-labs\u002Ftree\u002FHEAD\u002Fplugins\u002Fdotnet-maui-app\u002Fskills\u002Fmaui-release-notes","---\nname: maui-release-notes\ndescription: >-\n  Help .NET MAUI app teams read official .NET\u002FMAUI release notes and turn them into an upgrade plan. USE FOR: deciding whether an app should move to a new release, summarizing breaking changes, Xcode\u002FJDK\u002FAndroid SDK requirements, global.json updates, pinned workload install\u002Fupdate --version steps, package updates, CI image changes, migration checklists, validation plans, and using dotnet-workload-info for exact live versions. DO NOT USE FOR: authoring MAUI workload release notes, SDK publishing tables, or app-store marketing copy.\n---\n\n# MAUI Release Notes\n\nUse this skill when an app team needs to answer: \"What does this .NET or MAUI\nrelease mean for our app?\" Focus on adoption guidance for app developers, QA,\nand CI owners rather than on shipping the MAUI SDK itself.\n\n## Response Checklist\n\n- Keep the audience app-focused: repo owners, app developers, QA, and CI owners.\n- Convert release notes into concrete app actions (SDK\u002Fworkload\u002Ftooling updates,\n  risks, and validation plan), not maintainer publishing tasks.\n- Use `dotnet-workload-info` when exact workload or environment dependency data\n  is needed.\n\n## Typical Inputs\n\n- The app's current .NET version, workload set, and MAUI package baseline.\n- The target release the team is considering.\n- Platforms in scope: Android, iOS, Mac Catalyst, macOS, Windows.\n- Whether the output should be a short summary, an upgrade checklist, or rollout\n  guidance.\n\nIf exact workload, package, Xcode, JDK, or Android SDK version data is missing,\nuse `dotnet-workload-info` to confirm it. Use live version discovery to support\napp upgrade planning, not to dump maintainer-only manifest data unless the user\nexplicitly asks for it.\n\n## What to Extract from Release Notes\n\n1. Breaking changes or deprecations that affect app code, project files, or\n   deployment.\n2. Required environment updates such as Xcode, JDK, Android SDK, Visual Studio,\n   or workload-set changes that affect building or shipping the app.\n3. MAUI package, workload, or CI updates the app repo needs.\n4. Known issues, regressions, or unsupported combinations that could block the\n   upgrade.\n5. Validation work the app team should plan after the upgrade.\n6. Rollback considerations if the new release introduces app-specific risk.\n\n## Recommended Workflow\n\n1. Establish the app's current baseline: target framework, workloads, packages,\n   CI image\u002Ftooling, and supported platforms.\n2. Read the official .NET and MAUI release notes for the target release.\n3. Pull only the changes that are relevant to app builders: environment\n   requirements, app-facing breaking changes, tooling shifts, and known issues.\n4. Use `dotnet-workload-info` when the team needs exact upgrade commands or\n   authoritative workload dependency requirements.\n5. Translate the release into app-specific actions, risks, and tests instead of\n   repeating framework internals.\n\n## Suggested Output Shape\n\n````markdown\n# Upgrade notes for \u003Capp\u002Fteam> adopting .NET MAUI \u003Cversion>\n\n## Should we upgrade now?\n- Recommendation\n- Main benefits\n- Main risks or blockers\n\n## What changes for our app?\n- Breaking or behavior changes that touch app code, project files, CI, or dependencies\n\n## Required environment updates\n- Xcode \u002F JDK \u002F Android SDK \u002F workloads \u002F IDE requirements\n\n## Repo and CI changes\n- global.json, workload install\u002Fupdate, package pinning, CI image\u002Ftooling updates\n\n## Validation checklist\n- Clean restore\u002Fbuild\n- Device or simulator smoke tests\n- Critical app flows such as auth, notifications, payments, deep links, or media\n- Archive, signing, and store submission checks if relevant\n\n## Known issues and mitigations\n\n## Rollback plan\n````\n\nOnly include manifest or package-version tables when the user explicitly asks\nfor that level of detail.\n\n## Guardrails\n\n- Do not write from the perspective of MAUI workload maintainers.\n- Do not default to manifest tables, package internals, or repo publishing notes\n  unless the user asks for them.\n- Keep App Store or Play Store marketing notes separate from framework upgrade\n  notes.\n- Do not recommend an upgrade until platform and tooling prerequisites are\n  confirmed.\n- Prefer official release notes and linked issues over memory or guesses.\n\n## Validation Checklist\n\n- The output is framed for app builders, QA, and CI owners.\n- App-facing changes are called out separately from framework internals.\n- Environment prerequisites match the platforms the app ships.\n- Upgrade commands and CI guidance align with the target release.\n- Known issues, mitigations, and validation steps are concrete enough for a real\n  app rollout.\n",{"data":45,"body":46},{"name":4,"description":6},{"type":47,"children":48},"root",[49,57,63,70,99,105,128,140,146,180,186,220,226,536,541,547,575,581,609],{"type":50,"tag":51,"props":52,"children":53},"element","h1",{"id":4},[54],{"type":55,"value":56},"text","MAUI Release Notes",{"type":50,"tag":58,"props":59,"children":60},"p",{},[61],{"type":55,"value":62},"Use this skill when an app team needs to answer: \"What does this .NET or MAUI\nrelease mean for our app?\" Focus on adoption guidance for app developers, QA,\nand CI owners rather than on shipping the MAUI SDK itself.",{"type":50,"tag":64,"props":65,"children":67},"h2",{"id":66},"response-checklist",[68],{"type":55,"value":69},"Response Checklist",{"type":50,"tag":71,"props":72,"children":73},"ul",{},[74,80,85],{"type":50,"tag":75,"props":76,"children":77},"li",{},[78],{"type":55,"value":79},"Keep the audience app-focused: repo owners, app developers, QA, and CI owners.",{"type":50,"tag":75,"props":81,"children":82},{},[83],{"type":55,"value":84},"Convert release notes into concrete app actions (SDK\u002Fworkload\u002Ftooling updates,\nrisks, and validation plan), not maintainer publishing tasks.",{"type":50,"tag":75,"props":86,"children":87},{},[88,90,97],{"type":55,"value":89},"Use ",{"type":50,"tag":91,"props":92,"children":94},"code",{"className":93},[],[95],{"type":55,"value":96},"dotnet-workload-info",{"type":55,"value":98}," when exact workload or environment dependency data\nis needed.",{"type":50,"tag":64,"props":100,"children":102},{"id":101},"typical-inputs",[103],{"type":55,"value":104},"Typical Inputs",{"type":50,"tag":71,"props":106,"children":107},{},[108,113,118,123],{"type":50,"tag":75,"props":109,"children":110},{},[111],{"type":55,"value":112},"The app's current .NET version, workload set, and MAUI package baseline.",{"type":50,"tag":75,"props":114,"children":115},{},[116],{"type":55,"value":117},"The target release the team is considering.",{"type":50,"tag":75,"props":119,"children":120},{},[121],{"type":55,"value":122},"Platforms in scope: Android, iOS, Mac Catalyst, macOS, Windows.",{"type":50,"tag":75,"props":124,"children":125},{},[126],{"type":55,"value":127},"Whether the output should be a short summary, an upgrade checklist, or rollout\nguidance.",{"type":50,"tag":58,"props":129,"children":130},{},[131,133,138],{"type":55,"value":132},"If exact workload, package, Xcode, JDK, or Android SDK version data is missing,\nuse ",{"type":50,"tag":91,"props":134,"children":136},{"className":135},[],[137],{"type":55,"value":96},{"type":55,"value":139}," to confirm it. Use live version discovery to support\napp upgrade planning, not to dump maintainer-only manifest data unless the user\nexplicitly asks for it.",{"type":50,"tag":64,"props":141,"children":143},{"id":142},"what-to-extract-from-release-notes",[144],{"type":55,"value":145},"What to Extract from Release Notes",{"type":50,"tag":147,"props":148,"children":149},"ol",{},[150,155,160,165,170,175],{"type":50,"tag":75,"props":151,"children":152},{},[153],{"type":55,"value":154},"Breaking changes or deprecations that affect app code, project files, or\ndeployment.",{"type":50,"tag":75,"props":156,"children":157},{},[158],{"type":55,"value":159},"Required environment updates such as Xcode, JDK, Android SDK, Visual Studio,\nor workload-set changes that affect building or shipping the app.",{"type":50,"tag":75,"props":161,"children":162},{},[163],{"type":55,"value":164},"MAUI package, workload, or CI updates the app repo needs.",{"type":50,"tag":75,"props":166,"children":167},{},[168],{"type":55,"value":169},"Known issues, regressions, or unsupported combinations that could block the\nupgrade.",{"type":50,"tag":75,"props":171,"children":172},{},[173],{"type":55,"value":174},"Validation work the app team should plan after the upgrade.",{"type":50,"tag":75,"props":176,"children":177},{},[178],{"type":55,"value":179},"Rollback considerations if the new release introduces app-specific risk.",{"type":50,"tag":64,"props":181,"children":183},{"id":182},"recommended-workflow",[184],{"type":55,"value":185},"Recommended Workflow",{"type":50,"tag":147,"props":187,"children":188},{},[189,194,199,204,215],{"type":50,"tag":75,"props":190,"children":191},{},[192],{"type":55,"value":193},"Establish the app's current baseline: target framework, workloads, packages,\nCI image\u002Ftooling, and supported platforms.",{"type":50,"tag":75,"props":195,"children":196},{},[197],{"type":55,"value":198},"Read the official .NET and MAUI release notes for the target release.",{"type":50,"tag":75,"props":200,"children":201},{},[202],{"type":55,"value":203},"Pull only the changes that are relevant to app builders: environment\nrequirements, app-facing breaking changes, tooling shifts, and known issues.",{"type":50,"tag":75,"props":205,"children":206},{},[207,208,213],{"type":55,"value":89},{"type":50,"tag":91,"props":209,"children":211},{"className":210},[],[212],{"type":55,"value":96},{"type":55,"value":214}," when the team needs exact upgrade commands or\nauthoritative workload dependency requirements.",{"type":50,"tag":75,"props":216,"children":217},{},[218],{"type":55,"value":219},"Translate the release into app-specific actions, risks, and tests instead of\nrepeating framework internals.",{"type":50,"tag":64,"props":221,"children":223},{"id":222},"suggested-output-shape",[224],{"type":55,"value":225},"Suggested Output Shape",{"type":50,"tag":227,"props":228,"children":233},"pre",{"className":229,"code":230,"language":231,"meta":232,"style":232},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Upgrade notes for \u003Capp\u002Fteam> adopting .NET MAUI \u003Cversion>\n\n## Should we upgrade now?\n- Recommendation\n- Main benefits\n- Main risks or blockers\n\n## What changes for our app?\n- Breaking or behavior changes that touch app code, project files, CI, or dependencies\n\n## Required environment updates\n- Xcode \u002F JDK \u002F Android SDK \u002F workloads \u002F IDE requirements\n\n## Repo and CI changes\n- global.json, workload install\u002Fupdate, package pinning, CI image\u002Ftooling updates\n\n## Validation checklist\n- Clean restore\u002Fbuild\n- Device or simulator smoke tests\n- Critical app flows such as auth, notifications, payments, deep links, or media\n- Archive, signing, and store submission checks if relevant\n\n## Known issues and mitigations\n\n## Rollback plan\n","markdown","",[234],{"type":50,"tag":91,"props":235,"children":236},{"__ignoreMap":232},[237,255,265,279,294,307,320,328,341,354,362,375,388,396,409,422,430,443,456,469,482,494,502,515,523],{"type":50,"tag":238,"props":239,"children":242},"span",{"class":240,"line":241},"line",1,[243,249],{"type":50,"tag":238,"props":244,"children":246},{"style":245},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[247],{"type":55,"value":248},"# ",{"type":50,"tag":238,"props":250,"children":252},{"style":251},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[253],{"type":55,"value":254},"Upgrade notes for \u003Capp\u002Fteam> adopting .NET MAUI \u003Cversion>\n",{"type":50,"tag":238,"props":256,"children":258},{"class":240,"line":257},2,[259],{"type":50,"tag":238,"props":260,"children":262},{"emptyLinePlaceholder":261},true,[263],{"type":55,"value":264},"\n",{"type":50,"tag":238,"props":266,"children":268},{"class":240,"line":267},3,[269,274],{"type":50,"tag":238,"props":270,"children":271},{"style":245},[272],{"type":55,"value":273},"## ",{"type":50,"tag":238,"props":275,"children":276},{"style":251},[277],{"type":55,"value":278},"Should we upgrade now?\n",{"type":50,"tag":238,"props":280,"children":282},{"class":240,"line":281},4,[283,288],{"type":50,"tag":238,"props":284,"children":285},{"style":245},[286],{"type":55,"value":287},"-",{"type":50,"tag":238,"props":289,"children":291},{"style":290},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[292],{"type":55,"value":293}," Recommendation\n",{"type":50,"tag":238,"props":295,"children":297},{"class":240,"line":296},5,[298,302],{"type":50,"tag":238,"props":299,"children":300},{"style":245},[301],{"type":55,"value":287},{"type":50,"tag":238,"props":303,"children":304},{"style":290},[305],{"type":55,"value":306}," Main benefits\n",{"type":50,"tag":238,"props":308,"children":310},{"class":240,"line":309},6,[311,315],{"type":50,"tag":238,"props":312,"children":313},{"style":245},[314],{"type":55,"value":287},{"type":50,"tag":238,"props":316,"children":317},{"style":290},[318],{"type":55,"value":319}," Main risks or blockers\n",{"type":50,"tag":238,"props":321,"children":323},{"class":240,"line":322},7,[324],{"type":50,"tag":238,"props":325,"children":326},{"emptyLinePlaceholder":261},[327],{"type":55,"value":264},{"type":50,"tag":238,"props":329,"children":331},{"class":240,"line":330},8,[332,336],{"type":50,"tag":238,"props":333,"children":334},{"style":245},[335],{"type":55,"value":273},{"type":50,"tag":238,"props":337,"children":338},{"style":251},[339],{"type":55,"value":340},"What changes for our app?\n",{"type":50,"tag":238,"props":342,"children":344},{"class":240,"line":343},9,[345,349],{"type":50,"tag":238,"props":346,"children":347},{"style":245},[348],{"type":55,"value":287},{"type":50,"tag":238,"props":350,"children":351},{"style":290},[352],{"type":55,"value":353}," Breaking or behavior changes that touch app code, project files, CI, or dependencies\n",{"type":50,"tag":238,"props":355,"children":357},{"class":240,"line":356},10,[358],{"type":50,"tag":238,"props":359,"children":360},{"emptyLinePlaceholder":261},[361],{"type":55,"value":264},{"type":50,"tag":238,"props":363,"children":365},{"class":240,"line":364},11,[366,370],{"type":50,"tag":238,"props":367,"children":368},{"style":245},[369],{"type":55,"value":273},{"type":50,"tag":238,"props":371,"children":372},{"style":251},[373],{"type":55,"value":374},"Required environment updates\n",{"type":50,"tag":238,"props":376,"children":378},{"class":240,"line":377},12,[379,383],{"type":50,"tag":238,"props":380,"children":381},{"style":245},[382],{"type":55,"value":287},{"type":50,"tag":238,"props":384,"children":385},{"style":290},[386],{"type":55,"value":387}," Xcode \u002F JDK \u002F Android SDK \u002F workloads \u002F IDE requirements\n",{"type":50,"tag":238,"props":389,"children":391},{"class":240,"line":390},13,[392],{"type":50,"tag":238,"props":393,"children":394},{"emptyLinePlaceholder":261},[395],{"type":55,"value":264},{"type":50,"tag":238,"props":397,"children":399},{"class":240,"line":398},14,[400,404],{"type":50,"tag":238,"props":401,"children":402},{"style":245},[403],{"type":55,"value":273},{"type":50,"tag":238,"props":405,"children":406},{"style":251},[407],{"type":55,"value":408},"Repo and CI changes\n",{"type":50,"tag":238,"props":410,"children":412},{"class":240,"line":411},15,[413,417],{"type":50,"tag":238,"props":414,"children":415},{"style":245},[416],{"type":55,"value":287},{"type":50,"tag":238,"props":418,"children":419},{"style":290},[420],{"type":55,"value":421}," global.json, workload install\u002Fupdate, package pinning, CI image\u002Ftooling updates\n",{"type":50,"tag":238,"props":423,"children":425},{"class":240,"line":424},16,[426],{"type":50,"tag":238,"props":427,"children":428},{"emptyLinePlaceholder":261},[429],{"type":55,"value":264},{"type":50,"tag":238,"props":431,"children":433},{"class":240,"line":432},17,[434,438],{"type":50,"tag":238,"props":435,"children":436},{"style":245},[437],{"type":55,"value":273},{"type":50,"tag":238,"props":439,"children":440},{"style":251},[441],{"type":55,"value":442},"Validation checklist\n",{"type":50,"tag":238,"props":444,"children":446},{"class":240,"line":445},18,[447,451],{"type":50,"tag":238,"props":448,"children":449},{"style":245},[450],{"type":55,"value":287},{"type":50,"tag":238,"props":452,"children":453},{"style":290},[454],{"type":55,"value":455}," Clean restore\u002Fbuild\n",{"type":50,"tag":238,"props":457,"children":459},{"class":240,"line":458},19,[460,464],{"type":50,"tag":238,"props":461,"children":462},{"style":245},[463],{"type":55,"value":287},{"type":50,"tag":238,"props":465,"children":466},{"style":290},[467],{"type":55,"value":468}," Device or simulator smoke tests\n",{"type":50,"tag":238,"props":470,"children":472},{"class":240,"line":471},20,[473,477],{"type":50,"tag":238,"props":474,"children":475},{"style":245},[476],{"type":55,"value":287},{"type":50,"tag":238,"props":478,"children":479},{"style":290},[480],{"type":55,"value":481}," Critical app flows such as auth, notifications, payments, deep links, or media\n",{"type":50,"tag":238,"props":483,"children":484},{"class":240,"line":26},[485,489],{"type":50,"tag":238,"props":486,"children":487},{"style":245},[488],{"type":55,"value":287},{"type":50,"tag":238,"props":490,"children":491},{"style":290},[492],{"type":55,"value":493}," Archive, signing, and store submission checks if relevant\n",{"type":50,"tag":238,"props":495,"children":497},{"class":240,"line":496},22,[498],{"type":50,"tag":238,"props":499,"children":500},{"emptyLinePlaceholder":261},[501],{"type":55,"value":264},{"type":50,"tag":238,"props":503,"children":505},{"class":240,"line":504},23,[506,510],{"type":50,"tag":238,"props":507,"children":508},{"style":245},[509],{"type":55,"value":273},{"type":50,"tag":238,"props":511,"children":512},{"style":251},[513],{"type":55,"value":514},"Known issues and mitigations\n",{"type":50,"tag":238,"props":516,"children":518},{"class":240,"line":517},24,[519],{"type":50,"tag":238,"props":520,"children":521},{"emptyLinePlaceholder":261},[522],{"type":55,"value":264},{"type":50,"tag":238,"props":524,"children":526},{"class":240,"line":525},25,[527,531],{"type":50,"tag":238,"props":528,"children":529},{"style":245},[530],{"type":55,"value":273},{"type":50,"tag":238,"props":532,"children":533},{"style":251},[534],{"type":55,"value":535},"Rollback plan\n",{"type":50,"tag":58,"props":537,"children":538},{},[539],{"type":55,"value":540},"Only include manifest or package-version tables when the user explicitly asks\nfor that level of detail.",{"type":50,"tag":64,"props":542,"children":544},{"id":543},"guardrails",[545],{"type":55,"value":546},"Guardrails",{"type":50,"tag":71,"props":548,"children":549},{},[550,555,560,565,570],{"type":50,"tag":75,"props":551,"children":552},{},[553],{"type":55,"value":554},"Do not write from the perspective of MAUI workload maintainers.",{"type":50,"tag":75,"props":556,"children":557},{},[558],{"type":55,"value":559},"Do not default to manifest tables, package internals, or repo publishing notes\nunless the user asks for them.",{"type":50,"tag":75,"props":561,"children":562},{},[563],{"type":55,"value":564},"Keep App Store or Play Store marketing notes separate from framework upgrade\nnotes.",{"type":50,"tag":75,"props":566,"children":567},{},[568],{"type":55,"value":569},"Do not recommend an upgrade until platform and tooling prerequisites are\nconfirmed.",{"type":50,"tag":75,"props":571,"children":572},{},[573],{"type":55,"value":574},"Prefer official release notes and linked issues over memory or guesses.",{"type":50,"tag":64,"props":576,"children":578},{"id":577},"validation-checklist",[579],{"type":55,"value":580},"Validation Checklist",{"type":50,"tag":71,"props":582,"children":583},{},[584,589,594,599,604],{"type":50,"tag":75,"props":585,"children":586},{},[587],{"type":55,"value":588},"The output is framed for app builders, QA, and CI owners.",{"type":50,"tag":75,"props":590,"children":591},{},[592],{"type":55,"value":593},"App-facing changes are called out separately from framework internals.",{"type":50,"tag":75,"props":595,"children":596},{},[597],{"type":55,"value":598},"Environment prerequisites match the platforms the app ships.",{"type":50,"tag":75,"props":600,"children":601},{},[602],{"type":55,"value":603},"Upgrade commands and CI guidance align with the target release.",{"type":50,"tag":75,"props":605,"children":606},{},[607],{"type":55,"value":608},"Known issues, mitigations, and validation steps are concrete enough for a real\napp rollout.",{"type":50,"tag":610,"props":611,"children":612},"style",{},[613],{"type":55,"value":614},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":616,"total":782},[617,635,652,665,682,696,716,726,738,748,761,772],{"slug":618,"name":618,"fn":619,"description":620,"org":621,"tags":622,"stars":632,"repoUrl":633,"updatedAt":634},"multithreaded-task-migration","migrate MSBuild tasks to multithreaded mode","Guide for migrating MSBuild tasks to multithreaded mode support, including compatibility red-team review. Use this when converting tasks to thread-safe versions, implementing IMultiThreadableTask, adding TaskEnvironment support, or auditing migrations for behavioral compatibility.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[623,626,629],{"name":624,"slug":625,"type":15},".NET","net",{"name":627,"slug":628,"type":15},"Engineering","engineering",{"name":630,"slug":631,"type":15},"Performance","performance",5535,"https:\u002F\u002Fgithub.com\u002Fdotnet\u002Fmsbuild","2026-07-22T05:37:33.965588",{"slug":636,"name":636,"fn":637,"description":638,"org":639,"tags":640,"stars":649,"repoUrl":650,"updatedAt":651},"analyzing-dotnet-performance","analyze .NET code for performance anti-patterns","Scans .NET code for ~50 performance anti-patterns across async, memory, strings, collections, LINQ, regex, serialization, and I\u002FO with tiered severity classification. Use when analyzing .NET code for optimization opportunities, reviewing hot paths, or auditing allocation-heavy patterns.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[641,642,645,648],{"name":624,"slug":625,"type":15},{"name":643,"slug":644,"type":15},"Code Analysis","code-analysis",{"name":646,"slug":647,"type":15},"Debugging","debugging",{"name":630,"slug":631,"type":15},4576,"https:\u002F\u002Fgithub.com\u002Fdotnet\u002Fskills","2026-07-12T08:23:25.400375",{"slug":653,"name":653,"fn":654,"description":655,"org":656,"tags":657,"stars":649,"repoUrl":650,"updatedAt":664},"android-tombstone-symbolication","symbolicate .NET runtime frames in Android tombstones","Symbolicate the .NET runtime frames in an Android tombstone file. Extracts BuildIds and PC offsets from the native backtrace, downloads debug symbols from the Microsoft symbol server, and runs llvm-symbolizer to produce function names with source file and line numbers. USE FOR triaging a .NET MAUI or Mono Android app crash from a tombstone, resolving native backtrace frames in libmonosgen-2.0.so or libcoreclr.so to .NET runtime source code, or investigating SIGABRT, SIGSEGV, or other native signals originating from the .NET runtime on Android. DO NOT USE FOR pure Java\u002FKotlin crashes, managed .NET exceptions that are already captured in logcat, or iOS crash logs. INVOKES Symbolicate-Tombstone.ps1 script, llvm-symbolizer, Microsoft symbol server.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[658,659,661,662],{"name":624,"slug":625,"type":15},{"name":660,"slug":29,"type":15},"Android",{"name":646,"slug":647,"type":15},{"name":663,"slug":34,"type":15},"Microsoft","2026-07-12T08:23:21.595572",{"slug":666,"name":666,"fn":667,"description":668,"org":669,"tags":670,"stars":649,"repoUrl":650,"updatedAt":681},"apple-crash-symbolication","symbolicate .NET runtime frames in crash logs","Symbolicate .NET runtime frames in Apple platform .ips crash logs (iOS, tvOS, Mac Catalyst, macOS). Extracts UUIDs and addresses from the native backtrace, locates dSYM debug symbols, and runs atos to produce function names with source file and line numbers. Automatically downloads .dwarf symbols from the Microsoft symbol server using Mach-O UUIDs. USE FOR triaging a .NET MAUI or Mono app crash from an .ips file on any Apple platform, resolving native backtrace frames in libcoreclr or libmonosgen-2.0 to .NET runtime source code, retrieving .ips crash logs from a connected iOS device or iPhone, or investigating EXC_CRASH, EXC_BAD_ACCESS, SIGABRT, or SIGSEGV originating from the .NET runtime. DO NOT USE FOR pure Swift\u002FObjective-C crashes with no .NET components, or Android tombstone files. INVOKES Symbolicate-Crash.ps1 script, atos, dwarfdump, idevicecrashreport.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[671,672,673,675,678],{"name":624,"slug":625,"type":15},{"name":646,"slug":647,"type":15},{"name":674,"slug":31,"type":15},"iOS",{"name":676,"slug":677,"type":15},"macOS","macos",{"name":679,"slug":680,"type":15},"Observability","observability","2026-07-12T08:23:20.369986",{"slug":683,"name":683,"fn":684,"description":685,"org":686,"tags":687,"stars":649,"repoUrl":650,"updatedAt":695},"assertion-quality","evaluate assertion quality in test suites","Analyzes the variety and depth of assertions across test suites in any language. Use when the user asks to evaluate assertion quality, find shallow tests, identify assertion-free tests (no assertions or only trivial ones like Assert.IsNotNull \u002F toBeTruthy()), flag self-referential or tautological assertions, measure assertion diversity, or audit whether tests verify different facets of behavior. Polyglot: .NET, Python, TS\u002FJS, Java, Go, Ruby, Rust, Swift, Kotlin, PowerShell, C++. DO NOT USE FOR: writing new tests (use code-testing-agent \u002F writing-mstest-tests), mutation reasoning about whether tests would catch a bug (use test-gap-analysis), or a general severity-ranked anti-pattern audit (use test-anti-patterns), fixing or rewriting assertions, or writing, fixing, or modernizing MSTest tests, assertions, or attributes (use writing-mstest-tests).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[688,689,692],{"name":643,"slug":644,"type":15},{"name":690,"slug":691,"type":15},"QA","qa",{"name":693,"slug":694,"type":15},"Testing","testing","2026-07-12T08:23:51.277743",{"slug":697,"name":697,"fn":698,"description":699,"org":700,"tags":701,"stars":649,"repoUrl":650,"updatedAt":715},"author-component","create and review Blazor components","Create or review Blazor components (.razor files) with correct architecture. USE FOR: writing new Blazor components that do NOT involve JavaScript interop, implementing parameters and EventCallback, RenderFragment slots, component lifecycle (OnInitializedAsync, OnParametersSet), async patterns, IAsyncDisposable, CancellationToken, CSS isolation, code-behind. DO NOT USE FOR: creating new projects (use create-blazor-project), JavaScript interop or calling browser APIs from Blazor (use use-js-interop), forms and validation (use collect-user-input), prerendering issues (use support-prerendering), HTTP data fetching patterns (use fetch-and-send-data), coordinating state between unrelated components (use coordinate-components).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[702,703,706,709,712],{"name":624,"slug":625,"type":15},{"name":704,"slug":705,"type":15},"Blazor","blazor",{"name":707,"slug":708,"type":15},"C#","csharp",{"name":710,"slug":711,"type":15},"UI Components","ui-components",{"name":713,"slug":714,"type":15},"Web Development","web-development","2026-07-15T06:03:29.216359",{"slug":717,"name":717,"fn":718,"description":719,"org":720,"tags":721,"stars":649,"repoUrl":650,"updatedAt":725},"binlog-failure-analysis","analyze MSBuild binary logs","Analyze MSBuild binary logs to diagnose build failures. USE FOR: build errors that are unclear from console output, diagnosing cascading failures across multi-project builds, tracing MSBuild target execution order, and generally any MSBuild build issues. Requires an existing .binlog file. DO NOT USE FOR: generating binlogs (use binlog-generation), non-MSBuild build systems.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[722,723,724],{"name":643,"slug":644,"type":15},{"name":646,"slug":647,"type":15},{"name":663,"slug":34,"type":15},"2026-07-12T08:21:34.637923",{"slug":727,"name":727,"fn":728,"description":729,"org":730,"tags":731,"stars":649,"repoUrl":650,"updatedAt":737},"binlog-generation","generate MSBuild binary logs for diagnostics","Generate MSBuild binary logs (binlogs) for build diagnostics and analysis. USE FOR: adding \u002Fbl:{} to any dotnet build, test, pack, publish, or restore command to capture a full build execution trace, prerequisite for binlog-failure-analysis and build-perf-diagnostics skills, enabling post-build investigation of errors or performance. Requires MSBuild 17.8+ \u002F .NET 8 SDK+ for {} placeholder; PowerShell needs -bl:{{}}. DO NOT USE FOR: non-MSBuild build systems (npm, Maven, CMake), analyzing an existing binlog (use binlog-failure-analysis instead).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[732,735,736],{"name":733,"slug":734,"type":15},"Build","build",{"name":646,"slug":647,"type":15},{"name":627,"slug":628,"type":15},"2026-07-19T05:38:19.340791",{"slug":739,"name":739,"fn":740,"description":741,"org":742,"tags":743,"stars":649,"repoUrl":650,"updatedAt":747},"build-parallelism","optimize MSBuild build parallelism","Diagnose and fix under-parallelized MSBuild builds. USE WHEN a multi-project solution build is slower than expected, doesn't speed up when you add cores, pegs a single core while others idle, or you want to know why `-m` isn't helping. Note: `\u002Fmaxcpucount` default is 1 (sequential) — always pass `-m` for parallel builds. Covers finding the critical path (longest serial ProjectReference chain), graph build (`\u002Fgraph`), BuildInParallel, and solution filters (`.slnf`). DO NOT USE FOR: single-project builds, incremental issues (use incremental-build), compilation slowness inside one project (use build-perf-diagnostics), non-MSBuild build systems.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[744,745,746],{"name":624,"slug":625,"type":15},{"name":627,"slug":628,"type":15},{"name":630,"slug":631,"type":15},"2026-07-19T05:38:18.364937",{"slug":749,"name":749,"fn":750,"description":751,"org":752,"tags":753,"stars":649,"repoUrl":650,"updatedAt":760},"build-perf-baseline","establish and optimize build performance baselines","Establish build performance baselines and apply systematic optimization techniques. USE FOR: diagnosing slow builds, establishing before\u002Fafter measurements (cold, warm, no-op scenarios), applying optimization strategies like MSBuild Server, static graph builds, artifacts output, and dependency graph trimming. Start here before diving into build-perf-diagnostics, incremental-build, or build-parallelism. DO NOT USE FOR: non-MSBuild build systems, detailed bottleneck analysis (use build-perf-diagnostics after baselining).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[754,755,758,759],{"name":627,"slug":628,"type":15},{"name":756,"slug":757,"type":15},"Monitoring","monitoring",{"name":630,"slug":631,"type":15},{"name":693,"slug":694,"type":15},"2026-07-12T08:21:35.865649",{"slug":762,"name":762,"fn":763,"description":764,"org":765,"tags":766,"stars":649,"repoUrl":650,"updatedAt":771},"build-perf-diagnostics","diagnose MSBuild build performance bottlenecks","Diagnose MSBuild build performance bottlenecks using binary log analysis. USE FOR: identifying why builds are slow by analyzing binlog performance summaries, detecting ResolveAssemblyReference (RAR) taking >5s, Roslyn analyzers consuming >30% of Csc time, single targets dominating >50% of build time, node utilization below 80%, excessive Copy tasks, NuGet restore running every build. Covers timeline analysis, Target\u002FTask Performance Summary interpretation, and 7 common bottleneck categories. Use after build-perf-baseline has established measurements. DO NOT USE FOR: establishing initial baselines (use build-perf-baseline first), fixing incremental build issues (use incremental-build), parallelism tuning (use build-parallelism), non-MSBuild build systems.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[767,768,769,770],{"name":624,"slug":625,"type":15},{"name":646,"slug":647,"type":15},{"name":627,"slug":628,"type":15},{"name":630,"slug":631,"type":15},"2026-07-12T08:21:40.961722",{"slug":773,"name":773,"fn":774,"description":775,"org":776,"tags":777,"stars":649,"repoUrl":650,"updatedAt":781},"check-bin-obj-clash","detect MSBuild output path conflicts","Detects MSBuild projects with conflicting OutputPath or IntermediateOutputPath. USE FOR: builds failing with 'Cannot create a file when that file already exists', 'The process cannot access the file because it is being used by another process', intermittent build failures that succeed on retry, or missing\u002Foverwritten outputs in multi-project or multi-targeting builds where bin\u002Fobj (or project.assets.json) collide. Common causes: shared OutputPath, missing AppendTargetFrameworkToOutputPath, extra global properties (e.g. PublishReadyToRun), or SetTargetFramework on a ProjectReference to a single-targeting project. DO NOT USE FOR: file access errors unrelated to MSBuild (OS-level locking), single-project single-TFM builds, non-MSBuild build systems.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[778,779,780],{"name":646,"slug":647,"type":15},{"name":627,"slug":628,"type":15},{"name":690,"slug":691,"type":15},"2026-07-19T05:38:14.336279",144,{"items":784,"total":882},[785,802,815,827,839,855,871],{"slug":786,"name":786,"fn":787,"description":788,"org":789,"tags":790,"stars":22,"repoUrl":23,"updatedAt":801},"android-slim-bindings","create Android slim bindings for .NET","Create Android slim bindings for MAUI\u002F.NET Android. USE FOR: slim Android binding, Kotlin\u002FJava wrappers, build.gradle.kts, Maven, AAR\u002FJAR, AndroidMavenLibrary, AndroidLibrary, @JvmStatic, XA4241\u002FXA4242, Xamarin.AndroidX\u002FKotlin NuGets. DO NOT USE FOR: iOS\u002FmacOS bindings, general MAUI apps, or NuGet packaging.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[791,792,793,796,799],{"name":624,"slug":625,"type":15},{"name":660,"slug":29,"type":15},{"name":794,"slug":795,"type":15},"Java","java",{"name":797,"slug":798,"type":15},"Kotlin","kotlin",{"name":800,"slug":35,"type":15},"Mobile","2026-07-12T08:22:54.006105",{"slug":803,"name":803,"fn":804,"description":805,"org":806,"tags":807,"stars":22,"repoUrl":23,"updatedAt":814},"devflow-automation","automate .NET MAUI app state","Automate MAUI app state through DevFlow Actions. USE FOR: `[DevFlowAction]` shortcuts, login, seed data, deep screens. DO NOT USE FOR: arbitrary methods, DI internals, UI MCP tools, connectivity, or build\u002Fdeploy issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[808,809,812,813],{"name":624,"slug":625,"type":15},{"name":810,"slug":811,"type":15},"Automation","automation",{"name":13,"slug":14,"type":15},{"name":800,"slug":35,"type":15},"2026-07-12T08:22:56.616564",{"slug":816,"name":816,"fn":817,"description":818,"org":819,"tags":820,"stars":22,"repoUrl":23,"updatedAt":826},"devflow-connect","diagnose DevFlow agent connectivity issues","Diagnose DevFlow agent connectivity. USE FOR: `maui devflow` connection failures, agent not found, ports, adb forwarding, broker. DO NOT USE FOR: build failures, setup, visual tree, or Blazor CDP.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[821,822,823],{"name":646,"slug":647,"type":15},{"name":13,"slug":14,"type":15},{"name":824,"slug":825,"type":15},"Networking","networking","2026-07-12T08:22:48.847431",{"slug":96,"name":96,"fn":828,"description":829,"org":830,"tags":831,"stars":22,"repoUrl":23,"updatedAt":838},"discover MAUI workload metadata","Discover MAUI workload metadata from live NuGet APIs. USE FOR: workload manifest lookup, WorkloadDependencies.json, v3-flatcontainer, CLI-to-NuGet version conversion, Xcode\u002FJDK\u002FAndroid SDK requirements, CI sdkmanager packages, `packageid:Microsoft.Maui.Controls`. DO NOT USE FOR: installing workloads, build debugging, or app version edits.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[832,833,836,837],{"name":707,"slug":708,"type":15},{"name":834,"slug":835,"type":15},"CLI","cli",{"name":627,"slug":628,"type":15},{"name":13,"slug":14,"type":15},"2026-07-12T08:22:46.318953",{"slug":840,"name":840,"fn":841,"description":842,"org":843,"tags":844,"stars":22,"repoUrl":23,"updatedAt":854},"ios-slim-bindings","create iOS slim bindings for MAUI","Create iOS slim bindings for MAUI. USE FOR: slim iOS binding, Native Library Interop, Swift\u002FObjective-C wrappers, XcodeGen project.yml, Podfile, CocoaPods static linking, BUILD_LIBRARY_FOR_DISTRIBUTION, XcodeProject MSBuild, `@objc`\u002F`[Export]` selector crashes, async completion handlers. DO NOT USE FOR: Android bindings, general MAUI apps, or NuGet packaging.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[845,846,847,848,851],{"name":624,"slug":625,"type":15},{"name":674,"slug":31,"type":15},{"name":13,"slug":14,"type":15},{"name":849,"slug":850,"type":15},"Swift","swift",{"name":852,"slug":853,"type":15},"Xcode","xcode","2026-07-12T08:22:50.128667",{"slug":856,"name":856,"fn":857,"description":858,"org":859,"tags":860,"stars":22,"repoUrl":23,"updatedAt":870},"maui-accessibility","implement accessibility in .NET MAUI apps","Make .NET MAUI apps accessible with semantic properties, screen reader labels\u002Fhints, heading levels, focus, announcements, AutomationProperties, touch targets, and platform checks. USE FOR: accessibility audits, WCAG UI fixes, TalkBack\u002FVoiceOver\u002FNarrator behavior, SemanticProperties.Description\u002FHint\u002FHeadingLevel, SemanticScreenReader.Announce, SetSemanticFocus, avoiding redundant Label metadata, hiding decorative content with IsInAccessibleTree=false, and CollectionView row semantics. DO NOT USE FOR: general layout, UI automation only, or performance tuning.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[861,862,865,866,867],{"name":624,"slug":625,"type":15},{"name":863,"slug":864,"type":15},"Accessibility","accessibility",{"name":13,"slug":14,"type":15},{"name":800,"slug":35,"type":15},{"name":868,"slug":869,"type":15},"WCAG","wcag","2026-07-12T08:22:17.823583",{"slug":872,"name":872,"fn":873,"description":874,"org":875,"tags":876,"stars":22,"repoUrl":23,"updatedAt":881},"maui-ai-debugging","debug .NET MAUI application issues","Legacy DevFlow debug skill. USE FOR: `maui-ai-debugging`, `maui devflow`, screenshots, visual tree, Blazor CDP, simulator\u002Femulator debugging. DO NOT USE FOR: setup, desktop automation, AppleScript, host `xdotool`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[877,878,879,880],{"name":624,"slug":625,"type":15},{"name":646,"slug":647,"type":15},{"name":13,"slug":14,"type":15},{"name":800,"slug":35,"type":15},"2026-07-12T08:22:52.634889",32]