
Covers Configuration UI Components Testing
Description
Use when adding Storybook to a project that does not have Storybook configured yet.
SKILL.md
- Run
npm create storybook@latestinside your project's root directory to install the latest version of Storybook. Use the matching package-manager command when appropriate, such aspnpm create storybook@latestoryarn create storybook. - After initialization succeeds, run
npx storybook add @storybook/addon-mcp. - Invoke the
/storybook-setupskill to help the user set up project-specific Storybook configuration, such as the.storybook/preview.tsfile.
More skills from the mcp repository
View all 4 skillsMore from Storybook
View publisherSkillTagsUpdated
setup-react-native-storybook
configure Storybook for React Native projects
react-native
Jul 16ExpoReact NativeTestingUI Componentsupgrading-react-native-storybook
upgrade React Native Storybook versions
react-native
Jul 16MigrationReact NativeUI Componentswriting-react-native-storybook-stories
write React Native Storybook stories
react-native
Jul 16DocumentationReact NativeTestingUI Components