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

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
Eloquent Refreshes: Load Generated Columns After Save image

Eloquent Refreshes: Load Generated Columns After Save

Read article
Laravel AI SDK 1.0 Adds Classification and Tool Approvals image

Laravel AI SDK 1.0 Adds Classification and Tool Approvals

Read article
Tagged Memoized Cache and Model Refreshes in Laravel 13.33 image

Tagged Memoized Cache and Model Refreshes in Laravel 13.33

Read article
Laravel Live Denmark 2026 Talks Are Now on YouTube image

Laravel Live Denmark 2026 Talks Are Now on YouTube

Read article
Live Stream: Building a Social Network in PHP in 48 Hours image

Live Stream: Building a Social Network in PHP in 48 Hours

Read article
Health for Laravel: Kubernetes Probes and Prometheus Metrics image

Health for Laravel: Kubernetes Probes and Prometheus Metrics

Read article