Skip to content

Installation

Install the CLI globally using your preferred package manager:

$ npm install -g storybook-to-skills-md

Before using the tool, ensure you have:

  • Node.js 20 or later - Required to run the CLI
  • A Storybook project - With accessible index.json file
  • LLM API key - For OpenAI, Anthropic, or Google AI

After installation, verify the CLI is working:

Terminal window
storybook-to-skills-md --version

You should see the version number printed to the console.