sandermuller/package-boost-php

AI agent skills for framework-agnostic Composer package authors. Pairs with sandermuller/boost-core for sync to nine AI agents.

Maintainers

Package info

github.com/SanderMuller/package-boost-php

Homepage

Type:composer-plugin

pkg:composer/sandermuller/package-boost-php

Statistics

Installs: 17

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 0

0.3.1 2026-05-18 13:15 UTC

This package is auto-updated.

Last update: 2026-05-18 16:10:35 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads License

AI agent skills for framework-agnostic Composer package authors. Ships five package-author skills (readme, release-notes, upgrading, lean-dist, skill-authoring) plus two commands: package-boost-php:lean (validates .gitattributes excludes non-shipping paths) and package-boost-php:gitattributes (maintains the # >>> package-boost (managed) >>> block, preserving foreign lines added by other tools).

Install

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

Usage

composer boost:install   # interactive picker: agents + vendor allowlist (auto-generates boost.php on first run)
vendor/bin/boost sync      # fan out skills + guidelines to selected agents

composer package-boost-php:lean            # validate .gitattributes
composer package-boost-php:gitattributes   # sync the managed block

Generated agent dirs are added to .gitignore automatically and regenerated on every composer install — edit .ai/ only. Set BOOST_SKIP_AUTOSYNC=1 to disable.

License

MIT. See LICENSE.