Skip to content

campfirein/brv-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BRV Hub - Community Hub for Memory Bundles & Skills | ByteRover

BRV Hub Banner

Discover, share, and install memory bundles and skills for ByteRover — the memory layer for AI agents with up to 92.19% retrieval accuracy.

Structure

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

Content Types

Type Directory Description
agent-skill skills/ Reusable skills for AI coding agents
bundle bundles/ Context packs, knowledge bundles

Quick Start

npm install
npm run validate    # validate all manifests and structure

Contributing

Want to share your content? See the Contributing Guide.

Key rules:

  • id must match the directory name and be unique
  • name must be unique across all entries
  • Run npm run validate before submitting

Documentation

License

MIT

About

Community-driven hub for AI coding agent content.

Resources

License

Contributing

Stars

Watchers

Forks