Load Storybook component data from the Israeli Government Design System (IGDS). Specify a framework (Angular, React, Core-Web) or retrieve data for all frameworks.
Generate a Storybook static site for an existing project, ready for hosting on a docs site. If Storybook isn't configured, returns setup guidance instead.
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.
Scaffold a .stories.tsx file for a React/TSX component, generating per-variant stories without installing Storybook. Writes the file alongside the component for component-first authoring.
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.
Verify project readiness for generating a static Storybook-style gallery, confirming libraries are wired, test target exists, and JDK/Xcode/simulator are available.
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.