Agent Skills: Storybook Scaffolder Workflow (v2)

Generates a Storybook story file (*.stories.tsx) with M3 design token

UncategorizedID: okgoogle13/careercopilot/storybook-scaffolder

Install this agent skill to your local

pnpm dlx add-skill https://github.com/okgoogle13/careercopilot/tree/HEAD/.claude/skills/storybook-scaffolder

Skill Files

Browse the full folder contents for storybook-scaffolder.

Download Skill

Loading file tree…

.claude/skills/storybook-scaffolder/SKILL.md

Skill Metadata

Name
storybook-scaffolder
Description
Generates a Storybook story file (*.stories.tsx) with M3 design token

Storybook Scaffolder Workflow (v2)

  1. Get component path.
  2. Generate .stories.tsx file from template.
  3. Prepend this line to the top of the generated file: import 'src/styles/design-tokens.css';
  4. Report success.