CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. inertia-rails
  4. /
  5. skills
  6. /
  7. Inertia Rails Controllers

Inertia Rails Controllers

Editor's Note

This covers the Rails controller side of Inertia.js apps, focusing on the patterns that trip people up. The big one: instance variables don't automatically become props unless you're using alba-inertia, so you have to explicitly render inertia with a hash of data. It walks through prop types like defer (for slow queries that load after initial render), optional (for partial reloads), and once (for reference data). The external redirect trap is good to know: redirect_to breaks for Stripe or OAuth callbacks because Inertia tries to parse the 302 as JSON, so you need inertia_location instead. Also covers shared data setup, flash message config, and validation error handling with errors.to_hash instead of full_messages so your frontend can map errors to form fields.

Install

npx skills add https://github.com/inertia-rails/skills --skill inertia-rails-controllers
Votes
0
Installs220
GitHub Stars55
Categories
PHP & Laravel
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related PHP & Laravel Skills

View all →
laravel-inertia-react

asyrafhussin/agent-skills

0
696
39
laravel inertia react
spatie-laravel-php

spatie/guidelines-skills

0
383
86
spatie laravel php
laravel-specialist

jeffallan/claude-skills

0
14.9k
9.6k
Build and configure Laravel 10+ applications with Eloquent models, Sanctum auth, queues, and Livewire components.
php-pro

jeffallan/claude-skills

0
10.1k
9.6k
Modern PHP development with strict typing, enterprise patterns, and framework expertise across Laravel and Symfony.
wp-phpstan

wordpress/agent-skills

0
1.3k
1.6k
wp phpstan
eloquent-best-practices

iserter/laravel-claude-agents

0
1k
40
eloquent best practices