nuxt-pages

Enforce Nuxt CRUD page templates and theming rules via nuxt_pages.yaml.

357|65|Updated Jul 29, 2022
One-click install
npx skills add https://github.com/ArtisanCloud/PowerX --skill nuxt-pages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt-pages
Source: https://github.com/ArtisanCloud/PowerX/tree/main/.codex/skills/frontend/nuxt/pages
Command: npx skills add https://github.com/ArtisanCloud/PowerX --skill nuxt-pages

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PowerX Nuxt Pages standardizes the creation and validation of Nuxt CRUD page templates and their theming rules, ensuring consistent UI across modules and faster frontend development.

Core Features & Use Cases

  • Enforces template targets for list/index and detail pages using built-in Nuxt page templates.
  • Defines a cohesive dark/light theme specification, including color tokens and icon treatment.
  • Provides embedded rules (nuxt_pages.yaml) and gating requirements to guide frontend teams during reviews.

Quick Start

Open this file and implement or verify Nuxt CRUD page templates and theming rules per the embedded nuxt_pages.yaml.

Frequently Asked Questions about nuxt-pages

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

FAQPage Schema
How do I enforce Nuxt CRUD page templates for frontend plugins?

Nuxt CRUD pages are standardized by enforcing built-in list/index and detail page templates, verifying metadata and frontmatter, and validating compliance through embedded nuxt_pages.yaml rules during frontend plugin reviews.

What are the dark/light theme requirements for Nuxt frontend pages?

Dark/light theme requirements specify color tokens, contrast rules, and icon treatment to ensure visual consistency across Nuxt pages, validated through embedded gating rules during frontend plugin reviews.

Do I need specific frontmatter and metadata for Nuxt page templates?

Yes, Nuxt page templates require specific frontmatter and metadata to pass validation checks, ensuring list/index and detail pages comply with embedded nuxt_pages.yaml gating requirements during frontend plugin reviews.

How do I validate PowerX frontend plugin pages during code reviews?

Validate PowerX frontend plugin pages by checking CRUD template targets, dark/light theme color tokens, required frontmatter, and metadata against embedded nuxt_pages.yaml gating rules during reviews.

Can I use this for non-CRUD Nuxt pages outside PowerX?

This targets PowerX frontend plugin development specifically, enforcing CRUD list/index and detail page templates and dark/light theming rules, making it unsuitable for non-CRUD or non-PowerX Nuxt pages.