dynamic-table-preset-generator

Generate schema-driven DynamicTable presets for the Luminaris ERP system.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/web3br1/luminaristest --skill dynamic-table-preset-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dynamic-table-preset-generator
Source: https://github.com/web3br1/luminaristest/tree/main/.claude/skills/dynamic-table-preset-generator
Command: npx skills add https://github.com/web3br1/luminaristest --skill dynamic-table-preset-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires prisma, typescript, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the need for creating custom ERP schema-driven DynamicTable presets, which are essential for defining and managing structured data within the Luminaris platform.

Core Features & Use Cases

  • Schema-Driven Presets: Generates new DynamicTable presets with typed fields, relationships, and system registration.
  • Customization: Allows users to define tables with specific fields, types, and relationships based on their needs.
  • Use Case: Ideal for businesses looking to add new modules to their ERP system or create reusable field presets.

Quick Start

Generate a new preset for the 'Clinica Estetica' system with the 'agendamentos' module by running: dynamic-table-preset-generator "Clinica Estetica" agendamentos.

Frequently Asked Questions about dynamic-table-preset-generator

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

FAQPage Schema
How do I generate ERP schema-driven DynamicTable presets with typed fields?

DynamicTable presets are generated using TypeScript and Prisma to define structured data tables within the Luminaris ERP system. They allow you to specify custom fields, types, and relationships for new business modules.

How do I create a new module preset for an ERP system using TypeScript and Prisma?

You create a new module preset by running the generator with your desired system name and optional module name, such as dynamic-table-preset-generator "System Name" module_name. This produces a schema-driven preset with typed fields and system registration.

Can I use Prisma to define table relationships and typed fields for a custom ERP schema?

Yes, Prisma is used for schema definition and validation to support typed fields and relationships within the generated DynamicTable presets. This ensures structured data is correctly managed within the Luminaris platform.

Do I need to specify a system name when generating a DynamicTable preset?

Yes, specifying a system name is required, while providing a module name is optional. These arguments allow the generator to accurately define and scope the preset fields and relationships for your ERP schema.

What are the limitations of generating schema-driven presets for the Luminaris ERP system?

The generator is specifically tailored for the Luminaris ERP system and relies on TypeScript and Prisma. It is limited to defining structured data tables and does not handle unrelated ERP customization outside of schema-driven preset generation.