nebula-component-creation

Installation
SKILL.md

Story requirements are delegated to nebula-storybook-stories (canonical source for story naming, structure, and CSF details).

Workflow

Creating a new component

Always start from an example. When asked to create a new component:

  1. Find a similar example in examples/components/ that can serve as a starting point (e.g., use blockquote for an "alert" component, or button for any interactive element)
  2. Copy the example component folder to src/components/<new_name>/
  3. Copy the corresponding story from examples/stories/ to src/stories/
  4. Modify the copied files to implement the new component

Always copy or create a story file for each component. For story naming, structure, and CSF conventions, follow nebula-storybook-stories. Follow its "Name Mapping" section for filename/path conversions.

Installs
8
Repository
acquia/nebula
GitHub Stars
7
First Seen
Feb 16, 2026
nebula-component-creation — acquia/nebula