Brave Boost installs Brave AI guidelines and skills into the coding agents you use (Claude Code, Cursor, GitHub Copilot), so they follow Brave ecosystem conventions in your project.
-
Add to the
repositoriessection ofcomposer.json:{ "type": "vcs", "url": "git@github.com:yardinternet/brave-boost.git" } -
Install:
composer require yard/brave-boost
-
Discover the package:
wp acorn package:discover
wp acorn boost:installWrites guidelines and skills for all supported agents. Re-run any time to update (e.g. after composer update).
| Flag | Effect |
|---|---|
--no-guidelines |
Skip writing AI guidelines |
--no-skills |
Skip installing skills |
--path= |
Override project root (defaults to git root) |
| Agent | Guidelines | Skills |
|---|---|---|
| Claude Code | CLAUDE.md |
.claude/skills/ |
| Cursor | .cursor/rules/brave-boost.mdc |
— |
| GitHub Copilot | .github/copilot-instructions.md |
— |
Guidelines are written inside <brave-boost-guidelines> markers — content outside the markers is preserved. Add these files to .gitignore:
CLAUDE.md
.cursor/rules/brave-boost.mdc
.github/copilot-instructions.md
.claude/skills/brave-*/wp acorn vendor:publish --provider="Yard\Brave\Boost\BoostServiceProvider"project_root— override where files are written. Defaults to the nearest.gitancestor.skills.exclude— skill names to skip.