byterover
SKILL.md
ByteRover Knowledge Management
Use the brv CLI to manage your project's long-term memory.
Install: npm install -g byterover-cli
Knowledge is stored in .brv/context-tree/ as human-readable Markdown files.
No authentication needed. brv query, brv curate, and brv vc (local version control) work out of the box. Login is only required for remote sync (brv vc push/brv vc pull).
Workflow
- Before Thinking: Run
brv queryto understand existing patterns. - After Implementing: Run
brv curateto save new patterns/decisions.
Commands
1. Query Knowledge
Overview: Retrieve relevant context from your project's knowledge base. Uses a configured LLM provider to synthesize answers from .brv/context-tree/ content.
Use this skill when:
- The user wants you to recall something