storybook

Installation
SKILL.md

Storybook 8 Best Practices

Setup

npx storybook@latest init

This auto-detects your framework (React, Vue, etc.) and configures everything.

Writing Stories

Basic Story (CSF3)

// button.stories.tsx
import type { Meta, StoryObj } from "@storybook/react";
import { Button } from "./button";
Related skills

More from grahamcrackers/skills

Installs
3
First Seen
Feb 28, 2026