https://github.com/yardinternet/brave-boost
Package that accelerates AI-assisted development for Brave by providing context and structure.
https://github.com/yardinternet/brave-boost
Last synced: about 4 hours ago
JSON representation
Package that accelerates AI-assisted development for Brave by providing context and structure.
- Host: GitHub
- URL: https://github.com/yardinternet/brave-boost
- Owner: yardinternet
- License: mit
- Created: 2026-06-17T13:07:45.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2026-06-18T08:04:37.000Z (10 days ago)
- Last Synced: 2026-06-18T09:22:04.388Z (10 days ago)
- Language: PHP
- Size: 106 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Brave Boost
[](https://github.com/yardinternet/brave-boost/actions/workflows/format-php.yml)
[](https://github.com/yardinternet/brave-boost/actions/workflows/phpstan.yml)
[](https://github.com/yardinternet/brave-boost/actions/workflows/run-tests.yml)
[](https://github.com/yardinternet/brave-boost/actions/workflows/badges.yml)
[](https://github.com/yardinternet/brave-boost/actions/workflows/badges.yml)
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.
## Installation
1. Add to the `repositories` section of `composer.json`:
```json
{
"type": "vcs",
"url": "git@github.com:yardinternet/brave-boost.git"
}
```
2. Install:
```sh
composer require yard/brave-boost
```
3. Discover the package:
```shell
wp acorn package:discover
```
## Usage
```shell
wp acorn boost:install
```
Writes guidelines and skills for all supported agents. Re-run any time to update (e.g. after `composer update`).
### Options
| Flag | Effect |
| --- | --- |
| `--no-guidelines` | Skip writing AI guidelines |
| `--no-skills` | Skip installing skills |
| `--path=` | Override project root (defaults to git root) |
### What gets written
| 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 `` markers — content outside the markers is preserved. Add these files to `.gitignore`:
```gitignore
CLAUDE.md
.cursor/rules/brave-boost.mdc
.github/copilot-instructions.md
.claude/skills/brave-*/
```
### Configuration
```shell
wp acorn vendor:publish --provider="Yard\Brave\Boost\BoostServiceProvider"
```
- `project_root` — override where files are written. Defaults to the nearest `.git` ancestor.
- `skills.exclude` — skill names to skip.
## About us
[](https://www.yard.nl/werken-bij/)