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-laravelgit clone https://github.com/dev-toolings/superpowers-laravel.git ~/.claude/plugins/superpowers-laravelEnable 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-migrationsThen call:
Use the skill laravel:migrations
If you see Unknown skill:
- Restart Claude Code.
- Run
What skills are available?to confirm the plugin is loaded. - Ensure
enabledPluginsincludessuperpowers-laravel@customin both configs. - Use the fallback symlink if the plugin still does not expose skills.