gd-frontend

Create Angular form components with routing, state management, and validation.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/carlosamesar/framework-sdd --skill gd-frontend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gd-frontend
Source: https://github.com/carlosamesar/framework-sdd/tree/main/.opencode/skills/gd-frontend
Command: npx skills add https://github.com/carlosamesar/framework-sdd --skill gd-frontend

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the development and modification of Angular-based web components, enabling teams to implement consistent and scalable frontends efficiently.

Core Features & Use Cases

  • Component Implementation Reference: Provides comprehensive architecture patterns for Angular form and UI component development in GoodERP systems.
  • Reusable Patterns: Encapsulates best practices like lazy-loaded routes, reactive forms, autocomplete, and dynamic validation.
  • Use Case: Quickly scaffold a new form component for vendor registration, utilizing predefined templates, validation, and autocomplete functionality to ensure consistency and reduce setup time.

Quick Start

Use the gd-frontend skill to generate a new form component for supplier onboarding, including autocomplete for supplier search and dynamic validation.

Frequently Asked Questions about gd-frontend

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

FAQPage Schema
How do I implement Angular reactive forms with autocomplete for enterprise web applications?

Angular reactive forms with autocomplete are implemented using predefined UI patterns that encapsulate dynamic validation and consistent architecture to ensure scalable enterprise web component development.

What is the best way to scaffold an Angular form component for supplier onboarding?

Scaffolding an Angular form component for supplier onboarding utilizes predefined templates with autocomplete for supplier search and dynamic validation to ensure consistency and reduce setup time.

Does this Angular frontend pattern require RxJS to handle state management and form validation?

Yes, implementing these Angular frontend patterns requires RxJS and FormsModule to manage reactive forms, state management, and dynamic validation within enterprise systems.

Can I use these UI patterns to add lazy-loaded routes in scalable Angular systems?

Yes, you can use these UI patterns to implement lazy-loaded routes alongside reactive forms and dynamic validation, ensuring consistent architecture for scalable Angular web applications.

When do I need dynamic validation in Angular form components?

Dynamic validation in Angular form components is needed when creating interactive UI elements like autocomplete fields, ensuring data integrity and seamless user experiences in enterprise systems.