用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/campfirein/byterover-plugin --skill byterover-company-brain命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | byterover-company-brain |
| description | Query accepted context and submit knowledge to a ByteRover Company Brain. |
brain__query before answering a company-specific question. If the host defers MCP tools, use tool discovery to load and then invoke brain__query; finding the tool is not a query result.brain__query with {} first. This overview names readable Brains and the Brain that answered. Follow nextCursor with { cursor } for at most three pages. If hasMore is true but nextCursor is null, say that stable continuation is unavailable.budget: "small" for a narrow answer, "medium" by default, and "large" only for broad context. Do not copy a long user question or combine unrelated categories into one query.brain__query({ objectId }) when you need the complete accepted object named by an earlier result. Do not combine objectId with q, type, limit, cursor, or operationId; brain and budget may still select its source and envelope.brain only when the user names a specific readable Brain. Use its exact id or name from the overview. Never guess a Brain id.brain__query is unavailable after tool discovery, report that ByteRover Brain is not loaded in this agent session. If brain__query or brain__learn returns HTTP 401, invalid_token, or invalid_grant, report that ByteRover Brain is not authenticated, use the host's MCP login flow, and retry. Never ask for Company IDs, credentials, API endpoints, or local paths.brain__query reads accepted context only. Do not claim that a missing statement is accepted Brain knowledge.trigger: "user" only when the user explicitly asks to save that exact statement. For knowledge detected by the agent, use trigger: "agent", include a short safe context, and include contextOperationId when the statement came from an earlier Brain query. Never infer or expand the statement.added or updated. For queued, use brain__query({ operationId }) later to check status. For any other outcome, say that the statement was not saved and include the returned reason. If the tool returns insufficient_scope, reconnect and grant brain:learn.