Skip to main content
EQ
Foundry
arrow_back Back to Browse

eq-storybook-test

Beta

Generate Storybook stories and interaction tests from component source

Installation

npx skills add mclaude95/eq-foundry -s eq-storybook-test

Recommended — works with Claude Code, Cursor, and 40+ agents.

bolt

Performance

Optimized for speed with minimal overhead. Runs efficiently in CI and local environments.

shield

Security

Sandboxed execution with scoped permissions. No external data leaves your environment.

Overview

eq-storybook-test reads a React component and generates Storybook stories with play functions for interaction testing. Covers primary state, edge cases, and common user flows.

When to Use

After implementing a new React component that has multiple states or interactive behaviors worth documenting and testing visually.

Usage Examples

/eq-storybook-test src/components/ToolBrowser.tsx

Generates ToolBrowser.stories.tsx with default, filtered, and empty-state stories.

Configuration

Requires Storybook 8+ installed in the project.

Installation

npx skills add mclaude95/eq-foundry -s eq-storybook-test