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 per-variant .stories.tsx files for React/TSX components by specifying the component path and optional variants, bypassing full Storybook toolchain.
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.
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.
Discover available UI components in your design system or Storybook. View component names, categories, and stories to identify elements for building interfaces. Filter by category or use pagination for large libraries.
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.
Retrieve all story variants and states for a specific component from a Storybook design system. Returns variant IDs, names, and parameters to analyze component behavior across different scenarios.
Retrieve design system theme details including colors, spacing, typography, and breakpoints from Storybook to support design system adoption and refactoring.
Generate 3D cartoon storybook illustrations with matching stories from text prompts. Supports multiple art styles including watercolor, pixel art, hand drawn, and claymation.