Feature Scaffolder — ERP TPE

Generates a complete CRUD feature structure in ERP TPE projects.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/dnsnamdang/hrm-claude-config --skill feature-scaffolder-erp-tpe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Feature Scaffolder — ERP TPE
Source: https://github.com/dnsnamdang/hrm-claude-config/tree/main/thanh_an/.skills/feature-scaffolder
Command: npx skills add https://github.com/dnsnamdang/hrm-claude-config --skill feature-scaffolder-erp-tpe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of a feature's basic structure in ERP TPE projects, reducing manual setup time and ensuring consistency across features.

Core Features & Use Cases

  • Automated Scaffold Creation: Generates the necessary files and configurations for a new feature in ERP TPE projects.
  • Customizable: Allows selection of module, entity name, feature type, and permission settings.
  • Use Case: When starting a new feature, this Skill can automatically create the backend and frontend files, including migrations, models, controllers, services, requests, resources, and routes.

Quick Start

Run the feature scaffolder skill with the following parameters: module=HandoverItem entity=HandoverItem featureType=CRUD isCanDelete=true

Frequently Asked Questions about Feature Scaffolder — ERP TPE

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

FAQPage Schema
How do I automate feature scaffolding for ERP TPE projects?

Automating feature scaffolding for ERP TPE projects involves generating basic structural files automatically. This process handles module assignment, entity creation, feature type selection, and permission configuration to produce backend and frontend files like migrations, models, controllers, services, requests, resources, and routes.

What files are generated when creating a new ERP TPE feature?

Creating a new ERP TPE feature generates both backend and frontend files automatically. The generated output includes database migrations, models, controllers, services, requests, resources, and route configurations needed for the feature's basic structure.

How do I set up a CRUD feature in ERP TPE?

To set up a CRUD feature in ERP TPE, run the scaffolder with parameters specifying the module, entity, feature type, and permissions. For example, use parameters like `module=HandoverItem entity=HandoverItem featureType=CRUD isCanDelete=true` to generate the complete feature structure automatically.

Can I configure permissions when scaffolding ERP TPE features?

Yes, you can configure permissions when scaffolding ERP TPE features. The feature scaffolding process includes permission configuration as a customizable parameter, allowing you to specify settings like delete permissions during the automated generation of the feature's basic structure.

Does the ERP TPE feature scaffolder require any dependencies?

The ERP TPE feature scaffolder operates without external dependencies. It uses internal scripts to automate the generation of backend and frontend files, handling module assignment, entity creation, feature type selection, and permission configuration directly within the ERP TPE environment.

Why use automated code generation for ERP TPE feature setup?

Using automated code generation for ERP TPE feature setup reduces manual configuration time and ensures consistency across different features. It eliminates repetitive setup tasks by automatically generating standardized backend and frontend files, including migrations, models, controllers, and routes.