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.gitattributesexcludes non-shipping paths) andpackage-boost-php:gitattributes(maintains the# >>> package-boost (managed) >>>block, preserving foreign lines added by other tools).
composer require --dev sandermuller/package-boost-phpcomposer 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 blockGenerated agent dirs are added to .gitignore automatically and regenerated on every composer install — edit .ai/ only. Set BOOST_SKIP_AUTOSYNC=1 to disable.
MIT. See LICENSE.