neus-page-form

Generate TypeScript form pages for data entities using Neus UI's FormTemplate.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation of create/edit form pages for data entities by automating the process with Neus UI's FormTemplate.

Core Features & Use Cases

  • Automated Form Generation: Generates a complete .tsx file with FormTemplate, typed inputs, and optional AppTemplate.
  • Data Handling: Integrates with backend-driven options for Select/MultiSelect, FileUploader, and InteractiveMap.
  • Use Case: When a user needs a custom form for a data entity like 'Product', 'User', etc., this Skill automates the form generation, saving time and ensuring consistency.

Quick Start

Use the neus-page-form skill to generate a form for the 'Product' entity with the required fields 'name', 'price', 'category', and 'image'.

Frequently Asked Questions about neus-page-form

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

FAQPage Schema
How do I generate a TypeScript form page for a data entity using Neus UI?

Generate a complete TypeScript form page for a data entity by using Neus UI's FormTemplate. This process outputs a .tsx file with typed inputs, interactive elements, and optional AppTemplate integration.

Can I integrate backend-driven options into a generated form?

Yes, form generation supports backend-driven options for Select, MultiSelect, FileUploader, and InteractiveMap components. This allows dynamic data population directly within the generated Neus UI form template.

Do I need TypeScript and neus-components to automate form generation?

Yes, TypeScript, anti-slop, and neus-components are required dependencies for form automation. This environment setup ensures the generated .tsx files execute correctly with proper type safety and UI components.

What's the best way to create create and edit forms for custom data models?

Automating form page creation with Neus UI's FormTemplate is an efficient way to build create and edit forms for custom data models. It ensures consistency and saves time by generating typed inputs automatically.

Does form generation support both creation and editing workflows?

Yes, the form generation process explicitly supports both creation and edit forms for data entities. It handles backend-driven options and interactive elements required for comprehensive data entry workflows.