PHPackages                             hocvt/laravel-boost-as-skills - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. hocvt/laravel-boost-as-skills

ActiveLibrary

hocvt/laravel-boost-as-skills
=============================

Exposes all Laravel Boost MCP tools as an agent skill and provides a boost:tool CLI command for agent use without MCP.

v1.0.1(1mo ago)14↓66.7%MITPHPPHP ^8.2

Since Jul 17Pushed 1mo agoCompare

[ Source](https://github.com/vuthaihoc/laravel-boost-as-skills)[ Packagist](https://packagist.org/packages/hocvt/laravel-boost-as-skills)[ Docs](https://github.com/hocvt/laravel-boost-as-skills)[ RSS](/packages/hocvt-laravel-boost-as-skills/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

laravel-boost-as-skills
=======================

[](#laravel-boost-as-skills)

Exposes all [Laravel Boost](https://laravel.com/docs/13.x/boost) MCP tools as an **agent skill** and provides a `boost:tool` Artisan command — so AI agents can call Boost tools via the command line without needing MCP active.

Installation
------------

[](#installation)

```
composer require hocvt/laravel-boost-as-skills --dev
```

Laravel's auto-discovery will register the service provider automatically.

Then run Boost's install or update command to publish the skill:

```
# First install
php artisan boost:install

# Or if you already have Boost installed, discover new skills
php artisan boost:update --discover
```

What this package provides
--------------------------

[](#what-this-package-provides)

### 1. `boost:tool` Artisan Command

[](#1-boosttool-artisan-command)

A CLI bridge for all Boost MCP tools, enabling agent use without an active MCP connection:

```
php artisan boost:tool application-info
php artisan boost:tool database-schema --summary
php artisan boost:tool database-query --query="SELECT id, email FROM users LIMIT 5"
php artisan boost:tool get-absolute-url --path=/dashboard
php artisan boost:tool search-docs --queries='["livewire wire:model"]'
php artisan boost:tool read-log-entries --entries=10
php artisan boost:tool last-error
php artisan boost:tool browser-logs --entries=20
php artisan boost:tool tinker --code='User::count()'
php artisan boost:tool record-rule --glob="app/Models/**" --title="..." --note="..."
php artisan boost:tool database-connections
```

Run `php artisan boost:tool --help` or pass any unknown tool name to see all available tools.

### 2. `laravel-boost` Agent Skill

[](#2-laravel-boost-agent-skill)

The package ships a `resources/boost/skills/laravel-boost/SKILL.md` file that Boost auto-discovers. This skill teaches AI agents:

- When and how to use each Boost tool
- CLI syntax for every tool option
- Best practices (e.g. always run `database-schema --summary` first, then filter)

Available Tools
---------------

[](#available-tools)

ToolDescription`application-info`PHP/Laravel versions + all installed packages`browser-logs`Last N entries from `storage/logs/browser.log``database-connections`List configured DB connections`database-query`Execute read-only SQL (SELECT, SHOW, EXPLAIN…)`database-schema`Tables, columns, indexes, foreign keys`get-absolute-url`Resolve absolute URL from path or named route`last-error`Last backend error/exception from logs`read-log-entries`Last N entries from `storage/logs/laravel.log``record-rule`Write a durable project rule to `.ai/``search-docs`Search version-specific Laravel ecosystem docs`tinker`Execute PHP in app context (requires config opt-in)Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 11, 12, or 13
- `laravel/boost` installed

License
-------

[](#license)

MIT

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance90

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

46d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2509658?v=4)[Stupid Dev](/maintainers/vuthaihoc)[@vuthaihoc](https://github.com/vuthaihoc)

---

Top Contributors

[![vuthaihoc](https://avatars.githubusercontent.com/u/2509658?v=4)](https://github.com/vuthaihoc "vuthaihoc (2 commits)")

---

Tags

antigravitylaravellaravel-boostmcplaravelmcpaiagentsskillsboost

### Embed Badge

![Health badge](/badges/hocvt-laravel-boost-as-skills/health.svg)

```
[![Health](https://phpackages.com/badges/hocvt-laravel-boost-as-skills/health.svg)](https://phpackages.com/packages/hocvt-laravel-boost-as-skills)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.1k6.4M362](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

80732.6M276](/packages/laravel-mcp)[laravel/sail

Docker files for running a basic Laravel application.

1.9k220.0M1.5k](/packages/laravel-sail)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.6k31.1M895](/packages/laravel-boost)[propaganistas/laravel-disposable-email

Disposable email validator

6093.4M10](/packages/propaganistas-laravel-disposable-email)[spatie/laravel-health

Monitor the health of a Laravel application

89313.5M196](/packages/spatie-laravel-health)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
