erp-crud-generator

Generate CRUD modules with types, services, and UI components for CIC ERP entities.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/anhnq-lab/cic-erp-contract --skill erp-crud-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: erp-crud-generator
Source: https://github.com/anhnq-lab/cic-erp-contract/tree/main/.agent/skills/erp-crud-generator
Command: npx skills add https://github.com/anhnq-lab/cic-erp-contract --skill erp-crud-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of boilerplate code for new entities within the CIC ERP system, significantly reducing development time and ensuring consistency.

Core Features & Use Cases

  • Full CRUD Module Generation: Creates types, services, list, form, and detail components for a new ERP entity.
  • Pattern Adherence: Follows established CIC ERP patterns for seamless integration.
  • Use Case: When adding a new resource like 'Projects' to the ERP, this skill will generate all necessary files and code structures, allowing developers to focus on entity-specific logic.

Quick Start

Use the erp-crud-generator skill to create a CRUD module for a new 'product' entity.

Frequently Asked Questions about erp-crud-generator

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

FAQPage Schema
How do I generate a CRUD module for a new ERP entity?

The generator creates a complete CRUD module with types, services, list, form, and detail components for a new ERP entity. It adheres to predefined patterns to ensure consistency and significantly reduce development time.

What is the best way to add a new resource to an ERP system?

The best way is to generate a full CRUD module that includes all necessary files and code structures. This allows developers to focus on entity-specific logic rather than manual boilerplate creation.

Does the CRUD generator work with existing ERP patterns?

Yes, the CRUD generator works with existing ERP patterns by following established system conventions for seamless integration. It ensures newly generated modules maintain architectural consistency across the system.

Can I customize the service logic and UI components after generation?

Yes, you can customize the service logic and UI components after generation. The tool outputs the foundational types, services, and UI structures, allowing you to implement entity-specific logic.

What components are included when generating an ERP module?

Generating an ERP module includes types, services, list, form, and detail components. These predefined structures provide a complete data management interface for the new entity.

Why should I use a code generator for ERP boilerplate?

You should use a code generator for ERP boilerplate to significantly reduce development time and ensure pattern consistency. It automates the repetitive creation of types and components, letting focus shift to entity-specific logic.