add-agenteq-to-boost-project
Installation
SKILL.md
Adding agenteq to a Laravel Boost Project
1. What this produces
.ai/GUIDELINES.mdholding only hand-authored project guidance. It never holds Boost's own<laravel-boost-guidelines>block..ai/mcp/<name>/config.jsonfor every MCP server already configured for any agent. This includes.ai/mcp/laravel-boost/config.jsonwhen Boost's own MCP server is in use..ai/commands/**for every command file already configured for any agent. Boost has no commands feature. Every command file found here is hand-authored, agent-native content..ai/skills/,.ai/guidelines/, and.ai/rulesleft exactly as Boost put them. These are Boost's own canonical directories. They are not agenteq's. agenteq detectsboost.json'sskillsfield on its own and drops theskillscapability from its sync for this project. Skills stay entirely under Boost's own management.- An
agenteq.jsonfile recording the chosen agents and capabilities. The capabilities aremcp,commands, andguidelines. They do not includeskills. - Every generated per-agent file git ignored. This includes Boost's own per-agent files, wherever they were not already git ignored.
- Boost's own composer
post-install-cmd/post-update-cmdwiring extended to runnpx agenteq sync --yesright after Boost's own command, when that wiring already exists. - Any existing git hook that already calls Boost, extended the same way.
2. Confirm this is a Boost project
Check for boost.json at the project root. It must parse as JSON with at least an agents array. For example: