AI agent skills for PHP application developers (any framework or none). Ships five opinionated skills — DDD layering, dependency injection, repository pattern, domain modeling, and legacy-coexistence in PHP 7.x→8.x codebases — plus a framework-agnostic foundation guideline. No PHP code, no commands of its own; depends on
sandermuller/boost-corefor the sync mechanism.
composer require --dev sandermuller/project-boostcomposer boost:install # interactive picker: agents + vendor allowlist
# auto-generates boost.php on first run
# project-boost is pre-checked (first-party)
vendor/bin/boost sync # fan out skills + guideline to selected agentsAfter boost:install, the five shipped skills land in your selected agent skill directories (.claude/skills/, .cursor/skills/, etc.) and the foundation guideline is merged into each agent's guidelines file (CLAUDE.md, etc.). Edit .ai/ to override either in your own project.
Generated agent dirs are added to .gitignore automatically and regenerated on every composer install — edit .ai/ only. Set BOOST_SKIP_AUTOSYNC=1 to disable the auto-regen.
MIT. See LICENSE.