sandermuller/project-boost

AI agent skills for PHP application developers. Patterns, conventions, and guidance for non-package projects.

Maintainers

Package info

github.com/SanderMuller/project-boost

Homepage

pkg:composer/sandermuller/project-boost

Statistics

Installs: 0

Dependents: 0

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:07:48 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads License

AI agent skills for PHP application developers (any framework or none). Pure skill bundle — five opinionated skills covering DDD layering, dependency injection, repository pattern, domain modeling, and legacy-coexistence in PHP 7.x→8.x codebases. No PHP code, no commands of its own; depends on sandermuller/boost-core for the sync mechanism.

Install

composer require --dev sandermuller/project-boost

Usage

composer 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 to selected agents

After boost:install, the five shipped skills land in your selected agent directories (.claude/skills/, .cursor/skills/, etc.) and you can edit .ai/skills/ to override any of them 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.

License

MIT. See LICENSE.