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

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Laravel monitoring that doesn't bill you by your traffic image

Laravel monitoring that doesn't bill you by your traffic

Read article
Mock PHP Classes in Tests With the Double Library image

Mock PHP Classes in Tests With the Double Library

Read article
Laravel Discount: Coupon Codes, Usage Limits, and Stacking image

Laravel Discount: Coupon Codes, Usage Limits, and Stacking

Read article
Laravel Truss: Live Interactive Database ER Diagrams image

Laravel Truss: Live Interactive Database ER Diagrams

Read article
Laravel artisan dev: Run Server, Queue, Logs, and Vite image

Laravel artisan dev: Run Server, Queue, Logs, and Vite

Read article
Validate and Convert HEIC Images in Laravel image

Validate and Convert HEIC Images in Laravel

Read article