Skip to content

campfirein/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ByteRover shared memory for agents and teams

ByteRover skill

Public, auditable install surface for the ByteRover memory skill.

This repository is generated from the private byterover-mono release process and published for skill installers. The shipped skill lives at skills/byterover:

Install

npx skills add campfirein/skills

Skill Process

ByteRover gives the host agent a deterministic, zero-LLM memory runtime. The agent remains responsible for reasoning; the scripts only retrieve, validate, and persist structured memory.

The core workflow is:

  1. Query before non-trivial work: node scripts/query.mjs "<question>" --limit 5
  2. Use relevant hits as project constraints, and cite the returned citation_block when the answer materially relies on retrieved memory.
  3. Do the requested work in the repository.
  4. Record decisions, gotchas, or reusable patterns worth remembering: node scripts/record.mjs "<topic-path>" --html '<bv-topic ...>...</bv-topic>'

Topics are stored as structured <bv-*> HTML. The skill expects rich topics to include the reason for recording, the task or subject, supporting narrative or raw context, and extracted facts where appropriate. Human-readable prose follows the user's language; schema names, enum values, and topic paths stay in English.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors