new-page

Generate Vue/Quasar page components and register their routes automatically.

Updated Dec 22, 2025
One-click install
npx skills add https://github.com/SandroBeatz/layrix --skill new-page-sandrobeatz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-page
Source: https://github.com/SandroBeatz/layrix/tree/main/.claude/skills/new-page
Command: npx skills add https://github.com/SandroBeatz/layrix --skill new-page-sandrobeatz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of manually creating new pages and their corresponding routes in a Vue/Quasar application, streamlining the process for developers.

Core Features & Use Cases

  • Automated Page Creation: Generates a new page component and registers its route automatically.
  • Customizable Page Structure: Allows for the creation of pages with a standardized structure, optimized for scalability.
  • Use Case: When you need to add a new feature or section to your application, this Skill can help you quickly set up the necessary page and route without manual coding.

Quick Start

Create a new page with the name 'settings' by running the command: new-page settings.

Frequently Asked Questions about new-page

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

FAQPage Schema
How do I create a new page and register its route in a Vue or Quasar application?

To create a new page and register a route in a Vue or Quasar application, you can use an automated page creation script. It generates the component directory and configures the route simultaneously, eliminating manual setup.

What is the best way to automate Vue page creation and route registration?

Automating Vue page creation and route registration is best handled by a script that uses predefined templates and configurations. This standardizes your page structure and automatically updates the router file when adding new application sections.

Can I use this page creation tool with my existing Quasar project?

Yes, you can use this page creation tool with an existing Quasar project. It is specifically designed for Vue and Quasar developers, performing directory creation and route registration based on your project's predefined configurations.

Does automated route registration support scalable Vue application structures?

Automated route registration supports scalable Vue application structures by generating pages with a standardized layout. This ensures consistent component generation and routing as your application grows, preventing manual routing errors.

Why does adding a new page manually cause routing issues in Vue?

Adding a new page manually can cause routing issues in Vue due to human error during route configuration. Automating this process ensures the route is correctly registered immediately upon component generation.

Do I need to manually configure templates for new Vue pages?

You do not need to manually configure templates for new Vue pages if you use an automated generation script. It leverages predefined templates and configurations to instantly build the page structure and register the route.