Discover, share, and install memory bundles and skills for ByteRover — the memory layer for AI agents with up to 92.19% retrieval accuracy.
brv-hub/
├── skills/ Agent skills (type: agent-skill)
├── bundles/ Context bundles (type: bundle)
├── schemas/ JSON Schema for manifest validation
├── scripts/ Registry and validation tooling
└── registry.json Auto-generated content catalog
| Type | Directory | Description |
|---|---|---|
agent-skill |
skills/ |
Reusable skills for AI coding agents |
bundle |
bundles/ |
Context packs, knowledge bundles |
npm install
npm run validate # validate all manifests and structureWant to share your content? See the Contributing Guide.
Key rules:
idmust match the directory name and be uniquenamemust be unique across all entries- Run
npm run validatebefore submitting