neus-page-list

Generate Neus UI list page .tsx files with DataTable and Actions.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/KazmerMaximiliano/neus-ui --skill neus-page-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neus-page-list
Source: https://github.com/KazmerMaximiliano/neus-ui/tree/main/.agents/skills/neus-page-list
Command: npx skills add https://github.com/KazmerMaximiliano/neus-ui --skill neus-page-list

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires neus-components, typescript, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of list pages for data entities, reducing the need for manual coding and streamlining the UI development process.

Core Features & Use Cases

  • Entity List Generation: Automatically generates list pages for any data entity using Neus UI components.
  • Customization: Allows customization of columns, actions, and layout to fit specific use cases.
  • Use Case: Ideal for creating tables and lists in Neus UI applications, such as product listings, user profiles, or inventory management.

Quick Start

Generate a list page for the 'Product' entity with columns 'name', 'price', and 'stock'.

Frequently Asked Questions about neus-page-list

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

FAQPage Schema
How do I generate list pages for data entities using Neus UI components?

You can generate list pages for data entities by automating the creation of .tsx files with DataTable, Actions, and Modal confirmation using Neus UI components. This streamlines UI development by reducing manual coding for entity tables.

Can I customize columns and actions when generating a React data entity list?

Yes, you can customize columns, actions, and layout to fit specific use cases when generating data entity lists. This allows tailored tables for product listings, user profiles, or inventory management in Neus UI applications.

Do I need TypeScript and neus-components to build data tables with this approach?

Yes, TypeScript and neus-components are required dependencies. The Skill generates .tsx files designed specifically for Neus UI projects to create data entity lists or tables with integrated DataTable components.

What is the best way to create a product listing table with Modal confirmation in a React application?

The best way is automating list page generation using Neus UI components, which produces .tsx files with DataTable, Actions, and Modal confirmation. This handles entity lists like product listings without manual UI coding.

Does this list page generation approach include an AppTemplate for React components?

Yes, the generated .tsx files include an optional AppTemplate along with DataTable, Actions, and Modal confirmation. This provides a complete layout structure for data entity lists in Neus UI applications.

When should I use automated list page generation instead of manually coding React data tables?

Use automated list page generation when creating multiple data entity lists in Neus UI projects to reduce manual coding. It is ideal for standard tables like product listings, user profiles, or inventory management requiring consistent structure.