frontend-nuxt

Scaffold Nuxt 4 frontends with TailwindCSS and shadcn-vue.

8|3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ydnikolaev/antigravity-factory --skill frontend-nuxt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-nuxt
Source: https://github.com/ydnikolaev/antigravity-factory/tree/main/src/skills/frontend-nuxt
Command: npx skills add https://github.com/ydnikolaev/antigravity-factory --skill frontend-nuxt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps frontend teams rapidly scaffold and maintain Nuxt 4 projects, delivering SSR/SPA hybrids with consistent design systems.

Core Features & Use Cases

  • Nuxt 4 + TailwindCSS scaffolding with shadcn-vue components.
  • Design System Alignment: integrates shared tokens, components, and accessibility standards.
  • Workflow & QA: enforces a robust development process from setup to handoff, including testing and documentation.

Quick Start

Initialize a Nuxt 4 project with TailwindCSS and shadcn-vue, then create a sample page that consumes a backend API.

Frequently Asked Questions about frontend-nuxt

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

FAQPage Schema
How do I scaffold a Nuxt 4 app with TailwindCSS and shadcn-vue?

Scaffolding a Nuxt 4 app with TailwindCSS and shadcn-vue involves initializing the project, integrating shared design tokens, and building accessible components. This enforces Composition API usage, no inline styles, and design-system alignment for rapid frontend construction.

What's the best way to structure a Nuxt 4 hybrid SSR and SPA frontend?

The best way to structure a Nuxt 4 hybrid SSR and SPA frontend is by enforcing best practices like Composition API usage and design-system alignment. This approach covers architecture, components, styling, and API integration for consistent deployment.

Does this approach support building a design system with shadcn-vue components?

Yes, building a design system with shadcn-vue components is fully supported. It integrates shared tokens and accessibility standards directly into the Nuxt 4 and TailwindCSS workflow, ensuring consistent UI components across SSR and SPA deployments.

How do I integrate backend APIs in a Nuxt 4 project using the Composition API?

Integrating backend APIs in a Nuxt 4 project using the Composition API involves setting up data fetching within the component lifecycle. This skill provides the architecture to rapidly consume APIs while maintaining strict design-system alignment and accessible components.

Can I use TailwindCSS for styling in a Nuxt 4 project without inline styles?

Yes, you can use TailwindCSS for styling in a Nuxt 4 project without inline styles. This approach strictly enforces no inline styles, relying instead on shared design tokens and accessible shadcn-vue components to maintain a consistent design system.

When do I need to enforce frontend best practices for Nuxt 4 development?

You need to enforce frontend best practices for Nuxt 4 development when rapidly scaffolding and maintaining SSR, SPA, or hybrid deployments. This ensures consistent design systems, accessible components, and robust workflows from initial setup to final handoff.