0093-laravel-using-laravel-superpowers

Select Sail or host runner and map Laravel superpowers workflows for tests, migrations, quality, and queues.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MrJmpl3/codex_____data_____configuration --skill 0093-laravel-using-laravel-superpowers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 0093-laravel-using-laravel-superpowers
Source: https://github.com/MrJmpl3/codex_____data_____configuration/tree/main/skills/0093-laravel-using-laravel-superpowers
Command: npx skills add https://github.com/MrJmpl3/codex_____data_____configuration --skill 0093-laravel-using-laravel-superpowers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents confusion and command churn in Laravel repos by guiding you to consistently run the correct tooling depending on whether Sail is available.

Core Features & Use Cases

  • Runner selection (Sail vs non-Sail): Uses a minimal alias pattern so the same workflow works in both environments.
  • Core Laravel workflow mapping: Recommends well-scoped superpowers skills for tests (TDD), migrations/factories, quality gates (Pint, Insights/PHPStan), queues/Horizon, and maintainable architecture patterns (ports/adapters, template-method/plugins).
  • Platform-agnostic application: Helps you adopt Laravel guidance without locking your thinking or workflows to a specific platform.

Quick Start

Ask an AI to “use 0093-laravel-using-laravel-superpowers to choose Sail when available, otherwise use the host, and then list the recommended superpowers skills for tests, migrations, quality checks, and queues in this Laravel project.”

Frequently Asked Questions about 0093-laravel-using-laravel-superpowers

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

FAQPage Schema
How do I run Laravel commands consistently with or without Sail?

To run Laravel commands consistently, you can use a wrapper alias that selects the correct runner, automatically routing commands through Sail when available or falling back to the host environment to prevent command churn.

What's the best way to organize Laravel testing and migration workflows?

Organizing Laravel workflows involves mapping specific tasks to well-scoped skills, applying targeted superpowers for TDD tests, database migrations, and factory generation to ensure maintainable architecture and reliable development cycles.

Can I apply Laravel quality checks and queues without locking into a specific platform?

Yes, you can apply Laravel quality checks and queues platform-agnostically by using a Sail/non-Sail runner strategy, ensuring your tooling for Pint, PHPStan, and Horizon remains flexible and avoids environment lock-in.

How do I set up Laravel quality gates for Pint and PHPStan?

Setting up Laravel quality gates involves applying recommended superpowers skills that map directly to static analysis and formatting tools, enforcing code quality standards across your project using the correct command runner.

Does this approach support Laravel architecture patterns like ports and adapters?

Yes, the approach supports maintainable Laravel architecture patterns like ports, adapters, and template-method plugins by providing clear guidance on structuring your application alongside standard testing and workflow automation.