Auto-discovered marketplace from bramato/laravel-react-plugins
npx claudepluginhub bramato/laravel-react-pluginsScaffold Laravel services with the Service Provider pattern (Model, DTO, Service, Controller, Policy, Migration, Test) and build React frontends with Inertia.js. Includes spec-driven development workflow with human approval gates for complex features.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Plugins that turn Claude into a Laravel full-stack development partner. Built for Cowork, also compatible with Claude Code.
| Plugin | Description |
|---|---|
| laravel-react | Build full-stack Laravel + React applications with the Service Provider pattern and Inertia.js. Includes 15 commands and 10 skills covering scaffolding, spec-driven development, testing, debugging, code review, and deployment. |
Install plugins from claude.com/plugins.
# Add the marketplace
claude plugin marketplace add <your-org>/laravel-plugins
# Install the plugin
claude plugin install laravel-react@laravel-plugins
The laravel-react plugin provides:
15 Commands covering three areas:
| Area | Commands |
|---|---|
| Spec-Driven Workflow | /spec, /design, /plan-tasks, /implement, /commit |
| Scaffolding | /scaffold-service, /make-api, /make-component, /make-migration, /sync-types, /seed-data |
| Quality & Operations | /test, /debug, /review, /deploy |
10 Skills with deep reference material:
| Skill | What it covers |
|---|---|
spec-driven-development | Kiro workflow, EARS syntax, approval gates, spec templates |
service-provider-architecture | Model, DTO, Service, Controller, Policy patterns |
react-patterns | Inertia.js pages, component architecture, hooks, state |
api-design | RESTful conventions, pagination, filtering, Sanctum auth |
database-design | Migrations, Eloquent relationships, indexing, transactions |
auth-and-authorization | Sanctum, Policies, Gates, RBAC |
testing-strategies | Pest/PHPUnit + Vitest/RTL testing pyramid |
error-handling | Exceptions, Error Boundaries, logging |
performance-optimization | Query optimization, caching, React.memo, code splitting |
deployment-and-devops | Docker, CI/CD, Forge, Vapor, zero-downtime deploys |
See the full laravel-react README for detailed documentation.
Every plugin follows the same structure:
plugin-name/
├── .claude-plugin/plugin.json # Manifest
├── .mcp.json # Tool connections
├── CONNECTORS.md # Tool placeholder reference
├── commands/ # Slash commands you invoke explicitly
└── skills/ # Domain knowledge Claude draws on automatically
/laravel-react:scaffold-service).Everything is file-based — markdown and JSON, no code, no infrastructure, no build steps.
To add a new plugin for a different Laravel stack (e.g., laravel-vue, laravel-livewire):
.claude-plugin/marketplace.jsonPlugins are just markdown files. Fork the repo, make your changes, and submit a PR.