page-generator

Generate CRUD admin list and form pages from existing templates and project conventions.

1|Updated Jan 7, 2025
One-click install
npx skills add https://github.com/Y2138/vue3-mono --skill page-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: page-generator
Source: https://github.com/Y2138/vue3-mono/tree/main/.agents/skills/front-page-generate
Command: npx skills add https://github.com/Y2138/vue3-mono --skill page-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate CRUD admin pages using existing templates and project conventions to accelerate development and reduce repetitive wiring.

Core Features & Use Cases

  • Scaffolds list and form pages for modules following project conventions.
  • Reuses templates and hooks to ensure consistent UI and behavior across dashboards.
  • Use Case: quickly create admin CRUD interfaces for new modules without manual page creation.

Quick Start

Use the page generator to scaffold a new module's list or form page by selecting a template and providing the module name.

Frequently Asked Questions about page-generator

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

FAQPage Schema
How do I auto-generate CRUD admin pages for a new module?

You can auto-generate CRUD admin pages by selecting an existing template and providing the module name to scaffold list and form pages. This leverages project conventions and hooks to ensure consistent UI and behavior across dashboards without manual page creation.

What is scaffolding in the context of Vue admin dashboards?

Scaffolding in Vue admin dashboards is the process of generating list or form pages from existing templates. It applies standardized naming and hooks to produce deterministic page structures, accelerating development and reducing repetitive wiring for new modules.

Can I use existing templates and hooks to generate admin pages?

Yes, you can reuse existing templates and hooks to generate admin pages. This ensures consistent UI and behavior across dashboards by applying your project's established conventions to scaffold new module pages deterministically.

Does the page generator work with Vue to scaffold list and form pages?

Yes, the page generator works with Vue to scaffold list and form pages. It uses your project's existing templates and hooks to generate CRUD admin interfaces that follow your established conventions for consistent structure.

What is the best way to reduce repetitive wiring when creating CRUD interfaces?

The best way to reduce repetitive wiring is to use a scaffold generator that applies existing templates and project conventions. By reusing hooks and standardized naming, you can quickly create admin CRUD interfaces for new modules without manual page creation.