frontend

Develop React and Next.js UI components with Tailwind CSS and shadcn/ui.

Updated Aug 27, 2025
One-click install
npx skills add https://github.com/Andrej1601/HTMLSignage --skill frontend-andrej1601
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: frontend
Source: https://github.com/Andrej1601/HTMLSignage/tree/main/.agents/skills/frontend
Command: npx skills add https://github.com/Andrej1601/HTMLSignage --skill frontend-andrej1601

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines frontend development by guiding the creation of reusable UI components using React, Next.js, Tailwind CSS, and shadcn/ui, ensuring design-system consistency and faster delivery.

Core Features & Use Cases

  • Component-driven UI: Implement modular React components aligned with a given feature spec.
  • Design-system alignment: Reuse shadcn/ui primitives and Tailwind utilities to maintain consistent visuals.
  • Page integration: Wire components into Next.js app routes and pages (src/app).
  • Use Case: Example: wire a dashboard page with responsive cards, navigation, and forms based on a design spec.

Quick Start

Read the feature spec and design, install dependencies, and start the frontend development server.

Frequently Asked Questions about frontend

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

FAQPage Schema
How do I build React components with Tailwind CSS and shadcn/ui from a feature spec?▼

To build React components with Tailwind CSS and shadcn/ui, you read the feature spec, install dependencies, and develop modular UI aligned with shadcn/ui primitives to ensure design-system consistency and faster delivery.

What is the best way to wire UI components into Next.js app routes?▼

The best way to wire UI components into Next.js app routes is by integrating them directly within the src/app directory, connecting responsive components and hooks to existing pages based on your feature spec.

Does this approach support creating responsive admin dashboards and design systems?▼

Yes, this approach supports creating responsive admin dashboards and design systems by applying modular React components and Tailwind utilities to feature development scenarios requiring consistent visual architecture.

Can I use shadcn/ui primitives to maintain UI consistency across page layouts?▼

You can use shadcn/ui primitives to maintain UI consistency across page layouts by reusing them alongside Tailwind CSS utilities, ensuring visual alignment and component architecture compliance throughout your application.

How do I start frontend development for a new dashboard page?▼

To start frontend development for a dashboard page, read the design spec, install necessary dependencies, and implement responsive cards, navigation, and forms using React and Tailwind utilities.

Why use Tailwind CSS and shadcn/ui for component-driven UI development?▼

Using Tailwind CSS and shadcn/ui for component-driven UI development streamlines the creation of reusable React components, ensuring design-system alignment and faster delivery of polished page integrations.