byterover
Installation
SKILL.md
ByteRover Context Tree
A project-level knowledge repository that persists across sessions. Use it to avoid re-discovering patterns, conventions, and decisions.
Why Use ByteRover
- Query before working: Get existing knowledge about patterns, conventions, and past decisions before implementing
- Curate after learning: Capture insights, decisions, and bug fixes so future sessions start informed
Quick Reference
| Command | When | Example |
|---|---|---|
brv query "question" |
Before starting work | brv query "How is auth implemented?" |
brv curate "context" -f file |
After completing work | brv curate "JWT 24h expiry" -f auth.ts |
brv status |
To check prerequisites | brv status |