[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-dotnet-maui-accessibility":3,"mdc-o9glc3-key":49,"related-repo-dotnet-maui-accessibility":545,"related-org-dotnet-maui-accessibility":644},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":28,"repoUrl":29,"updatedAt":30,"license":31,"forks":32,"topics":33,"repo":44,"sourceUrl":47,"mdContent":48},"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},"dotnet",".NET (Microsoft)","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fdotnet.png",[12,16,19,22,25],{"name":13,"slug":14,"type":15},"WCAG","wcag","tag",{"name":17,"slug":18,"type":15},"MAUI","maui",{"name":20,"slug":21,"type":15},"Accessibility","accessibility",{"name":23,"slug":24,"type":15},".NET","net",{"name":26,"slug":27,"type":15},"Mobile","mobile",190,"https:\u002F\u002Fgithub.com\u002Fdotnet\u002Fmaui-labs","2026-07-12T08:22:17.823583",null,21,[34,35,36,8,37,38,18,39,40,27,41,42,43],"ai","android","desktop","ios","maccatalyst","mcp","microsoft","multi-platform","user-interface","winui",{"repoUrl":29,"stars":28,"forks":32,"topics":45,"description":46},[34,35,36,8,37,38,18,39,40,27,41,42,43],"Experimental and pre-release tools for .NET MAUI","https:\u002F\u002Fgithub.com\u002Fdotnet\u002Fmaui-labs\u002Ftree\u002FHEAD\u002Fplugins\u002Fdotnet-maui-app\u002Fskills\u002Fmaui-accessibility","---\nname: maui-accessibility\ndescription: >-\n  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.\n---\n\n# MAUI Accessibility\n\nUse this skill to make MAUI UI understandable and operable through assistive\ntechnologies. Accessibility metadata should be added while building UI, not as a\nfinal cosmetic pass.\n\n## Workflow\n\n1. Identify the user task and target controls.\n2. Add accessible names with `SemanticProperties.Description`.\n3. Add action guidance with `SemanticProperties.Hint` when the control's result\n   is not obvious.\n4. Add `SemanticProperties.HeadingLevel` for page and section headings.\n5. Hide decorative or duplicate content from the accessibility tree.\n6. Use `SemanticScreenReader.Announce` for important dynamic changes.\n7. Move focus intentionally after navigation or validation when it helps the user.\n8. Keep `AutomationId` for testing, but do not treat it as the accessible label.\n9. Verify with platform screen readers when possible.\n\n## Common Patterns\n\n### Icon-only button\n\n```xml\n\u003CImageButton\n    AutomationId=\"save-button\"\n    Source=\"save.png\"\n    SemanticProperties.Description=\"Save\"\n    SemanticProperties.Hint=\"Saves the current form\" \u002F>\n```\n\n### Heading\n\n```xml\n\u003CLabel\n    Text=\"Account settings\"\n    SemanticProperties.HeadingLevel=\"Level1\"\n    Style=\"{StaticResource TitleStyle}\" \u002F>\n```\n\n### Decorative image\n\n```xml\n\u003CImage\n    Source=\"card_background.png\"\n    AutomationProperties.IsInAccessibleTree=\"False\" \u002F>\n```\n\n### Dynamic announcement\n\n```csharp\nSemanticScreenReader.Announce(\"Profile saved\");\n```\n\n## Accessibility Checklist\n\n- Icon-only controls have descriptions and, when useful, hints.\n- Page and major section headings have heading levels.\n- Decorative images and duplicated labels are hidden from the accessibility tree.\n- Dynamic validation, save, and navigation outcomes are announced when important.\n- Touch targets are large enough and not crowded.\n- Color is not the only way information is conveyed.\n- `AutomationId` values exist for test automation but are not used as a substitute\n  for accessible names.\n\n## Platform Notes\n\n- Android TalkBack, iOS VoiceOver, macOS VoiceOver, and Windows Narrator differ in\n  how aggressively they read hints and grouped content; verify on the target\n  platform for critical flows.\n- For validation errors, move semantic focus to the summary or first invalid\n  field and announce the error.\n- For CollectionView rows, ensure the row exposes a meaningful label instead of\n  reading every decorative child.\n\n## MAUI-Specific Best Practices\n\n- **Label\u002FText redundancy**: Do NOT add `SemanticProperties.Description` to a\n  `Label` when its `Text` property already serves as the accessible name.\n  Only add it when the visible text is absent or insufficient.\n- **Announcements**: Call `SemanticScreenReader.Announce` for important outcomes\n  (save success, validation summary) but NOT for every state change. Provide\n  guidance on avoiding over-announcing by batching related errors.\n- **CollectionView rows**: Ensure each row exposes a meaningful composite label\n  rather than reading every child view separately. Use `SemanticProperties`\n  on the container or a specific child, not all children.\n- **Multiple validation errors**: Announce a summary count (\"2 errors\") after\n  the user submits, not a separate announcement per field.\n\n## Anti-Patterns\n\n- Do not rely on placeholder text as the only field label.\n- Do not use `AutomationId` as the accessible name.\n- Do not hide real interactive content from the accessibility tree to make screen\n  reader output shorter.\n- Do not announce every small UI update; reserve announcements for meaningful\n  state changes.\n",{"data":50,"body":51},{"name":4,"description":6},{"type":52,"children":53},"root",[54,62,68,75,166,172,179,237,243,282,288,319,325,341,347,391,397,415,421,503,509,539],{"type":55,"tag":56,"props":57,"children":58},"element","h1",{"id":4},[59],{"type":60,"value":61},"text","MAUI Accessibility",{"type":55,"tag":63,"props":64,"children":65},"p",{},[66],{"type":60,"value":67},"Use this skill to make MAUI UI understandable and operable through assistive\ntechnologies. Accessibility metadata should be added while building UI, not as a\nfinal cosmetic pass.",{"type":55,"tag":69,"props":70,"children":72},"h2",{"id":71},"workflow",[73],{"type":60,"value":74},"Workflow",{"type":55,"tag":76,"props":77,"children":78},"ol",{},[79,85,99,112,125,130,143,148,161],{"type":55,"tag":80,"props":81,"children":82},"li",{},[83],{"type":60,"value":84},"Identify the user task and target controls.",{"type":55,"tag":80,"props":86,"children":87},{},[88,90,97],{"type":60,"value":89},"Add accessible names with ",{"type":55,"tag":91,"props":92,"children":94},"code",{"className":93},[],[95],{"type":60,"value":96},"SemanticProperties.Description",{"type":60,"value":98},".",{"type":55,"tag":80,"props":100,"children":101},{},[102,104,110],{"type":60,"value":103},"Add action guidance with ",{"type":55,"tag":91,"props":105,"children":107},{"className":106},[],[108],{"type":60,"value":109},"SemanticProperties.Hint",{"type":60,"value":111}," when the control's result\nis not obvious.",{"type":55,"tag":80,"props":113,"children":114},{},[115,117,123],{"type":60,"value":116},"Add ",{"type":55,"tag":91,"props":118,"children":120},{"className":119},[],[121],{"type":60,"value":122},"SemanticProperties.HeadingLevel",{"type":60,"value":124}," for page and section headings.",{"type":55,"tag":80,"props":126,"children":127},{},[128],{"type":60,"value":129},"Hide decorative or duplicate content from the accessibility tree.",{"type":55,"tag":80,"props":131,"children":132},{},[133,135,141],{"type":60,"value":134},"Use ",{"type":55,"tag":91,"props":136,"children":138},{"className":137},[],[139],{"type":60,"value":140},"SemanticScreenReader.Announce",{"type":60,"value":142}," for important dynamic changes.",{"type":55,"tag":80,"props":144,"children":145},{},[146],{"type":60,"value":147},"Move focus intentionally after navigation or validation when it helps the user.",{"type":55,"tag":80,"props":149,"children":150},{},[151,153,159],{"type":60,"value":152},"Keep ",{"type":55,"tag":91,"props":154,"children":156},{"className":155},[],[157],{"type":60,"value":158},"AutomationId",{"type":60,"value":160}," for testing, but do not treat it as the accessible label.",{"type":55,"tag":80,"props":162,"children":163},{},[164],{"type":60,"value":165},"Verify with platform screen readers when possible.",{"type":55,"tag":69,"props":167,"children":169},{"id":168},"common-patterns",[170],{"type":60,"value":171},"Common Patterns",{"type":55,"tag":173,"props":174,"children":176},"h3",{"id":175},"icon-only-button",[177],{"type":60,"value":178},"Icon-only button",{"type":55,"tag":180,"props":181,"children":186},"pre",{"className":182,"code":183,"language":184,"meta":185,"style":185},"language-xml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u003CImageButton\n    AutomationId=\"save-button\"\n    Source=\"save.png\"\n    SemanticProperties.Description=\"Save\"\n    SemanticProperties.Hint=\"Saves the current form\" \u002F>\n","xml","",[187],{"type":55,"tag":91,"props":188,"children":189},{"__ignoreMap":185},[190,201,210,219,228],{"type":55,"tag":191,"props":192,"children":195},"span",{"class":193,"line":194},"line",1,[196],{"type":55,"tag":191,"props":197,"children":198},{},[199],{"type":60,"value":200},"\u003CImageButton\n",{"type":55,"tag":191,"props":202,"children":204},{"class":193,"line":203},2,[205],{"type":55,"tag":191,"props":206,"children":207},{},[208],{"type":60,"value":209},"    AutomationId=\"save-button\"\n",{"type":55,"tag":191,"props":211,"children":213},{"class":193,"line":212},3,[214],{"type":55,"tag":191,"props":215,"children":216},{},[217],{"type":60,"value":218},"    Source=\"save.png\"\n",{"type":55,"tag":191,"props":220,"children":222},{"class":193,"line":221},4,[223],{"type":55,"tag":191,"props":224,"children":225},{},[226],{"type":60,"value":227},"    SemanticProperties.Description=\"Save\"\n",{"type":55,"tag":191,"props":229,"children":231},{"class":193,"line":230},5,[232],{"type":55,"tag":191,"props":233,"children":234},{},[235],{"type":60,"value":236},"    SemanticProperties.Hint=\"Saves the current form\" \u002F>\n",{"type":55,"tag":173,"props":238,"children":240},{"id":239},"heading",[241],{"type":60,"value":242},"Heading",{"type":55,"tag":180,"props":244,"children":246},{"className":182,"code":245,"language":184,"meta":185,"style":185},"\u003CLabel\n    Text=\"Account settings\"\n    SemanticProperties.HeadingLevel=\"Level1\"\n    Style=\"{StaticResource TitleStyle}\" \u002F>\n",[247],{"type":55,"tag":91,"props":248,"children":249},{"__ignoreMap":185},[250,258,266,274],{"type":55,"tag":191,"props":251,"children":252},{"class":193,"line":194},[253],{"type":55,"tag":191,"props":254,"children":255},{},[256],{"type":60,"value":257},"\u003CLabel\n",{"type":55,"tag":191,"props":259,"children":260},{"class":193,"line":203},[261],{"type":55,"tag":191,"props":262,"children":263},{},[264],{"type":60,"value":265},"    Text=\"Account settings\"\n",{"type":55,"tag":191,"props":267,"children":268},{"class":193,"line":212},[269],{"type":55,"tag":191,"props":270,"children":271},{},[272],{"type":60,"value":273},"    SemanticProperties.HeadingLevel=\"Level1\"\n",{"type":55,"tag":191,"props":275,"children":276},{"class":193,"line":221},[277],{"type":55,"tag":191,"props":278,"children":279},{},[280],{"type":60,"value":281},"    Style=\"{StaticResource TitleStyle}\" \u002F>\n",{"type":55,"tag":173,"props":283,"children":285},{"id":284},"decorative-image",[286],{"type":60,"value":287},"Decorative image",{"type":55,"tag":180,"props":289,"children":291},{"className":182,"code":290,"language":184,"meta":185,"style":185},"\u003CImage\n    Source=\"card_background.png\"\n    AutomationProperties.IsInAccessibleTree=\"False\" \u002F>\n",[292],{"type":55,"tag":91,"props":293,"children":294},{"__ignoreMap":185},[295,303,311],{"type":55,"tag":191,"props":296,"children":297},{"class":193,"line":194},[298],{"type":55,"tag":191,"props":299,"children":300},{},[301],{"type":60,"value":302},"\u003CImage\n",{"type":55,"tag":191,"props":304,"children":305},{"class":193,"line":203},[306],{"type":55,"tag":191,"props":307,"children":308},{},[309],{"type":60,"value":310},"    Source=\"card_background.png\"\n",{"type":55,"tag":191,"props":312,"children":313},{"class":193,"line":212},[314],{"type":55,"tag":191,"props":315,"children":316},{},[317],{"type":60,"value":318},"    AutomationProperties.IsInAccessibleTree=\"False\" \u002F>\n",{"type":55,"tag":173,"props":320,"children":322},{"id":321},"dynamic-announcement",[323],{"type":60,"value":324},"Dynamic announcement",{"type":55,"tag":180,"props":326,"children":330},{"className":327,"code":328,"language":329,"meta":185,"style":185},"language-csharp shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","SemanticScreenReader.Announce(\"Profile saved\");\n","csharp",[331],{"type":55,"tag":91,"props":332,"children":333},{"__ignoreMap":185},[334],{"type":55,"tag":191,"props":335,"children":336},{"class":193,"line":194},[337],{"type":55,"tag":191,"props":338,"children":339},{},[340],{"type":60,"value":328},{"type":55,"tag":69,"props":342,"children":344},{"id":343},"accessibility-checklist",[345],{"type":60,"value":346},"Accessibility Checklist",{"type":55,"tag":348,"props":349,"children":350},"ul",{},[351,356,361,366,371,376,381],{"type":55,"tag":80,"props":352,"children":353},{},[354],{"type":60,"value":355},"Icon-only controls have descriptions and, when useful, hints.",{"type":55,"tag":80,"props":357,"children":358},{},[359],{"type":60,"value":360},"Page and major section headings have heading levels.",{"type":55,"tag":80,"props":362,"children":363},{},[364],{"type":60,"value":365},"Decorative images and duplicated labels are hidden from the accessibility tree.",{"type":55,"tag":80,"props":367,"children":368},{},[369],{"type":60,"value":370},"Dynamic validation, save, and navigation outcomes are announced when important.",{"type":55,"tag":80,"props":372,"children":373},{},[374],{"type":60,"value":375},"Touch targets are large enough and not crowded.",{"type":55,"tag":80,"props":377,"children":378},{},[379],{"type":60,"value":380},"Color is not the only way information is conveyed.",{"type":55,"tag":80,"props":382,"children":383},{},[384,389],{"type":55,"tag":91,"props":385,"children":387},{"className":386},[],[388],{"type":60,"value":158},{"type":60,"value":390}," values exist for test automation but are not used as a substitute\nfor accessible names.",{"type":55,"tag":69,"props":392,"children":394},{"id":393},"platform-notes",[395],{"type":60,"value":396},"Platform Notes",{"type":55,"tag":348,"props":398,"children":399},{},[400,405,410],{"type":55,"tag":80,"props":401,"children":402},{},[403],{"type":60,"value":404},"Android TalkBack, iOS VoiceOver, macOS VoiceOver, and Windows Narrator differ in\nhow aggressively they read hints and grouped content; verify on the target\nplatform for critical flows.",{"type":55,"tag":80,"props":406,"children":407},{},[408],{"type":60,"value":409},"For validation errors, move semantic focus to the summary or first invalid\nfield and announce the error.",{"type":55,"tag":80,"props":411,"children":412},{},[413],{"type":60,"value":414},"For CollectionView rows, ensure the row exposes a meaningful label instead of\nreading every decorative child.",{"type":55,"tag":69,"props":416,"children":418},{"id":417},"maui-specific-best-practices",[419],{"type":60,"value":420},"MAUI-Specific Best Practices",{"type":55,"tag":348,"props":422,"children":423},{},[424,458,475,493],{"type":55,"tag":80,"props":425,"children":426},{},[427,433,435,440,442,448,450,456],{"type":55,"tag":428,"props":429,"children":430},"strong",{},[431],{"type":60,"value":432},"Label\u002FText redundancy",{"type":60,"value":434},": Do NOT add ",{"type":55,"tag":91,"props":436,"children":438},{"className":437},[],[439],{"type":60,"value":96},{"type":60,"value":441}," to a\n",{"type":55,"tag":91,"props":443,"children":445},{"className":444},[],[446],{"type":60,"value":447},"Label",{"type":60,"value":449}," when its ",{"type":55,"tag":91,"props":451,"children":453},{"className":452},[],[454],{"type":60,"value":455},"Text",{"type":60,"value":457}," property already serves as the accessible name.\nOnly add it when the visible text is absent or insufficient.",{"type":55,"tag":80,"props":459,"children":460},{},[461,466,468,473],{"type":55,"tag":428,"props":462,"children":463},{},[464],{"type":60,"value":465},"Announcements",{"type":60,"value":467},": Call ",{"type":55,"tag":91,"props":469,"children":471},{"className":470},[],[472],{"type":60,"value":140},{"type":60,"value":474}," for important outcomes\n(save success, validation summary) but NOT for every state change. Provide\nguidance on avoiding over-announcing by batching related errors.",{"type":55,"tag":80,"props":476,"children":477},{},[478,483,485,491],{"type":55,"tag":428,"props":479,"children":480},{},[481],{"type":60,"value":482},"CollectionView rows",{"type":60,"value":484},": Ensure each row exposes a meaningful composite label\nrather than reading every child view separately. Use ",{"type":55,"tag":91,"props":486,"children":488},{"className":487},[],[489],{"type":60,"value":490},"SemanticProperties",{"type":60,"value":492},"\non the container or a specific child, not all children.",{"type":55,"tag":80,"props":494,"children":495},{},[496,501],{"type":55,"tag":428,"props":497,"children":498},{},[499],{"type":60,"value":500},"Multiple validation errors",{"type":60,"value":502},": Announce a summary count (\"2 errors\") after\nthe user submits, not a separate announcement per field.",{"type":55,"tag":69,"props":504,"children":506},{"id":505},"anti-patterns",[507],{"type":60,"value":508},"Anti-Patterns",{"type":55,"tag":348,"props":510,"children":511},{},[512,517,529,534],{"type":55,"tag":80,"props":513,"children":514},{},[515],{"type":60,"value":516},"Do not rely on placeholder text as the only field label.",{"type":55,"tag":80,"props":518,"children":519},{},[520,522,527],{"type":60,"value":521},"Do not use ",{"type":55,"tag":91,"props":523,"children":525},{"className":524},[],[526],{"type":60,"value":158},{"type":60,"value":528}," as the accessible name.",{"type":55,"tag":80,"props":530,"children":531},{},[532],{"type":60,"value":533},"Do not hide real interactive content from the accessibility tree to make screen\nreader output shorter.",{"type":55,"tag":80,"props":535,"children":536},{},[537],{"type":60,"value":538},"Do not announce every small UI update; reserve announcements for meaningful\nstate changes.",{"type":55,"tag":540,"props":541,"children":542},"style",{},[543],{"type":60,"value":544},"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":546,"total":643},[547,564,577,591,607,624,632],{"slug":548,"name":548,"fn":549,"description":550,"org":551,"tags":552,"stars":28,"repoUrl":29,"updatedAt":563},"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},[553,554,556,559,562],{"name":23,"slug":24,"type":15},{"name":555,"slug":35,"type":15},"Android",{"name":557,"slug":558,"type":15},"Java","java",{"name":560,"slug":561,"type":15},"Kotlin","kotlin",{"name":26,"slug":27,"type":15},"2026-07-12T08:22:54.006105",{"slug":565,"name":565,"fn":566,"description":567,"org":568,"tags":569,"stars":28,"repoUrl":29,"updatedAt":576},"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},[570,571,574,575],{"name":23,"slug":24,"type":15},{"name":572,"slug":573,"type":15},"Automation","automation",{"name":17,"slug":18,"type":15},{"name":26,"slug":27,"type":15},"2026-07-12T08:22:56.616564",{"slug":578,"name":578,"fn":579,"description":580,"org":581,"tags":582,"stars":28,"repoUrl":29,"updatedAt":590},"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},[583,586,587],{"name":584,"slug":585,"type":15},"Debugging","debugging",{"name":17,"slug":18,"type":15},{"name":588,"slug":589,"type":15},"Networking","networking","2026-07-12T08:22:48.847431",{"slug":592,"name":592,"fn":593,"description":594,"org":595,"tags":596,"stars":28,"repoUrl":29,"updatedAt":606},"dotnet-workload-info","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},[597,599,602,605],{"name":598,"slug":329,"type":15},"C#",{"name":600,"slug":601,"type":15},"CLI","cli",{"name":603,"slug":604,"type":15},"Engineering","engineering",{"name":17,"slug":18,"type":15},"2026-07-12T08:22:46.318953",{"slug":608,"name":608,"fn":609,"description":610,"org":611,"tags":612,"stars":28,"repoUrl":29,"updatedAt":623},"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},[613,614,616,617,620],{"name":23,"slug":24,"type":15},{"name":615,"slug":37,"type":15},"iOS",{"name":17,"slug":18,"type":15},{"name":618,"slug":619,"type":15},"Swift","swift",{"name":621,"slug":622,"type":15},"Xcode","xcode","2026-07-12T08:22:50.128667",{"slug":4,"name":4,"fn":5,"description":6,"org":625,"tags":626,"stars":28,"repoUrl":29,"updatedAt":30},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[627,628,629,630,631],{"name":23,"slug":24,"type":15},{"name":20,"slug":21,"type":15},{"name":17,"slug":18,"type":15},{"name":26,"slug":27,"type":15},{"name":13,"slug":14,"type":15},{"slug":633,"name":633,"fn":634,"description":635,"org":636,"tags":637,"stars":28,"repoUrl":29,"updatedAt":642},"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},[638,639,640,641],{"name":23,"slug":24,"type":15},{"name":584,"slug":585,"type":15},{"name":17,"slug":18,"type":15},{"name":26,"slug":27,"type":15},"2026-07-12T08:22:52.634889",32,{"items":645,"total":801},[646,660,675,687,703,717,735,745,757,767,780,791],{"slug":647,"name":647,"fn":648,"description":649,"org":650,"tags":651,"stars":657,"repoUrl":658,"updatedAt":659},"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},[652,653,654],{"name":23,"slug":24,"type":15},{"name":603,"slug":604,"type":15},{"name":655,"slug":656,"type":15},"Performance","performance",5535,"https:\u002F\u002Fgithub.com\u002Fdotnet\u002Fmsbuild","2026-07-22T05:37:33.965588",{"slug":661,"name":661,"fn":662,"description":663,"org":664,"tags":665,"stars":672,"repoUrl":673,"updatedAt":674},"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},[666,667,670,671],{"name":23,"slug":24,"type":15},{"name":668,"slug":669,"type":15},"Code Analysis","code-analysis",{"name":584,"slug":585,"type":15},{"name":655,"slug":656,"type":15},4576,"https:\u002F\u002Fgithub.com\u002Fdotnet\u002Fskills","2026-07-12T08:23:25.400375",{"slug":676,"name":676,"fn":677,"description":678,"org":679,"tags":680,"stars":672,"repoUrl":673,"updatedAt":686},"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},[681,682,683,684],{"name":23,"slug":24,"type":15},{"name":555,"slug":35,"type":15},{"name":584,"slug":585,"type":15},{"name":685,"slug":40,"type":15},"Microsoft","2026-07-12T08:23:21.595572",{"slug":688,"name":688,"fn":689,"description":690,"org":691,"tags":692,"stars":672,"repoUrl":673,"updatedAt":702},"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},[693,694,695,696,699],{"name":23,"slug":24,"type":15},{"name":584,"slug":585,"type":15},{"name":615,"slug":37,"type":15},{"name":697,"slug":698,"type":15},"macOS","macos",{"name":700,"slug":701,"type":15},"Observability","observability","2026-07-12T08:23:20.369986",{"slug":704,"name":704,"fn":705,"description":706,"org":707,"tags":708,"stars":672,"repoUrl":673,"updatedAt":716},"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},[709,710,713],{"name":668,"slug":669,"type":15},{"name":711,"slug":712,"type":15},"QA","qa",{"name":714,"slug":715,"type":15},"Testing","testing","2026-07-12T08:23:51.277743",{"slug":718,"name":718,"fn":719,"description":720,"org":721,"tags":722,"stars":672,"repoUrl":673,"updatedAt":734},"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},[723,724,727,728,731],{"name":23,"slug":24,"type":15},{"name":725,"slug":726,"type":15},"Blazor","blazor",{"name":598,"slug":329,"type":15},{"name":729,"slug":730,"type":15},"UI Components","ui-components",{"name":732,"slug":733,"type":15},"Web Development","web-development","2026-07-15T06:03:29.216359",{"slug":736,"name":736,"fn":737,"description":738,"org":739,"tags":740,"stars":672,"repoUrl":673,"updatedAt":744},"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},[741,742,743],{"name":668,"slug":669,"type":15},{"name":584,"slug":585,"type":15},{"name":685,"slug":40,"type":15},"2026-07-12T08:21:34.637923",{"slug":746,"name":746,"fn":747,"description":748,"org":749,"tags":750,"stars":672,"repoUrl":673,"updatedAt":756},"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},[751,754,755],{"name":752,"slug":753,"type":15},"Build","build",{"name":584,"slug":585,"type":15},{"name":603,"slug":604,"type":15},"2026-07-19T05:38:19.340791",{"slug":758,"name":758,"fn":759,"description":760,"org":761,"tags":762,"stars":672,"repoUrl":673,"updatedAt":766},"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},[763,764,765],{"name":23,"slug":24,"type":15},{"name":603,"slug":604,"type":15},{"name":655,"slug":656,"type":15},"2026-07-19T05:38:18.364937",{"slug":768,"name":768,"fn":769,"description":770,"org":771,"tags":772,"stars":672,"repoUrl":673,"updatedAt":779},"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},[773,774,777,778],{"name":603,"slug":604,"type":15},{"name":775,"slug":776,"type":15},"Monitoring","monitoring",{"name":655,"slug":656,"type":15},{"name":714,"slug":715,"type":15},"2026-07-12T08:21:35.865649",{"slug":781,"name":781,"fn":782,"description":783,"org":784,"tags":785,"stars":672,"repoUrl":673,"updatedAt":790},"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},[786,787,788,789],{"name":23,"slug":24,"type":15},{"name":584,"slug":585,"type":15},{"name":603,"slug":604,"type":15},{"name":655,"slug":656,"type":15},"2026-07-12T08:21:40.961722",{"slug":792,"name":792,"fn":793,"description":794,"org":795,"tags":796,"stars":672,"repoUrl":673,"updatedAt":800},"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},[797,798,799],{"name":584,"slug":585,"type":15},{"name":603,"slug":604,"type":15},{"name":711,"slug":712,"type":15},"2026-07-19T05:38:14.336279",144]