storybook-link

Generate internal story links and URLs for Storybook navigation.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/j-mckerracher/agent-runner --skill storybook-link
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: storybook-link
Source: https://github.com/j-mckerracher/agent-runner/tree/main/agent-skill-source/storybook-link/v1
Command: npx skills add https://github.com/j-mckerracher/agent-runner --skill storybook-link

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines cross-story navigation in Storybook, enabling developers to create interactive demos and documentation with minimal effort.

Core Features & Use Cases

  • Linking Between Stories: Activate links to jump between stories within Storybook interfaces.
  • URL Generation: Generate story URLs programmatically for sharing or deep-linking.
  • Use Case: When building a component library, quickly link related components to demonstrate flow or transitions, enhancing documentation clarity.

Quick Start

Use the storybook-link skill to create an interactive button that navigates to another story when clicked.

Frequently Asked Questions about storybook-link

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

FAQPage Schema
How do I link between stories in Storybook for interactive demos?▼

Linking between stories in Storybook is simplified by handling internal link generation and declarative data attributes. This enables interactive demos and seamless story-to-story navigation within component documentation.

Can I generate Storybook story URLs programmatically to share components?▼

Yes, you can generate Storybook story URLs programmatically. This handles internal URL retrieval and enables deep-linking, which is useful for sharing related components and demonstrating transitions.

Do I need @storybook/addon-links to enable story navigation?▼

Yes, enabling story navigation requires @storybook/addon-links. It optionally supports React components for enhanced integration and declarative linking via data attributes within your stories.

What is the best way to navigate between related components in Storybook?▼

The best way to navigate between related components in Storybook is using declarative linking via data attributes. This streamlines cross-story navigation and enhances documentation clarity with minimal effort.

Does story navigation in Storybook work with React components?▼

Story navigation in Storybook optionally supports React components for enhanced integration. It handles internal link generation and URL retrieval to connect related stories within your interfaces.