What problem does it solve? AI assistants often hallucinate component APIs, property names, and types when generating code for the Lucca Front / Prisme design system, producing broken or outdated Angular code. This Skill grounds every generation in the exact documentation matching the project's installed version (21.3.x and the technical minor 21.4.x), including per-patch corrections. ## Core Features & Use Cases - Version-aware documentation: Detects the installed @lucca-front/ng patch version and applies or excludes patch-level fixes (fixes/21-3-1.md, 21-4-1.md, 21-4-2.md) so the guidance matches the project's actual code. - Component references: Per-component API docs, Angular/HTML story examples, design guidelines, and Figma variant mappings for 120+ components (button, select, date picker, dialog, etc.). - Cross-cutting guidance: Design tokens, content and writing rules, UX patterns, SCSS tools, migration codemods, and a deprecated-components list with replacements. - Use Case: A developer asks to add a multi-select with select-all to a form; the Skill checks the installed version, reads the multi-select API and examples, and generates code using only inputs and outputs that exist in that exact patch. ## Quick Start Ask the assistant to generate an Angular form using Lucca Front components such as lu-form-field and lu-multi-select for the current project.