thecodingend

11 mods across 1 repository, 5 stars between them.

impeccable

01

thecodingend/rails-starter

Skill Claude CodeCodex

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states.…

5 7d ago A 189 tokens copy · 80% MIT

thecodingend/rails-starter

Skill Claude CodeCodex

Server-driven architecture patterns for Inertia Rails + React. Load this FIRST when building any Inertia page or feature — it routes to the right skill. Decision matrix for data loading, forms, navigation, state management. NEVER useEffect+fetch, NEVER redirectto for external URLs (use inertialocation), NEVER…

5 7d ago A 126 tokens copy · 100% MIT

thecodingend/rails-starter

Skill Claude CodeCodex

ALWAYS render inertia: { key: data } to pass data as props — instance variables are NOT auto-passed (only alba-inertia does that). Rails controller patterns for Inertia.js: render inertia, prop types (defer, optional, merge, scroll), shared data, flash, PRG redirects, validation errors. Use when writing controllers…

5 7d ago A 111 tokens copy · 100% MIT

inertia-rails-forms

04

thecodingend/rails-starter

Skill Claude CodeCodex

Full-stack form handling for Inertia Rails: create, edit, delete, multi-step wizard, and file upload forms with validation errors and progress tracking. React examples inline; Vue and Svelte equivalents in references. Use when building any form, handling file uploads, multi-step forms, client-side validation, or…

5 7d ago A 96 tokens copy · 100% MIT

inertia-rails-pages

05

thecodingend/rails-starter

Skill Claude CodeCodex

Page components, persistent layouts, Link/router navigation, Head, Deferred, WhenVisible, InfiniteScroll, and URL-driven state for Inertia Rails. React examples inline; Vue and Svelte equivalents in references. Use when building pages, adding navigation, implementing persistent layouts, infinite scroll, lazy-loaded…

5 7d ago A 86 tokens copy · 100% MIT

inertia-rails-setup

06

thecodingend/rails-starter

Skill Claude CodeCodex

One-time project initializer for Inertia Rails skills. Detects stack and frontend framework (React/Vue/Svelte) from Gemfile and package.json, offers to install recommended deps (alba-inertia, js-routes, pagy, shadcn), and generates a CLAUDE.md section that configures which skill patterns apply. Use when first…

5 7d ago A 98 tokens copy · 100% MIT

thecodingend/rails-starter

Skill Claude CodeCodex

Testing Inertia Rails responses with RSpec and Minitest: component assertions, prop matching, flash verification, deferred props, and partial reload helpers. Use when writing controller specs, request specs, or integration tests for Inertia pages. ALWAYS use matchers (rendercomponent, haveprops, haveflash), NOT direct…

5 7d ago A 128 tokens copy · 100% MIT

thecodingend/rails-starter

Skill Claude CodeCodex

TypeScript type safety for Inertia Rails (React, Vue, Svelte): shared props, flash, and errors via InertiaConfig module augmentation in globals.d.ts. Use when setting up TypeScript types, configuring shared props typing, fixing TS2344 or TS2339 errors in Inertia components, or adding new shared data.

5 7d ago A 74 tokens copy · 100% MIT

shadcn-inertia

09

thecodingend/rails-starter

Skill Claude CodeCodex

Skill "shadcn-inertia" from thecodingend/rails-starter, covering shadcn/ui for inertia rails, key differences from next.js defaults, setup, shadcn inputs in inertia and dialog with inertia navigation.

5 7d ago A 95 tokens copy · 100% MIT

thecodingend/rails-starter

Instructions file CodexOpenCode

Instructions for thecodingend/rails-starter, covering app context, inertia rails stack, coding style, review handoff and rails preferences.

5 7d ago A 1,060 tokens original MIT

thecodingend/rails-starter

Instructions file

Instructions for thecodingend/rails-starter, covering app context, inertia rails stack, coding style, review handoff and rails preferences.

5 7d ago A 1,060 tokens copy · 100% MIT