Compose existing Storybook components into a new page or view by specifying layout, props, and state. Optionally generates a Storybook story for the composed view.
Retrieve detailed information about a Storybook component, including story IDs, arg types, default args, and direct URLs, by specifying the component title path.
Scaffold a new component and its Storybook story from a natural-language description. Automatically generate component and story files with optional props and category.
Generate a .stories.tsx file for a React TypeScript component, specifying variants and story name. Scaffolds per-variant stories without requiring the full Storybook toolchain.
List all Design System .italia components in one unified inventory, with BSI status/accessibility and DevKit tags/storybook/type. Filter by null fields to identify BSI-only or DevKit-only components.
Returns UI component usage guidelines from Designers Italia: when to use, how to use, accessibility notes, library status, and Storybook entry, with warnings for URL mismatches.
Detect AAA accessibility evidence for a component tag by inspecting Custom Elements Manifest, verdict snapshots, and source-level signals. Returns the evidence object used for scoring.
Generate a Storybook CSF3 story file for a web component using its CEM declaration. Produces TypeScript source with argTypes, default args, render function, and named story exports.
Generate a complete Helix-pattern web component scaffold including Lit class, CEM annotations, test stub, Storybook story, and CSS. Auto-detects tag prefix and base class from the library's Custom Elements Manifest.