Skip to content

yardinternet/brave-boost

Repository files navigation

Brave Boost

Code Style PHPStan Tests Code Coverage Badge Lines of Code Badge

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:

    {
      "type": "vcs",
      "url": "git@github.com:yardinternet/brave-boost.git"
    }
  2. Install:

    composer require yard/brave-boost
  3. Discover the package:

    wp acorn package:discover

Usage

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 <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-*/

Configuration

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

banner

About

Package that accelerates AI-assisted development for Brave by providing context and structure.

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors