One-click install
npx skills add https://github.com/drbobber/superdiscount-deals --skill byterover-drbobber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: byterover
Source: https://github.com/drbobber/superdiscount-deals/tree/main/skills/byterover
Command: npx skills add https://github.com/drbobber/superdiscount-deals --skill byterover-drbobber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps manage and query project knowledge, preventing repetitive discoveries and ensuring consistency by persisting information across sessions.

Core Features & Use Cases

  • Query Knowledge: Retrieve existing information about patterns, conventions, and past decisions.
  • Curate Knowledge: Store new insights, decisions, and bug fixes to inform future sessions.
  • Use Case: Before starting a new feature, query "How is authentication implemented?" to get existing context, then curate your implementation details for future reference.

Quick Start

Query existing knowledge about authentication implementation by running brv query "How is auth implemented?".

Frequently Asked Questions about byterover

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist project knowledge across sessions to prevent repetitive discoveries?

To persist project knowledge across sessions, use a context tree to store and retrieve information deterministically. This prevents repetitive discoveries by curating new insights, decisions, and bug fixes into file references for future querying.

What is the best way to retrieve existing codebase context before starting a new feature?

The best way to retrieve existing codebase context is to query the project knowledge base for patterns and past decisions. Querying specific implementation details, like asking how authentication is handled, provides immediate context before development begins.

How do I curate new insights and bug fixes for future codebase context retrieval?

You curate new insights and bug fixes by executing curate operations with file references. This stores the new information within the project knowledge context tree, making it immediately available for future sessions to query.

Does managing project knowledge require any external dependencies?

Managing project knowledge using this approach does not require any external dependencies. It operates independently using internal file references and a context tree for deterministic information retrieval and curation without third-party integrations.

When do I need persistent information retrieval for developer productivity?

You need persistent information retrieval for developer productivity when you must ensure consistency across sessions and avoid re-discovering existing patterns. It is essential for maintaining continuous context on conventions and past technical decisions.