{"id":51227938,"url":"https://github.com/yardinternet/brave-boost","last_synced_at":"2026-06-28T13:01:40.174Z","repository":{"id":365645399,"uuid":"1272279121","full_name":"yardinternet/brave-boost","owner":"yardinternet","description":"Package that accelerates AI-assisted development for Brave by providing context and structure. ","archived":false,"fork":false,"pushed_at":"2026-06-18T08:04:37.000Z","size":109,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-18T09:22:04.388Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yardinternet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-17T13:07:45.000Z","updated_at":"2026-06-18T08:04:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yardinternet/brave-boost","commit_stats":null,"previous_names":["yardinternet/brave-boost"],"tags_count":null,"template":false,"template_full_name":"yardinternet/skeleton-package","purl":"pkg:github/yardinternet/brave-boost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fbrave-boost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fbrave-boost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fbrave-boost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fbrave-boost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yardinternet","download_url":"https://codeload.github.com/yardinternet/brave-boost/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yardinternet%2Fbrave-boost/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34889047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-28T13:01:37.215Z","updated_at":"2026-06-28T13:01:40.168Z","avatar_url":"https://github.com/yardinternet.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brave Boost\n\n[![Code Style](https://github.com/yardinternet/brave-boost/actions/workflows/format-php.yml/badge.svg?no-cache)](https://github.com/yardinternet/brave-boost/actions/workflows/format-php.yml)\n[![PHPStan](https://github.com/yardinternet/brave-boost/actions/workflows/phpstan.yml/badge.svg?no-cache)](https://github.com/yardinternet/brave-boost/actions/workflows/phpstan.yml)\n[![Tests](https://github.com/yardinternet/brave-boost/actions/workflows/run-tests.yml/badge.svg?no-cache)](https://github.com/yardinternet/brave-boost/actions/workflows/run-tests.yml)\n[![Code Coverage Badge](https://github.com/yardinternet/brave-boost/blob/badges/coverage.svg)](https://github.com/yardinternet/brave-boost/actions/workflows/badges.yml)\n[![Lines of Code Badge](https://github.com/yardinternet/brave-boost/blob/badges/lines-of-code.svg)](https://github.com/yardinternet/brave-boost/actions/workflows/badges.yml)\n\nBrave 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.\n\n## Installation\n\n1. Add to the `repositories` section of `composer.json`:\n\n    ```json\n    {\n      \"type\": \"vcs\",\n      \"url\": \"git@github.com:yardinternet/brave-boost.git\"\n    }\n    ```\n\n2. Install:\n\n    ```sh\n    composer require yard/brave-boost\n    ```\n\n3. Discover the package:\n\n    ```shell\n    wp acorn package:discover\n    ```\n\n## Usage\n\n```shell\nwp acorn boost:install\n```\n\nWrites guidelines and skills for all supported agents. Re-run any time to update (e.g. after `composer update`).\n\n### Options\n\n| Flag | Effect |\n| --- | --- |\n| `--no-guidelines` | Skip writing AI guidelines |\n| `--no-skills` | Skip installing skills |\n| `--path=` | Override project root (defaults to git root) |\n\n### What gets written\n\n| Agent | Guidelines | Skills |\n| --- | --- | --- |\n| Claude Code | `CLAUDE.md` | `.claude/skills/` |\n| Cursor | `.cursor/rules/brave-boost.mdc` | — |\n| GitHub Copilot | `.github/copilot-instructions.md` | — |\n\nGuidelines are written inside `\u003cbrave-boost-guidelines\u003e` markers — content outside the markers is preserved. Add these files to `.gitignore`:\n\n```gitignore\nCLAUDE.md\n.cursor/rules/brave-boost.mdc\n.github/copilot-instructions.md\n.claude/skills/brave-*/\n```\n\n### Configuration\n\n```shell\nwp acorn vendor:publish --provider=\"Yard\\Brave\\Boost\\BoostServiceProvider\"\n```\n\n- `project_root` — override where files are written. Defaults to the nearest `.git` ancestor.\n- `skills.exclude` — skill names to skip.\n\n## About us\n\n[![banner](https://raw.githubusercontent.com/yardinternet/.github/refs/heads/main/profile/assets/small-banner-github.svg)](https://www.yard.nl/werken-bij/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyardinternet%2Fbrave-boost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyardinternet%2Fbrave-boost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyardinternet%2Fbrave-boost/lists"}