What problem does it solve? When generating or modifying Angular code that uses the Lucca Front / Prisme design system, AI models often hallucinate component APIs, property names, or types. This Skill supplies authoritative, version-pinned documentation for Lucca Front 21.2.x so every lu-*, pr-* selector or luX directive is used exactly as the installed library defines it. ## Core Features & Use Cases - Component API Reference: Per-component documentation covering Angular API, changelog, examples (stories), design guidelines, and Figma mappings for over 100 components (button, dialog, select, form-field, etc.). - Patch-Level Accuracy: Detects the installed patch version from node_modules or package.json and applies per-patch fix files (fixes/21-2-1.md through 21-2-5.md) so answers match the exact code in the project. - Transverse Documentation: Tokens, content/writing guidelines, UI dev guidelines, design patterns, migration codemods, and deprecated component lists. - Use Case: A developer asks to add a confirmation dialog with a critical button. The Skill loads dialog.md and button.md, checks the installed patch, and generates code using the exact selectors, inputs, and types of Lucca Front 21.2. ## Quick Start Ask the AI to generate an Angular form using Lucca Front components and it will consult the matching component documentation before writing any code.