sandermuller/package-boost-laravel

AI agent skills for Laravel package authors. Adds Laravel-flavored skills + .mcp.json emission on top of package-boost-php.

Maintainers

Package info

github.com/SanderMuller/package-boost-laravel

Homepage

pkg:composer/sandermuller/package-boost-laravel

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

This package is auto-updated.

Last update: 2026-05-18 16:08:46 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads License

AI agent skills for Laravel package authors. Adds three Laravel-flavored skills (package-development for Testbench, cross-version-laravel-support for ^12||^13 constraints, ci-matrix-troubleshooting for resolve/floor diagnostics) plus McpJsonEmitter (writes .mcp.json when laravel/boost + orchestra/testbench are installed and Claude Code is an active agent). Inherits five framework-agnostic package-author skills from package-boost-php.

Install

composer require --dev sandermuller/package-boost-laravel

Usage

composer boost:install   # interactive picker: agents + vendor allowlist (auto-generates boost.php)
vendor/bin/boost sync      # fan out skills + guidelines to selected agents

McpJsonEmitter runs automatically during boost sync when laravel/boost + orchestra/testbench are in your dep tree and Agent::CLAUDE_CODE is in your active agents.

Generated agent dirs are added to .gitignore automatically and regenerated on every composer install — edit .ai/ only. Set BOOST_SKIP_AUTOSYNC=1 to disable.

License

MIT. See LICENSE.