Laravel BIR REGON ships an optional agent skill for Laravel Boost. The skill gives supported AI coding agents package-specific instructions without loading the complete documentation into every conversation.
The bir-regon-development skill describes:
spatie/laravel-data responsesThe source is distributed with the package at:
resources/boost/skills/bir-regon-development/SKILL.md
Laravel Boost is a development dependency of the consuming application, not a runtime dependency of Laravel BIR REGON:
composer require laravel/boost --dev
php artisan boost:install
During installation, select skills and the AI agents used by the project. Boost detects the package through Composer and offers its skill for installation.
When Laravel BIR REGON is added after Boost has already been configured, scan the application for newly available package resources:
php artisan boost:update --discover
Use the regular update command later to refresh resources that are already installed:
php artisan boost:update
The skill does not affect application execution, API requests, or production dependencies. Projects that do not use AI coding agents can ignore it. The PHP package API remains fully documented in this directory.
Continue with Basic usage.