create-storybook-docs — create storybook docs create storybook docs, react ui components, storybook stories, mdx documentation, accessibility features, react hooks, typescript, tailwind css, ui library, design system

v1.0.0
GitHub

About this Skill

Perfect for Frontend Agents needing advanced React UI component documentation and accessibility features. Create Storybook Docs is a skill for generating Storybook stories and MDX documentation for React UI components

Features

Generate Storybook stories for React UI components
Create and update MDX documentation
Support for accessibility features
Integration with React, TypeScript, and Tailwind CSS
Modular and accessible UI components
Uses React Hooks for component development

# Core Topics

leboncoin leboncoin
[87]
[21]
Updated: 3/10/2026

Quality Score

Top 5%
59
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add leboncoin/spark-web/create-storybook-docs
Supports 18+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The create-storybook-docs MCP Server by leboncoin is an open-source Community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for create storybook docs, react ui components, storybook stories.

Ideal Agent Persona

Perfect for Frontend Agents needing advanced React UI component documentation and accessibility features.

Core Value

Empowers agents to create and update Storybook stories and MDX documentation for React UI components, leveraging accessibility features and enhancing component discoverability through Meta definitions and MDX files.

Capabilities Granted for create-storybook-docs MCP Server

Creating Storybook stories for new React UI components
Updating existing component documentation with accessibility features
Generating MDX documentation for Spark UI components

! Prerequisites & Limits

  • Requires React UI components
  • Needs Storybook installation
  • Limited to creating and updating stories and MDX documentation
Project
SKILL.md
2.2 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

Create Storybook Documentation

Create or update Storybook stories and MDX documentation for Spark UI components.

When to Use

  • User wants to add Storybook stories
  • User wants to update component documentation
  • Component is missing stories or documentation
  • User mentions "stories", "storybook", or "documentation"

Instructions

Stories File (ComponentName.stories.tsx)

  1. Meta Definition:

    tsx
    1const meta: Meta<typeof ComponentName> = { 2 title: 'Components/ComponentName', 3 component: ComponentName, 4} 5export default meta
  2. Story Guidelines:

    • Use *.stories.tsx extension
    • One story per prop/feature (avoid mixing many props)
    • Use Components/* meta structure
    • Avoid _args when using JS logic (useState, etc.)
    • Include all variants and states
  3. Required Stories (in order):

    • Default: Minimal common case
    • Uncontrolled: Stateful with internal state
    • Controlled: Stateless with props
    • Other variants alphabetically

Documentation File (ComponentName.doc.mdx)

  1. Sections Order (must follow this exact order):

    • Title: H1 heading with component description
    • Meta: Link to stories using <Meta of={stories} />
    • Install: Installation instructions
    • Import: Import examples
    • Props table: Use custom ArgTypes component
    • Usage: Examples in specific order (Default, Uncontrolled, Controlled, others alphabetically)
    • Advanced Usage: Complex examples and edge cases
    • Accessibility: Keyboard interactions and a11y requirements
  2. Usage Section Format:

    mdx
    1## Usage 2 3### Default 4<Canvas of={stories.Default} /> 5 6### Uncontrolled 7Description of uncontrolled usage. 8<Canvas of={stories.Uncontrolled} /> 9 10### Controlled 11Description of controlled usage. 12<Canvas of={stories.Controlled} />
  3. For Compound Components:

    • Use ArgTypes with subcomponents prop
    • Document each sub-component separately

Reference

See documentation/contributing/WritingStories.mdx for complete guidelines.

Examples

Reference existing stories in packages/components/src/*/ComponentName.stories.tsx and ComponentName.doc.mdx.

Related Skills

Looking for an alternative to create-storybook-docs or building a Community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

linear

Logo of lobehub
lobehub

Linear is a workflow management system that enables multi-agent collaboration, effortless agent team design, and introduces agents as the unit of work interaction.

73.4k
0
Communication

testing

Logo of lobehub
lobehub

Testing is a process for verifying AI agent functionality using commands like bunx vitest run and optimizing workflows with targeted test runs.

73.3k
0
Communication

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication