neus-page-detail

Generate Neus UI detail pages with entity fields and actions.

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

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 detail pages for data entities using Neus UI components, reducing manual design and development time.

Core Features & Use Cases

  • Automated Page Generation: Generates detail pages with entity data display, action buttons, and delete confirmation modal.
  • Customization: Allows for specifying entity name, fields to display, and actions available on the page.
  • Use Case: When you need to quickly create a detailed view of an entity in a Neus UI project, such as a product detail page.

Quick Start

Use the neus-page-detail skill to generate a detail page for the 'Product' entity with fields: 'name', 'price', 'category', 'description'.

Frequently Asked Questions about neus-page-detail

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

FAQPage Schema
How do I generate a React detail page for a data entity?

This Skill generates a React detail page for a data entity by using Neus UI components to display fields and configure actions. You provide the entity name and fields to quickly scaffold the complete view.

Do I need TypeScript to build Neus UI detail pages?

Yes, TypeScript is required to build Neus UI detail pages with this Skill. The generated entity views depend on TypeScript alongside the neus-components library to execute properly within your React project.

Can I customize which fields appear on a generated entity detail page?

You can customize which fields appear on a generated entity detail page by specifying your desired field selection during generation. The Skill uses your input to tailor the data display and configure corresponding action buttons.

What is the best way to add a delete confirmation modal in Neus UI?

The best way to add a delete confirmation modal in Neus UI is to use this Skill for automated page generation. It natively includes delete confirmation modals and action button configuration for data entities.

Does this detail page generator work with other React UI libraries?

No, this detail page generator does not work with other React UI libraries. It specifically requires the neus-components dependency to render the data entity views and execute the generated TypeScript code.