aurora-cli

Automate Aurora frontend CLI operations for module regeneration, package addition, and project creation.

1|Updated Jun 20, 2022
One-click install
npx skills add https://github.com/avvale/aurora-front --skill aurora-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aurora-cli
Source: https://github.com/avvale/aurora-front/tree/main/.claude/skills/aurora-cli
Command: npx skills add https://github.com/avvale/aurora-front --skill aurora-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates Aurora frontend CLI operations to regenerate modules, add packages, and create projects, reducing manual command entry and ensuring consistent project scaffolding.

Core Features & Use Cases

  • Regenerate frontend module: run aurora load front module -n=<bounded-context>/<module> with optional flags
  • Add package: run aurora add front <package> to install dependencies and configure
  • Create new project: run aurora new front <name> to bootstrap a new frontend project
  • Use Case: Maintain consistency across bounded contexts and modules during rapid frontend iterations

Quick Start

Use the aurora CLI to regenerate a module: aurora load front module -n=<bc>/<module>. To add a package: aurora add front <package>. To create a new frontend project: aurora new front <app-name>.

Frequently Asked Questions about aurora-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate frontend module regeneration across bounded contexts?

Automating frontend module regeneration involves running the aurora CLI command to load front modules with specified bounded contexts and module names, using flags like -f for force and -w for interface overwrite to ensure consistent scaffolding.

What is the process to add packages to a frontend project using CLI automation?

Adding packages to a frontend project uses CLI automation to run the aurora add front command with the target package name, automatically installing dependencies and configuring them across the specified bounded context.

Do I need the aurora CLI installed to use this frontend automation Skill?

Yes, using this frontend automation Skill requires the aurora CLI to be installed in your environment, as it executes CLI commands directly to regenerate modules, add packages, and create new projects.

How do I create a new frontend project from the command line?

Creating a new frontend project from the command line uses the aurora new front command with your desired application name, bootstrapping the project structure and configuring initial settings automatically.

What CLI flags are supported for frontend module regeneration?

Frontend module regeneration supports flags including -f for force, -w for interface overwrite, and -v for verbose output, allowing precise control over how modules are reloaded and configured.

Why does YAML validation matter when regenerating frontend modules?

YAML validation matters during frontend module regeneration because it ensures configuration integrity before hashing and origin-file handling, preventing inconsistent project scaffolding across bounded contexts.