new

Generate new ERP module code files from a provided schema.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/rubbypink/git-erp-300126 --skill new-rubbypink
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new
Source: https://github.com/rubbypink/git-erp-300126/tree/main/.roo/skills/new
Command: npx skills add https://github.com/rubbypink/git-erp-300126 --skill new-rubbypink

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of creating new code files when building new modules, reducing boilerplate and setup time.

Core Features & Use Cases

  • Module Initialization: Generates necessary code files for new modules.
  • Schema-Driven Development: Utilizes DB_SCHEMA for validation and UI generation, ensuring consistency.
  • Use Case: When starting a new feature that requires a new data model, use this Skill to generate the initial files and set up basic data handling according to the defined schema.

Quick Start

Use the new skill to create a new module for customer management.

Frequently Asked Questions about new

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

FAQPage Schema
How do I generate new code files for ERP module creation?

Schema-driven scaffolding generates new code files for ERP module creation by utilizing DB_SCHEMA for strict data validation and UI generation. It manages data access and persistence through a dedicated DBManager module, ensuring client-side sorting and history tracking.

What is the best way to reduce boilerplate when starting ERP development?

Automated module initialization reduces boilerplate when starting ERP development by generating initial files and setting up basic data handling according to a defined schema. It maintains variable consistency with schema definitions and prioritizes cache management.

How does schema-driven development work for UI generation and data validation?

Schema-driven development works by utilizing DB_SCHEMA to enforce strict data validation and drive UI generation simultaneously. This ensures variable consistency between the data model and interface while managing data access through a dedicated DBManager module.

Can I use this code scaffolding approach for managing client-side sorting and history tracking?

Yes, this code scaffolding approach supports client-side sorting and history tracking for critical collections. It manages data access and persistence through a dedicated DBManager module while maintaining variable consistency with the schema definitions.

Do I need to define a DB_SCHEMA before generating new code files?

Yes, you need to define a DB_SCHEMA before generating new code files because the scaffolding process is schema-driven. The schema dictates strict data validation rules, UI generation, and ensures variable consistency throughout the module creation lifecycle.