frontend-table-screen-generator

Generate frontend table screens for DynamicTable records with CRUD, filtering, sorting, pagination, and soft-delete.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of manually creating bespoke, non-standard tables in applications, providing a re-usable and scalable approach to generating table screens for DynamicTable records.

Core Features & Use Cases

  • CRUD Operations: Inline create, edit, and delete operations.
  • Filters: Apply filters to the table to refine the data.
  • Sorting: Sort table data based on selected columns.
  • Pagination: Navigate through large datasets with pagination.
  • Soft-Delete: Implement soft-delete functionality for records.
  • Use Case: When building applications that require a grid or list view for DynamicTable records, such as CRM or inventory management systems, this Skill automates the creation of a table screen with essential features.

Quick Start

Generate a table screen for the 'crmContacts' DynamicTable in the 'contacts' module by using the command: 'generate-table-screen contacts crmContacts'.

Frequently Asked Questions about frontend-table-screen-generator

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

FAQPage Schema
How do I generate a frontend table screen with CRUD operations and pagination?▼

To generate a frontend table screen with CRUD operations and pagination, use a table generation tool that automatically creates re-usable table screens for DynamicTable records. This provides inline create, edit, and delete functionalities alongside built-in pagination controls.

What is the best way to build a table view with filtering and soft-delete for application data?▼

The best way to build a table view with filtering and soft-delete is to use an automated table screen generator for DynamicTable records. It applies standard filtering to refine data and implements soft-delete functionality to safely remove records without permanent data loss.

Can I add column sorting to a DynamicTable records view without manual coding?▼

Yes, you can add column sorting to a DynamicTable records view without manual coding by using a frontend table screen generator. It automatically implements sorting logic so users can sort table data based on selected columns directly within the interface.

How do I create a CRM or inventory management grid view quickly?▼

To create a CRM or inventory management grid view quickly, use a table generation command for your DynamicTable. For example, running 'generate-table-screen contacts crmContacts' automates the creation of a fully functional list view with essential data manipulation features.

Do I need external dependencies to implement soft-delete and CRUD in a generated table screen?▼

No, you do not need external dependencies to implement soft-delete and CRUD in a generated table screen. The table generation process operates independently with zero dependencies, supplying all necessary scripts to handle inline record manipulation and deletion out of the box.

When should I use an automated table screen generator instead of manually creating bespoke tables?▼

You should use an automated table screen generator instead of manually creating bespoke tables when building applications that require standard, scalable grid views for DynamicTable records. It ensures re-usability and provides consistent data representation without the overhead of custom development.