inertia-page

Generate an Inertia index page component for a Goravel entity.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of a ready-to-use Inertia index page component for Goravel entities, reducing boilerplate and speeding UI development.

Core Features & Use Cases

  • Generates an Index.tsx page that uses the CrudPage wrapper, i18n hooks, responsive columns, and section imports.
  • Supports entity-specific translation namespaces and consistent admin UI patterns across projects.

Quick Start

Run the code generator with your entity name to create the Index.tsx page.

Frequently Asked Questions about inertia-page

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

FAQPage Schema
How do I scaffold a React index page for a Goravel entity using Inertia.js?

To scaffold a React index page for a Goravel entity, this generator creates an Index.tsx component using the CrudPage wrapper, i18n hooks, and responsive columns to reduce boilerplate.

What is the best way to generate a CRUD UI for a Goravel backend with React?

Generating a CRUD UI for a Goravel backend is handled by scaffolding an Inertia.js index page that enforces an i18n-aware configuration and consistent admin interface patterns automatically.

Can I use this to add i18n translation namespaces to my Inertia.js CRUD pages?

Yes, you can add i18n translation namespaces to your Inertia.js CRUD pages. The scaffolding enforces an i18n-aware configuration with aligned translation namespaces to ensure project consistency.

Does the Inertia index page scaffolding require specific dependencies for Goravel?

The Inertia index page scaffolding targets projects using a Goravel backend with React and Inertia.js. It generates a CrudPage-based structure without requiring external component dependencies.

How do I create a responsive admin interface with Goravel and Inertia.js?

To create a responsive admin interface with Goravel and Inertia.js, the generator outputs an Index.tsx page with responsive columns and section imports that align with your entity translations.