What problem does it solve? When writing or modifying Angular code that uses the Lucca Front / Prisme design system, AI assistants often rely on outdated or hallucinated APIs. This Skill forces version detection of the installed @lucca-front/ng package and loads the exact documentation for that version, so generated code matches the real component API. ## Core Features & Use Cases - Version-aware documentation resolution: Detects the installed @lucca-front/ng version (major, minor, patch) and resolves the correct reference files, including minor-version overrides and per-patch fix notes. - Component API, examples, design and Figma docs: Provides per-component Angular API references, Storybook-based code examples, design guidelines, and Figma variant mappings for over 100 components (button, select, date picker, dialog, etc.). - Migrations and deprecations: Lists codemods (ng generate @lucca-front/ng:<name>) for version upgrades and blocks usage of deprecated components by suggesting replacements. - Use Case: A developer asks to add a multi-select with search to a project on @lucca-front/ng 21.2. The Skill detects the version, applies the 21.2 overrides, and generates code using only the inputs and outputs that exist in that exact version. ## Quick Start Ask the assistant to write or review Angular code using lu-* or pr-* components, and it will first detect your @lucca-front/ng version and consult the matching documentation before answering.