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 Architecture

Inertia Rails Architecture

Editor's Note

This is the entry point for any Inertia Rails project. It's a decision matrix that stops you from reaching for SPA patterns that break Inertia's server-driven model. The core insight is simple: the server owns routing, data, and auth; React just renders. So no useEffect fetching, no React Query, no client-side routing. Instead you get a lookup table for common needs (forms, navigation, data refresh) and which Inertia primitive solves each one. Load this first when building features, then it routes you to the specific skill you need. The rules section is worth scanning even if you've used Inertia before, especially the bit about why fetch breaks CSRF and error handling that the Form component handles automatically.

Install

npx skills add https://github.com/inertia-rails/skills --skill inertia-rails-architecture
Votes
0
Installs242
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