Uno Toolkit Chip — Agent Skill
Workflow
Docs lookup: call
uno_platform_docs_search(...)first, thenuno_platform_docs_fetch(sourcePath="…")using thesourcePathfield from a result (a relative.mdpath; add the result'sanchorfor a section). Never pass a URL, a.htmllink, or a hand-built path.
Step 1: Fetch the Chip Documentation
uno_platform_docs_search("Uno Toolkit Chip ChipGroup filter assist input suggestion")
Primary documentation page:
- Chip & ChipGroup:
external/uno.toolkit.ui/doc/controls/ChipAndChipGroup.md
Fetch the page:
uno_platform_docs_fetch(sourcePath="external/uno.toolkit.ui/doc/controls/ChipAndChipGroup.md")
Step 2: For How-To / Walkthrough
uno_platform_docs_search("Chip ChipGroup howto walkthrough selection filter")
Key Principles (Stable)
Chipis derived fromToggleButton— can be checked/unchecked- Styles:
AssistChipStyle,InputChipStyle,FilterChipStyle,SuggestionChipStyle ChipGroupmanages a collection of chips withSelectionMode(Single, Multiple, None)CanRemove="True"enables a remove button on the chip- Icon support via
Iconproperty - XAML namespace:
xmlns:utu="using:Uno.Toolkit.UI"
Related Skills
- [[uno-toolkit-selector-extensions]] — Selection behavior extensions