What problem does it solve? Power Apps Studio rejects an entire YAML paste when a single Control: token, Variant: value, or version suffix is wrong, and the failure comes back only as "it didn't work". This Skill provides the grounded catalogue of which control tokens, enum members, and output properties actually exist, so you never author an unverified token. ## Core Features & Use Cases - Grounded token catalogue: Classic and modern control tokens with confirmed version suffixes (e.g. ModernCombobox@1.1.1, Classic/Button@2.2.0), the Classic/ prefix rule, and the 180-value Icon enum. - Output property reference: What every control returns (.Text, .Value, .Selected.Value, .SelectedDate, .HtmlText) and how each single-select control is seeded (Default vs DefaultSelectedItems). - Use Case: When adding a date picker to a screen in src/Screens/, consult this Skill to confirm ModernDatePicker@1.0.1 is the grounded token and .SelectedDate is its output, instead of guessing from generic Microsoft docs that list names Studio never emits. ## Quick Start Ask which control token and output property to use for a dropdown, date picker, or gallery before writing it into a canvas app screen YAML file.