Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By flight505
Lets you generate, test, and visually validate Storybook components using AI vision and natural language commands, including design-to-code conversion, automated accessibility fixes, dark mode generation, and design token sync.
npx claudepluginhub flight505/storybook-assistantAnalyze component usage across the codebase with deprecation planning and migration impact analysis
Scaffold a new component with story, tests, and optional visual mockup following SOTA patterns
Transform design screenshots and mockups into pixel-perfect React components using Claude's vision AI
Analyze and fix accessibility issues with AI-powered suggestions
Generate dark mode color schemes with intelligent color inversion
Autonomous agent that analyzes components for WCAG 2.2 accessibility violations and suggests context-aware fixes with one-click application
Autonomous agent that generates production-ready components from natural language descriptions with TypeScript, stories, tests, and accessibility built-in
Autonomous agent that analyzes visual diff screenshots using AI to categorize changes as expected design updates, warnings, or errors. Understands context from git history, design tokens, and component evolution to reduce false positives and catch real bugs.
Use this skill when the user writes/edits components, asks to "fix accessibility issues", "add ARIA labels", "improve accessibility", "check WCAG compliance", "remediate a11y violations", mentions "screen reader support", "keyboard navigation", or wants AI-powered accessibility fixes with one-click application. Automatically analyzes components for a11y issues and suggests context-aware fixes. Trigger on PostToolUse hook or explicit request.
Use this skill when the user asks to "setup CI/CD", "configure GitHub Actions", "deploy Storybook", "setup Chromatic", "add visual regression to CI", "create deployment pipeline", or wants to generate complete CI/CD workflows for Storybook deployment and testing.
Scaffold new components with stories, tests, and documentation following SOTA patterns and best practices
Use this skill when users mention "component usage", "where is this component used", "deprecate component", "migration impact", "component analytics", or want to track and analyze component usage across the codebase with deprecation planning and migration impact analysis.
Use this skill when the user asks to "generate dark mode", "create dark theme", "add dark mode support", "convert to dark mode colors", "generate dark color palette", or wants to automatically generate dark mode variants for their components with intelligent color inversion and accessibility preservation.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Build, preview, and test UI components with Storybook.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Premium design patterns, UX research skills, and user journey mapping for modern web applications.
Accessibility and UX implementation - WCAG, ARIA, design tokens
Design superpowers for Claude Code โ 35 skills that teach your agent to ideate, research, generate, iterate, and ship beautiful UIs using Google Stitch MCP.
Frontend component development with accessibility and responsive design
Comprehensive project planning and architecture research skills for Claude Code - generates software architecture documents, sprint plans, building blocks, service cost analysis, and implementation roadmaps backed by real research.
AI-powered image, diagram, and video generation for Claude Code - uses Nano Banana 2 (Gemini 3.1 Flash Image) for fast generation, Nano Banana Pro (Gemini 3 Pro Image) for professional diagrams, and Veo 3.1 for video generation.
Long-running agent loop for Claude Code, in the Ralph pattern โ a stable prompt, a mutable plan, and a loop that runs until the plan is empty.
Helper plugin for Claude Code's autonomous primitives โ /goal, /branch, worktrees, dynamic workflows. Wraps native features with opinionated defaults and safety guardrails.
Claude Code skill pack for Langfuse LLM observability (24 skills)
Complete SOTA 2026 Storybook assistant with Vision AI design-to-code, natural language generation, AI-powered accessibility remediation, React Server Components, AI visual regression testing, design token sync, usage analytics, dark mode generation, and comprehensive testing (Storybook 10, React 19, Next.js 15).
๐ First time here? Start with the ELI5 section for a quick overview, then check How to Use to get started, or ask "What can the Storybook Assistant do?" to see all available features!
/setup-storybookCLAUDE_CODE_OAUTH_TOKEN or ANTHROPIC_API_KEYMethod 1: Via Claude Code CLI (Recommended)
claude
# In Claude prompt:
/plugin
# When prompted, enter:
flight505/storybook-assistant-plugin
Method 2: Manual Clone
# Clone to Claude plugins directory
git clone https://github.com/flight505/storybook-assistant-plugin.git ~/.claude/plugins/storybook-assistant
# Start Claude normally - plugin auto-loads
claude
Method 3: Project-Specific
# In your project directory
git clone https://github.com/flight505/storybook-assistant-plugin.git
# Start Claude with plugin
claude --plugin-dir ./storybook-assistant-plugin
Verify installation: Plugin will automatically check environment on SessionStart and display available features.
Once installed, the plugin is available in your Claude Code CLI sessions:
cd your-project
claude
# Ask what the Storybook Assistant can do
"What can the Storybook Assistant do?"
"Show me Storybook plugin features"
"What Storybook commands are available?"
"Help with Storybook Assistant"
/# Initialize Storybook in your project
/setup-storybook
# Generate stories for existing components
/generate-stories
# Create new component with story and tests
/create-component
"Set up Storybook in this Next.js project"
"Generate stories for my Button component"
"Create a new Card component with dark mode support"
"Fix accessibility issues in LoginForm.tsx"
The plugin understands natural language and will automatically trigger the right skills!