What problem does it solve? Writing Storybook documentation stories for Lucca Front Angular components requires following strict conventions: categorized argTypes, exported union constants, multi-component templates, and French descriptions. This Skill automates that process so generated stories are consistent, reviewable, and copy-paste ready. ## Core Features & Use Cases - Interface contract analysis: Reads the component's inputs, outputs, models, and exported union constants from packages/ng or packages/prisme before writing the story. - Convention-compliant argTypes: Applies the mandatory table.category taxonomy (inputs, outputs, models, suffixed host categories, story), dependent controls with ↳ prefixes and if conditions, and shared argTypes like PaletteArgType. - Canonical story structure: Produces the standard file layout with moduleMetadata, generateInputs, cleanupTemplate, useStoryModel for two-way bindings, and verification steps (prettier, eslint, Storybook Controls, Actions, a11y). - Use Case: Ask for a Basic documentation story for lu-text-input hosted in lu-form-field, and receive a complete .stories.ts file with categorized controls, French descriptions, and a working ngModel binding. ## Quick Start Generate a Basic Angular documentation story for the Box component under stories/documentation/structure with categorized argTypes and default args.