neus-page-auth

Generate a centered authentication page with Neus UI components as a .tsx file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for quickly creating a centered authentication page for login, register, or password reset functionality, using Neus UI components.

Core Features & Use Cases

  • Authentication Page Generation: Automates the creation of a centered login, register, or password reset page.
  • Component Usage: Utilizes Neus UI components such as Input, Button, and Link.
  • Use Case: Ideal for scenarios where a user requires an authentication view, such as "login", "sign in", "register", "sign up", "auth page", etc.

Quick Start

To generate an authentication page, use the 'neus-page-auth' skill with the 'auth_type' input set to 'login', 'register', or 'reset-password'.

Frequently Asked Questions about neus-page-auth

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

FAQPage Schema
How do I generate a centered login page with TypeScript and Neus UI?

You generate a centered authentication page by outputting a .tsx file with Neus UI components like Input, Button, and Link. Set the auth_type input to 'login' to produce the login view.

Can I create a register and password reset page using the same authentication page generator?

Yes, the authentication page generator supports creating both register and password reset pages. You change the auth_type input to 'register' or 'reset-password' to generate the respective forms.

What Neus UI components are included in a generated authentication page?

A generated authentication page includes Neus UI Input fields, Button, and Link components. These elements are combined in a centered layout to form the .tsx file for your web-based authentication views.

Do I need TypeScript and Neus UI installed to use the generated authentication page?

Yes, you need TypeScript and Neus UI installed as dependencies. The generator outputs a .tsx file that requires the Neus UI component library to render the Input, Button, and Link elements correctly.

Is the generated authentication page suitable for full-stack web applications?

The generated authentication page is suitable for the frontend view of web-based authentication. It produces the .tsx UI layout for login, register, or reset-password, but does not include the backend logic for user authentication.