PHPackages                             sandermuller/package-boost - 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. sandermuller/package-boost

ActiveLibrary

sandermuller/package-boost
==========================

AI-assisted development tooling for Laravel package developers

0.2.0(yesterday)1226↑1572.6%MITPHPPHP ^8.2CI passing

Since Apr 6Pushed yesterdayCompare

[ Source](https://github.com/SanderMuller/package-boost)[ Packagist](https://packagist.org/packages/sandermuller/package-boost)[ Docs](https://github.com/sandermuller/package-boost)[ RSS](/packages/sandermuller-package-boost/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (19)Versions (5)Used By (0)

Package Boost
=============

[](#package-boost)

AI tooling for Laravel package developers. Bridges the gap between [Laravel Boost](https://laravel.com/docs/boost) (designed for applications) and package development with [Orchestra Testbench](https://packages.tools/testbench).

What It Does
------------

[](#what-it-does)

- Syncs `.ai/skills/` to `.claude/skills/` and `.github/skills/` so Claude Code, GitHub Copilot, and Codex can use them
- Syncs `.ai/guidelines/` into `CLAUDE.md`, `AGENTS.md`, and `.github/copilot-instructions.md`
- Generates `.mcp.json` pointing to `vendor/bin/testbench boost:mcp` when Boost is installed
- Ships a `package-development` skill that teaches AI agents how to work with Testbench

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

[](#installation)

```
composer require sandermuller/package-boost --dev
```

Add the service provider to your `testbench.yaml`:

```
providers:
  - SanderMuller\PackageBoost\PackageBoostServiceProvider
```

Usage
-----

[](#usage)

### 1. Create your skills and guidelines

[](#1-create-your-skills-and-guidelines)

```
.ai/
├── guidelines/
│   └── my-conventions.md
└── skills/
    └── my-skill/
        └── SKILL.md

```

### 2. Sync to agent directories

[](#2-sync-to-agent-directories)

```
vendor/bin/testbench package-boost:sync
```

### 3. Commit the generated files

[](#3-commit-the-generated-files)

The sync copies your `.ai/` files to the directories each AI tool expects. Commit both the source (`.ai/`) and the generated files (`.claude/`, `.github/`, `CLAUDE.md`, `AGENTS.md`).

### Selective sync

[](#selective-sync)

```
vendor/bin/testbench package-boost:sync --skills
vendor/bin/testbench package-boost:sync --guidelines
vendor/bin/testbench package-boost:sync --mcp
```

### Composer script

[](#composer-script)

```
{
    "scripts": {
        "sync-ai": "vendor/bin/testbench package-boost:sync"
    }
}
```

With Laravel Boost
------------------

[](#with-laravel-boost)

When `laravel/boost` is also installed as a dev dependency, you get:

- **MCP server** — `package-boost:sync --mcp` generates the correct `.mcp.json` config
- **Doc search** — Boost's `search-docs` tool works out of the box via Testbench
- **Auto-discovered skill** — the `package-development` skill ships via `resources/boost/skills/` and is picked up by Boost automatically

How It Differs from Boost
-------------------------

[](#how-it-differs-from-boost)

BoostPackage Boost**For**Laravel applicationsLaravel packages**Runs via**`php artisan``vendor/bin/testbench`**Discovers skills**From app + vendor packagesFrom `.ai/` directory**Generates guidelines**Composes from installed packagesCopies your markdown files**MCP server**Built-inDelegates to Boost when installedLicense
-------

[](#license)

MIT

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance100

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

1d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/abeb7bd51fd77656b4133bdcdf4eca99cc8b495b83ca72f63674ff15f2b72a39?d=identicon)[SanderMuller](/maintainers/SanderMuller)

---

Top Contributors

[![SanderMuller](https://avatars.githubusercontent.com/u/9074391?v=4)](https://github.com/SanderMuller "SanderMuller (12 commits)")

---

Tags

laravelaiboostpackage-developmentTestBench

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/sandermuller-package-boost/health.svg)

```
[![Health](https://phpackages.com/badges/sandermuller-package-boost/health.svg)](https://phpackages.com/packages/sandermuller-package-boost)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M675](/packages/barryvdh-laravel-ide-helper)[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.4k10.6M270](/packages/laravel-boost)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[laravel/ai

The official AI SDK for Laravel.

732506.3k60](/packages/laravel-ai)[neuron-core/neuron-laravel

Official Neuron AI Laravel SDK.

10710.0k](/packages/neuron-core-neuron-laravel)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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