storybook

Routes Storybook questions to the correct sub-skill based on the topic.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/matthewharwood/dean-stack --skill storybook-matthewharwood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: storybook
Source: https://github.com/matthewharwood/dean-stack/tree/main/.claude/skills/storybook
Command: npx skills add https://github.com/matthewharwood/dean-stack --skill storybook-matthewharwood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Storybook routing in dean-stack enforces Pillar 1 and dispatches questions to the correct sub-skill, ensuring unambiguous routing and consistent guidance.

Core Features & Use Cases

  • Enforces Storybook-first Pillar at routing and delegates to config, stories, play-functions, or playwright-story-tests as needed.
  • Keeps a single entry point (SKILL.md) as the router, while handing implementation to specialized sub-skills.
  • Supports questions about Storybook configuration, authorship of stories, and Playwright-driven tests within dean-stack.

Quick Start

Ask a Storybook configuration question to route to the storybook-config sub-skill.

Frequently Asked Questions about storybook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route Storybook configuration questions in the dean-stack ecosystem?

Storybook configuration questions route through a single entry point that enforces the Storybook-first Pillar 1 rule and delegates to the storybook-config sub-skill. This ensures unambiguous routing and consistent configuration guidance.

What is the Storybook-first Pillar routing rule?

The Storybook-first Pillar routing rule enforces unambiguous routing by dispatching questions to specialized sub-skills such as storybook-config, storybook-stories, or storybook-play-functions, ensuring consistent guidance across the dean-stack ecosystem.

Does this routing approach support Playwright tests within Storybook?

Yes, Playwright tests within the dean-stack ecosystem are supported. The router evaluates Playwright-related questions and delegates them to the playwright-story-tests sub-skill to provide specialized testing guidance.

How do I write Storybook stories using the dean-stack workflow?

To write Storybook stories, ask a story authoring question to trigger the router, which enforces the Pillar 1 routing rule and delegates your query to the storybook-stories sub-skill for implementation guidance.

Can I use Storybook play functions with this routing system?

Yes, Storybook play functions are fully supported. The router identifies play function questions and delegates them to the storybook-play-functions sub-skill to deliver targeted implementation steps.