What problem does it solve? Working with the Lucca Front / Prisme design system requires exact knowledge of component APIs, selectors, and types that change between versions. This Skill provides version-accurate documentation for Lucca Front 21.1.x so generated Angular code matches the installed package instead of relying on outdated or hallucinated API knowledge. ## Core Features & Use Cases - Component API Reference: Per-component documentation covering Angular selectors, inputs, outputs, types, changelogs, Storybook examples, design guidelines, and Figma mappings for over 100 components (button, select, dialog, date-input, etc.). - Patch-Aware Fixes: Detects the installed patch version (21.1.0 through 21.1.4) and applies per-patch fix notes so code matches the exact version in the project. - Cross-Cutting Guidelines: Tokens, content writing rules, design patterns, SCSS mixins, migration codemods, and deprecated component replacements. - Use Case: A developer asks to add a filterable multi-select with a tooltip to an Angular form. The Skill reads the multi-select and form-field API docs, checks the installed patch version, and generates code using the correct selectors and inputs for that exact release. ## Quick Start Ask the assistant to generate an Angular form using Lucca Front components such as lu-form-field and luButton for your project.