inertia-page-config

Generate i18n-aware Inertia page configurations for Goravel entities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the creation of consistent, i18n-aware page configurations for Goravel entities, enabling uniform filters, stats, actions, and bulk operations across admin interfaces.

Core Features & Use Cases

  • i18n-aware Simple Filters: provide language-aware, badge-driven filters for entity lists.
  • Stats Cards & Page Actions: standardize summary metrics and common admin actions (export/import, etc.).
  • Bulk & Detail Workflow: support bulk delete and per-entity actions with consistent UX across pages.

Quick Start

Provide the EntityName to generate the ready-to-use Inertia page config for that entity.

Frequently Asked Questions about inertia-page-config

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

FAQPage Schema
How do I generate an i18n-aware Inertia page configuration for a Goravel entity?

Generate an Inertia page configuration by providing the EntityName to produce a TypeScript module template with t-function translations, standard CRUD utilities, filters, stats cards, and bulk operations.

How do I add bulk actions and filters to an admin UI using Inertia and Goravel?

Add bulk actions and filters by using the generated TypeScript page config template, which standardizes badge-driven filters, bulk deletes, and per-entity actions across Goravel admin interfaces.

Can I use this page config generator for admin dashboards that need stats cards and page actions?

Yes, the page config generator targets admin UI pages and standardizes summary metric stats cards alongside common page actions like export and import for Goravel entities.

Does the generated Goravel page configuration support TypeScript?

Yes, the generated page configuration exposes a TypeScript module template that relies on t-function translations and standard CRUD utilities for straightforward integration.

What is the best way to standardize translations across multiple Inertia admin pages in Goravel?

Standardize translations by generating an i18n-aware Inertia page configuration that utilizes t-function translations to provide language-aware filters and consistent UX across all entity pages.

Why do I need an i18n-aware page config for my Goravel admin interface?

An i18n-aware page config automates consistent, language-aware page configurations, ensuring uniform filters, stats, actions, and bulk operations across different admin interface entities.