Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By MakFly
A Laravel 12 focused toolkit for Claude Code providing Actions architecture, Pest testing, Eloquent patterns, queues, caching, validation, and API resources.
npx claudepluginhub makfly/superpowers-laravelGenerate API Resource
Generate controller with request validation
Generate factory for model
Generate queued job
Generate Livewire component
Strengthen Laravel validation/auth/authorization boundaries with explicit failure-safe implementation patterns. Use for api authentication tasks.
Apply production-grade Laravel architecture and execution discipline for focused, low-risk delivery. Use for api resources tasks.
Apply production-grade Laravel architecture and execution discipline for focused, low-risk delivery. Use for bootstrap check tasks.
Apply production-grade Laravel architecture and execution discipline for focused, low-risk delivery. Use for brainstorming tasks.
Implement reliable Laravel async workflows (queues/events/cache) with idempotency and failure handling. Use for cache strategies tasks.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Specialized Claude Code subagents and skills for Laravel development — architecture, Eloquent, API, testing, security, performance, debugging, and more.
Laravel-focused skills for Claude Code: TDD (Pest/PHPUnit), migrations, queues, quality checks (Pint/Insights), and pragmatic architecture patterns — Sail and non-Sail compatible.
Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.
Expert Laravel 12 + PHP 8.5 with SOLID principles, Eloquent, Livewire, and comprehensive documentation
Production-grade rules and workflows for Laravel REST APIs built with essa/api-tool-kit. 21 rule files and 8 guided workflows covering every layer of a Laravel API including DDD support.
Agents and skills for PHP / Laravel development
A Symfony-focused toolkit for Claude Code providing TDD (Pest/PHPUnit), Doctrine ORM, API Platform, Messenger, Voters, quality checks (PHP-CS-Fixer/PHPStan), and pragmatic architecture patterns - Docker Compose and Symfony Docker (FrankenPHP) compatible
GLM (4.7/5) expert subagents for Claude Code via Z.AI API. Five specialized experts: Architect, Plan Reviewer, Scope Analyst, Code Reviewer (EN/FR/CN), Security Analyst.
A Laravel 12 focused toolkit for Claude Code providing Actions architecture, Pest testing, Eloquent patterns, queues, caching, validation, and API resources.
Complexity tiers: See docs/complexity-tiers.md for simple/medium/complex examples and how to adapt output.
claude plugins add superpowers-laravel
git clone https://github.com/MakFly/superpowers-laravel.git ~/.claude/plugins/superpowers-laravel
Enable the plugin in both configs (Claude + GLM):
// ~/.claude/settings.json
{
"enabledPlugins": {
"superpowers-laravel@custom": true
}
}
// ~/.claude-glm/.claude.json
{
"enabledPlugins": {
"superpowers-laravel@custom": true
}
}
Restart Claude Code.
ln -s ~/.claude/plugins/superpowers-laravel/skills/migrations ~/.claude/skills/laravel-migrations
Then call:
Use the skill laravel:migrations
If you see Unknown skill:
What skills are available? to confirm the plugin is loaded.enabledPlugins includes superpowers-laravel@custom in both configs.