Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superpowers Laravel

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.

Installation

claude plugins add superpowers-laravel

Manual install (git clone)

git clone https://github.com/dev-toolings/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.

Fallback: symlink skills (if plugin skills don’t load)

ln -s ~/.claude/plugins/superpowers-laravel/skills/migrations ~/.claude/skills/laravel-migrations

Then call:

Use the skill laravel:migrations

Troubleshooting (Unknown skill)

If you see Unknown skill:

  1. Restart Claude Code.
  2. Run What skills are available? to confirm the plugin is loaded.
  3. Ensure enabledPlugins includes superpowers-laravel@custom in both configs.
  4. Use the fallback symlink if the plugin still does not expose skills.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages