inertia-rails-cookbook

Provide reusable recipes and patterns for structuring Inertia Rails apps.

36|1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/cole-robertson/inertia-rails-skills --skill inertia-rails-cookbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inertia-rails-cookbook
Source: https://github.com/cole-robertson/inertia-rails-skills/tree/main/skills/inertia-rails-cookbook
Command: npx skills add https://github.com/cole-robertson/inertia-rails-skills --skill inertia-rails-cookbook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inertia Rails projects often require repeatable patterns and recipes to speed development and ensure consistency. This skill provides curated recipes and patterns to implement modal dialogs, shadcn/ui integrations, search with filters, wizard flows, and other advanced UI patterns across Rails controllers and Inertia responses.

Core Features & Use Cases

  • Modal dialogs for Inertia Rails apps, with reusable patterns and guidelines.
  • shadcn/ui integration guidance for Rails frontends to build cohesive interfaces.
  • Search with filters and sort patterns, including URL-synced filters for inertia pages.
  • Multi-step wizard flows for onboarding and complex forms.
  • Starter kit patterns and templates to accelerate new Inertia Rails projects.

Quick Start

Use inertia-rails-cookbook to explore patterns and apply the modal dialog recipe on a sample page.

Frequently Asked Questions about inertia-rails-cookbook

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

FAQPage Schema
How do I implement modal dialogs in an Inertia Rails application?

Modal dialogs in Inertia Rails require coordinating Rails controller responses with frontend component state. This skill provides reusable recipes and templates to manage modal visibility and data passing between Rails controllers and Inertia components.

Can I integrate shadcn/ui with a Rails backend using Inertia?

Yes, you can integrate shadcn/ui with Rails frontends through Inertia. This skill offers guidance and patterns to build cohesive interfaces by mapping shadcn/ui components to Inertia responses and conventions.

What is the best way to build a multi-step wizard form in Inertia Rails?

Multi-step wizards in Inertia Rails involve managing state across navigation steps within Rails controllers and frontend components. This skill provides structured patterns for onboarding flows and complex forms to ensure consistent wizard implementation.

How do I sync URL search filters with Inertia pages in Rails?

URL-synced search filters in Inertia require binding filter and sort parameters to your Rails controller queries and frontend state. This skill provides patterns to synchronize these filters across Inertia pages for consistent search experiences.

Does this Inertia Rails cookbook provide starter kit templates?

Yes, the cookbook includes starter kit patterns and templates designed to accelerate new Inertia Rails projects. These templates enforce reusable conventions and clear examples for structuring Rails controllers and Inertia responses.