nebula-project-structure

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "nebula-project-structure" with this command: npx skills add acquia/nebula/acquia-nebula-nebula-project-structure

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:

  • package-lock.json → npm (npm run , npx )

  • yarn.lock → yarn (yarn , yarn dlx )

  • pnpm-lock.yaml → pnpm (pnpm , pnpm dlx )

  • bun.lockb → bun (bun run , bunx )

Use the detected package manager for all commands in these instructions.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

canvas-component-metadata

No summary provided by upstream source.

Repository SourceNeeds Review
General

canvas-component-utils

No summary provided by upstream source.

Repository SourceNeeds Review
General

canvas-styling-conventions

No summary provided by upstream source.

Repository SourceNeeds Review