using-laravel-superpowers

Select the correct Laravel runner and apply cross-platform workflow guidance.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Patkik/Multi-tenant-SaaS-Catering-V2 --skill using-laravel-superpowers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-laravel-superpowers
Source: https://github.com/Patkik/Multi-tenant-SaaS-Catering-V2/tree/main/.agents/skills/using-laravel-superpowers
Command: npx skills add https://github.com/Patkik/Multi-tenant-SaaS-Catering-V2 --skill using-laravel-superpowers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps Laravel developers select the appropriate runner (Sail vs non-Sail) and apply platform-agnostic, safe workflows across projects.

Core Features & Use Cases

  • Guidance on runner selection, environment setup, and avoiding common pitfalls in Laravel projects.
  • A curated set of workflows for testing, migrations, factories, queues, and architecture patterns.
  • Use Case: Start a new Laravel app and immediately apply the recommended runner and workflows for portability.

Quick Start

Run the Laravel Superpowers skill to determine the correct runner and apply the recommended workflows to your Laravel project.

Frequently Asked Questions about using-laravel-superpowers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose between Laravel Sail and non-Sail runners for my project?

To choose between Laravel Sail and non-Sail runners, you evaluate your environment setup and project requirements to select the correct platform-agnostic runner for safe workflow execution.

What is the best way to run Laravel tests and migrations safely across different environments?

The best way to run Laravel tests and migrations safely is by applying platform-agnostic workflows that use the correct runner detection tips and command pairs to prevent environment-specific failures.

Does this Laravel workflow guidance apply to existing projects or only new applications?

This Laravel workflow guidance applies to both new and existing projects, providing runner selection and architecture patterns for queues, factories, and tests regardless of project age.

How do I set up a new Laravel app with safe workflows and portability?

To set up a new Laravel app with safe workflows, you run the runner selection process to determine Sail or non-Sail compatibility and immediately apply the recommended testing and architecture patterns.

Can I use Laravel Sail workflows for queues and factory generation?

Yes, you can use these Laravel workflows for queues and factories, as the guidance covers platform-agnostic command pairs and safety notes for these specific architectural components.