laravel:runner-selection
CommunitySelects the right Laravel runner.
Authormeistro57
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill ensures that Laravel commands are executed using the most appropriate environment, prioritizing Sail for consistency when available, and gracefully falling back to host system tools (PHP, Composer, Node) when Sail is not present. This prevents environment conflicts and streamlines command execution.
Core Features & Use Cases
- Environment Consistency: Automatically detects and uses Sail for a consistent development environment.
- Fallback Mechanism: Seamlessly switches to host system tools (PHP, Composer, Node) if Sail is unavailable.
- Command Aliasing: Provides paired command examples for easy transition between Sail and host execution.
- Use Case: When running
sail artisan test, this skill ensures it executes correctly whether Sail is installed or not, by usingphp artisan testas a fallback.
Quick Start
Use the laravel:runner-selection skill to run sail artisan test or php artisan test depending on Sail's availability.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: laravel:runner-selection Download link: https://github.com/meistro57/chat_bridge/archive/main.zip#laravel-runner-selection Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.