·nebula-component-validation
*

nebula-component-validation

Validate components before uploading to Canvas. Use after creating or modifying components, before considering work complete. Runs `npm run code:fix` for Prettier, ESLint, and Canvas requirements.

8Installs·1Trend·@acquia

Installation

$npx skills add https://github.com/acquia/nebula --skill nebula-component-validation

How to Install nebula-component-validation

Quickly install nebula-component-validation AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/acquia/nebula --skill nebula-component-validation
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: acquia/nebula.

SKILL.md

View raw

Before running validation, confirm every new component has a matching src/stories/ .stories.jsx file (see nebula-storybook-stories).

After creating or modifying components, always validate your code by running the code:fix script. Make sure to use the right package manager. For example, if using npm, run the following command:

If errors remain after auto-fix, address them manually and re-run until passing.

Validate components before uploading to Canvas. Use after creating or modifying components, before considering work complete. Runs `npm run code:fix` for Prettier, ESLint, and Canvas requirements. Source: acquia/nebula.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/acquia/nebula --skill nebula-component-validation
Category
*Creative Media
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from acquia/nebula

Quick answers

What is nebula-component-validation?

Validate components before uploading to Canvas. Use after creating or modifying components, before considering work complete. Runs `npm run code:fix` for Prettier, ESLint, and Canvas requirements. Source: acquia/nebula.

How do I install nebula-component-validation?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/acquia/nebula --skill nebula-component-validation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/acquia/nebula