Looking to hire Laravel developers? Try LaraJobs

package-boost-laravel maintained by sandermuller

Description
AI agent skills for Laravel package authors. Adds Laravel-flavored skills + .mcp.json emission on top of package-boost-php.
Author
Last update
2026/05/23 17:49 (dev-main)
License
Downloads
13

Comments
comments powered by Disqus

package-boost-laravel

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.