aurora-development

Standardize Angular development for Aurora projects with reusable component patterns and templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes Angular development for Aurora projects by providing reusable component patterns and templates.

Core Features & Use Cases

  • Detail & List Components: ready-to-use patterns for detail and list views, including form integration and grid-driven interfaces.
  • Forms, GraphQL Services, & Resolvers: encapsulated patterns for building reactive forms, GraphQL services, actions, grids, and resolvers across Aurora modules.
  • Use Case: When starting a new Aurora module or implementing components, forms, or services, apply these templates to ensure consistency and maintainability.

Quick Start

Use the aurora-development skill as a guide to scaffold Angular components, forms, services, and grid configurations following Aurora conventions.

Frequently Asked Questions about aurora-development

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

FAQPage Schema
How do I standardize Angular component patterns for Aurora projects?

To standardize Angular component patterns for Aurora projects, apply reusable templates for detail and list views, ensuring consistency and maintainability across modules and teams.

What is the best way to build reactive forms in Aurora modules?

Building reactive forms in Aurora modules uses encapsulated patterns that integrate GraphQL services and actions, ensuring consistent form handling across different teams.

How do I configure grids and resolvers using Aurora conventions?

Configuring grids and resolvers with Aurora conventions involves applying standardized templates that encapsulate data fetching and grid-driven interface logic across modules.

Does Aurora development work with standard Angular tooling?

Aurora development relies on standard Angular tooling and conventions, using frontmatter-driven activation to allow optional resources in scripts, references, and assets.

When do I need to use GraphQL services in Angular Aurora modules?

You need GraphQL services in Angular Aurora modules when implementing data-driven components, combining them with actions and resolvers to manage data fetching and state.

Can I scaffold new Aurora modules using these Angular templates?

You can scaffold new Aurora modules using these Angular templates to quickly generate components, forms, services, and grid configurations following established conventions.