inertia-scaffold

Generate an Inertia-based frontend scaffold for a Goravel entity with i18n support.

16|11|Updated Jun 12, 2025
One-click install
npx skills add https://github.com/liwoo/goravel-inertia-tw-starter --skill inertia-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inertia-scaffold
Source: https://github.com/liwoo/goravel-inertia-tw-starter/tree/main/.claude/skills/inertia-scaffold
Command: npx skills add https://github.com/liwoo/goravel-inertia-tw-starter --skill inertia-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This scaffold automates the creation of a complete Inertia-based frontend UI for a Goravel entity, standardizing structure and speeding up frontend delivery.

Core Features & Use Cases

  • Generate TypeScript types, i18n namespaces, pages, and sections for a new entity.
  • Create Go page controllers, routes, navigation, and page config scaffolds for consistent admin panels.
  • Provide end-to-end UI scaffolding with optional references and scripts to extend frontend capabilities.

Quick Start

Provide an entity name and run the inertia-scaffold to generate a complete frontend scaffold with i18n support.

Frequently Asked Questions about inertia-scaffold

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

FAQPage Schema
How do I generate an Inertia UI scaffold for a Goravel entity?

To generate an Inertia UI scaffold for a Goravel entity, you provide the entity name to trigger automated creation of TypeScript types, i18n namespaces, Go controllers, and frontend pages.

Does the Goravel Inertia scaffold include i18n support?

Yes, the Goravel Inertia scaffold includes i18n support by automatically generating internationalization namespaces alongside TypeScript types and frontend pages for the specified entity.

What files and components are generated when scaffolding an Inertia frontend for Goravel?

Scaffolding an Inertia frontend for Goravel generates Go page controllers, routes, frontend pages, detail views, forms, columns, page configurations, and navigation structures.

Can I extend the Inertia scaffold with optional frontend scripts and references?

Yes, you can extend the Inertia scaffold with optional references and scripts to add extra frontend capabilities and assets beyond the standard generated pages and forms.

Is there a way to standardize admin panel creation for Goravel using Inertia?

Standardizing admin panel creation for Goravel using Inertia is achieved by generating consistent page controllers, routing, navigation, and page config scaffolds for each entity.