fluentui
Installation
SKILL.md
FluentUI React v9 Patterns
Proven patterns and project-specific knowledge for using FluentUI React v9 components in VS Code webviews.
Official Documentation
FluentUI provides LLM-compatible documentation. Use these URLs with fetch_webpage to look up any component:
- Index (all components):
https://storybooks.fluentui.dev/react/llms.txt - Individual component:
https://storybooks.fluentui.dev/react/llms/components-{name}.txt- Examples:
components-overflow.txt,components-toolbar.txt,components-menu-menu.txt,components-button-button.txt
- Examples:
When working with a FluentUI component you're unfamiliar with, fetch its documentation first.
Topic References
This skill covers multiple FluentUI topics. Load the relevant reference when needed:
- Overflow & Toolbar: See references/OVERFLOW_PATTERNS.md — Layout constraints, CSS Grid vs Flexbox, divider handling, priority ordering, debugging checklist