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:
- Find a similar example in
examples/components/that can serve as a starting point (e.g., useblockquotefor an "alert" component, orbuttonfor any interactive element) - Copy the example component folder to
src/components/<new_name>/ - Copy the corresponding story from
examples/stories/tosrc/stories/ - 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.