skills/byterover/SKILL.md
You MUST use this for gathering contexts before any work. This is a Knowledge management for AI agents. Use `brv` to store and retrieve project patterns, decisions, and architectural rules in .brv/context-tree. Uses a configured LLM provider (default: ByteRover, no API key needed) for query and curate operations.
npx skillsauth add genesis-plan/hongchen-lingjing byteroverInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 and brv curate work out of the box. Login is only required for cloud sync (push/pull/space) — ignore those if you don't need cloud features.
brv query to understand existing patterns.brv curate to save new patterns/decisions.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:
Do NOT use this skill when:
brv query "How is authentication implemented?"
Overview: Analyze and save knowledge to the local knowledge base. Uses a configured LLM provider to categorize and structure the context you provide.
Use this skill when:
Do NOT use this skill when:
brv curate "Auth uses JWT with 24h expiry. Tokens stored in httpOnly cookies via authMiddleware.ts"
Include source files (max 5, project-scoped only):
brv curate "Authentication middleware details" -f src/middleware/auth.ts
View curate history: to check past curations
brv curate view
brv curate on completion, e.g. cur-1739700001000)brv curate view cur-1739700001000
brv curate view detail
brv curate view --since 1h --status completed
brv curate view --help
brv query and brv curate require a configured LLM provider. Connect the default ByteRover provider (no API key needed):
brv providers connect byterover
To use a different provider (e.g., OpenAI, Anthropic, Google), list available options and connect with your own API key:
brv providers list
brv providers connect openai --api-key sk-xxx --model gpt-4.1
Overview: Sync your local knowledge with a team via ByteRover's cloud service. Requires ByteRover authentication.
Setup steps:
brv login --api-key sample-key-string
brv space list
Sample output:
brv space list
1. human-resources-team (team)
- a-department (space)
- b-department (space)
2. marketing-team (team)
- c-department (space)
- d-department (space)
brv space switch --team human-resources-team --name a-department
Cloud sync commands:
Once connected, brv push and brv pull sync with that space.
# Pull team updates
brv pull
# Push local changes
brv push
Switching spaces:
brv push) — switching is blocked if unsaved changes exist.brv space switch --team marketing-team --name d-department
Storage: All knowledge is stored as Markdown files in .brv/context-tree/ within the project directory. Files are human-readable and version-controllable.
File access: The -f flag on brv curate reads files from the current project directory only. Paths outside the project root are rejected. Maximum 5 files per command, text and document formats only.
LLM usage: brv query and brv curate send context to a configured LLM provider for processing. The LLM sees the query or curate text and any included file contents. No data is sent to ByteRover servers unless you explicitly run brv push.
Cloud sync: brv push and brv pull require authentication (brv login) and send knowledge to ByteRover's cloud service. All other commands operate without ByteRover authentication.
User Action Required: You MUST show this troubleshooting guide to users when errors occur.
"Not authenticated" | Run brv login --help for more details.
"No provider connected" | Run brv providers connect byterover (free, no key needed).
"Connection failed" / "Instance crashed" | User should kill brv process.
"Token has expired" / "Token is invalid" | Run brv login again to re-authenticate.
"Billing error" / "Rate limit exceeded" | User should check account credits or wait before retrying.
Agent-Fixable Errors: You MUST handle these errors gracefully and retry the command after fixing.
"Missing required argument(s)." | Run brv <command> --help to see usage instructions.
"Maximum 5 files allowed" | Reduce to 5 or fewer -f flags per curate.
"File does not exist" | Verify path with ls, use relative paths from project root.
"File type not supported" | Only text, image, PDF, and office files are supported.
Run brv status to check authentication, project, and provider state.
testing
Generate viral Xiaohongshu (Little Red Book) copy with proven templates. Use when user asks for: (1) Xiaohongshu post copy, (2) Social media viral content, (3) Chinese social media marketing copy, (4) 爆款文案, (5) 小红书文案, (6) 种草文案
content-media
小红书视频发布。使用浏览器自动化在网页版小红书创作者服务平台发布视频笔记。当用户说"发布视频到小红书"、"发小红书视频"时使用此技能。
development
小红书全能助手 — 文案生成、封面制作、内容发布与管理。当用户要求写小红书笔记、生成小红书文案/标题/封面、发小红书、搜索小红书、评论点赞收藏等任何小红书相关操作时使用。支持一站式从文案创作到自动发布的完整流程。封面AI生图需配置可选环境变量(GEMINI_API_KEY 或 IMG_API_KEY 或 HUNYUAN_SECRET_ID+KEY)。
business
Auto-generate structured weekly business reports covering KPIs, accomplishments, blockers, and plans. Save hours of reporting time every week.