Loading...
Loading...
Name Canvas components with clear, portable conventions for machine names and folders. Use when (1) Creating a new component, (2) Renaming components, (3) Reviewing component names for consistency. Ensures portable, descriptive component names.
npx skill4agent add acquia/nebula canvas-component-namingkebab-casemachineNamesrc/components/<name>/# Correct - simple, descriptive names
footer
hero
navigation
contact-form
# Wrong - prefixed with project/site name
nebula-footer
acme-hero
mysite-navigation
projectx-contact-form