registrar-showcase

Register landing pages by modifying App and Home components with route slugs.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/yrlanrteixeira/landcraft --skill registrar-showcase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: registrar-showcase
Source: https://github.com/yrlanrteixeira/landcraft/tree/main/skills/registrar-showcase
Command: npx skills add https://github.com/yrlanrteixeira/landcraft --skill registrar-showcase

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of registering landing pages in the showcase, adding routes and entries to the Home page, streamlining the workflow for adding new pages.

Core Features & Use Cases

  • Automatic Registration: Automatically adds new landing pages to the showcase, modifying the App and Home components.
  • Route and Entry Management: Adds new routes and entries to the Home component, ensuring seamless navigation.
  • Use Case: Ideal for quickly adding new pages to a showcase, saving time and reducing manual effort.

Quick Start

Register a new landing page by running the command: /registrar-showcase NomeDaLP

Frequently Asked Questions about registrar-showcase

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

FAQPage Schema
How do I automatically register a landing page in a showcase system?

To automatically register a landing page in a showcase system, use a tool that modifies App and Home components to add routes and entries based on provided metadata. This streamlines adding new pages without manual code updates.

What is route management for landing page registration?

Route management for landing page registration is the process of adding new navigation routes and entries to a Home component. It ensures seamless access to newly registered landing pages within a showcase application.

How do I add new routes to my App and Home components for a landing page?

You can add new routes to App and Home components by running an automated registration command with the landing page name. The system validates route slugs and modifies the necessary component files to include the new entries.

Does landing page registration require file existence checks and route slug validation?

Yes, automated landing page registration requires file existence checks to ensure target components are present, alongside route slug validation to prevent conflicts when adding new entries to the showcase system.

Can I use a command line script to register multiple landing pages in a showcase?

Yes, you can use a script-based command to register landing pages in a showcase by providing the specific page name. It handles component modification and route addition automatically for each page you specify.

Why does my landing page showcase registration fail during component modification?

Landing page showcase registration may fail during component modification if required files do not exist or if route slugs are invalid. Ensure the App and Home components are present and slug metadata is correctly formatted.