News

Install Laravel Package Guidelines and Skills in Boost

Published
Install Laravel Package Guidelines and Skills in Boost image

With the release of Laravel Boost v2 you can easily install community skills in your project with the boost:add-skill command. Boost also syncs these skills across all your agents automatically:

# Short format (owner/repo)
php artisan boost:add-skill vercel-labs/agent-skills
 
# Full GitHub URL
php artisan boost:add-skill https://github.com/vercel-labs/agent-skills
 
# With specific subdirectory path
php artisan boost:add-skill owner/repo/.ai/skills

Another amazing improvement is Laravel's automatic discovery of guidelines and skills within Laravel packages! Maintainers can easily add AI guidelines to their packages and Boost will automatically load package guidelines when users run boost:install after installing a package:

As a package maintainer, you can add skills in the resources/boost/skills/ folder using the following pattern:

resources/boost/skills/{skill-name}/SKILL.md

See the official documentation for more details.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Exclude Vendor and Default Commands in `php artisan dev` image

Exclude Vendor and Default Commands in `php artisan dev`

Read article
The Laracon Archive image

The Laracon Archive

Read article
Group Adjacent Collection Items in Laravel with chunkBy() image

Group Adjacent Collection Items in Laravel with chunkBy()

Read article
Laravel queue:work Now Prints Why the Worker Stopped image

Laravel queue:work Now Prints Why the Worker Stopped

Read article
Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites image

Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites

Read article
Collections chunkBy() and Storage Path Hardening in Laravel 13.30 image

Collections chunkBy() and Storage Path Hardening in Laravel 13.30

Read article