nebula-project-structure

Installation
SKILL.md

Project structure

This project uses a two-folder structure to separate example code from working code:

src/
├── components/     # Working components (Storybook reads from here)
│   └── global.css  # Base styles imported by Storybook
├── stories/        # Working stories (Storybook reads from here)

examples/
├── components/     # Example component implementations (for reference)
└── stories/        # Example stories (for reference)

Package manager

Detect the package manager by checking for lock files in the project root:

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