用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/caozx1110/ResearchLab --skill research-config-manager命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
统一分析 paper、repo、dataset、blog 与技术笔记 unit;按 kind 路由到既有 evidence-first prepare/Agent-fill/verify 实现,保持历史 owner、偏好与确认回执身份不变。
kb 快捷命令入口(伪 CLI),用于把常用 research 操作统一成 kb 动词形式;当用户运行或对 AI 说 kb help/init/doctor/update/obsidian/status/next/find/add/ingest/review/reject/recall/resume/undo/restore 时使用。
经验 + skill 演化记忆:capture lightweight learnings, redacted diagnostic summaries, optional private local-detailed records, confirmed habits/gotchas, and confirmation-gated retrospective improvement prompts.
基于 SOC 职业分类
正在显示 SKILL.md
| name | research-config-manager |
| description | 管理 core 研究系统配置,包括资源画像、语言偏好、taxonomy seed、candidate pool policy 与自动化开关。 |
偏好合同:本 owner 是 canonical preference fact owner,因此不消费自己的 soft profile;eligible catalog 为空。它只为真实下游 consumer 生成 task-scoped view/receipt。
协议参考:
.agents/lib/research/SCHEMAS.md#config-files·#ownership·#runtime治理边界:本 skill 写入
kb/config/runtime-preferences.yaml与 markdown settings,并向knowledge-base-manager提交 taxonomy seed / pool policy 输入。candidate-pools.yaml与topic-taxonomy.yaml的实际结构归knowledge-base-manager治理。
当任务是在配置 kb/config/ 下的研究系统行为,而不是直接分析知识单元时,使用这个 skill。
toggle 更新条目。kb 独立仓库的 versioning 策略,例如 manual | milestone | aggressive。off|errors-only|developer capture mode、独立的 redacted|local-detailed detail level、两者各自的逐 skill override、任务 token/issue 上限与 dedup/cooldown;local_only=true 不可关闭,也不存在 local-raw。不要给每个 skill 复制一份用户画像。执行需要个性化的任务时:
selection_id + skill + operation 加载;总偏好变化会使旧回执 stale,必须重新选择。不得把一个 skill 的回执转给另一个 skill,也不得把 planning 偏好当成用户对研究判断的确认。推断出的偏好必须先经过现有 learning review/promotion;pending 或 dismissed learning 不进入 eligible view。规则决定“能不能给”,Agent 决定“这次要不要用”。
kb init 先完成可立即使用的 KB 结构,再由 Agent 提供“现在设置”(推荐)或“先跳过”。选择先跳过后不追加或覆盖任何偏好(不产生额外偏好写入),不写 sentinel,不把 Agent 名称当署名,也不制造确认记录;后续用户说“补充我的研究偏好”或再次使用 kb init 时继续即可。
用户选择现在设置时,只在一个紧凑回合收集真实署名、语言与术语风格、研究方向、资源与重要约束,并显示当前版本记录节奏、链接自动化档位与讨论风格,允许用户回答“默认即可”。报告风格、协作边界、开发者诊断等低频项按需渐进补充,不塞进首次问卷。
Agent 必须遵循 init private protocol 的逐字段 input mapping,不自行选择 dotted key。I1 的自然语言资源保存到 profile 顶层 resources.quick_setup,保留 resources 下已有键,让 method design 等既有消费者可直接读取;重要约束追加并去重到顶层 constraints 列表,不覆盖已有项。研究方向与术语风格继续写 canonical personalization 字段;旧 alternate/persona resource 路径只兼容读取或旧调用,不作为新快速设置写入目标。
真实署名只在应用第一次 judgement confirmation 前强制。若此前跳过,Agent 在用户选择确认后先自然语言询问,再只更新署名字段并保留所有其他配置;AI 名称和伪确认仍必须拒绝。所有写入由 Agent 私下复用现有 headless 能力,不向用户展示内部参数或路径。
普通用户无需记命令。Agent 接到“开启开发者诊断”“只在出错时记录”“把诊断细节设为仅本地详细”“恢复为脱敏诊断”“关闭 unit-analyst 诊断”等自然语言请求后,私下写 runtime preference,再用自然语言分别确认 effective mode 与 effective detail level。unit-analyst 的 mode/detail 设置都会机械同步到四个历史 implementation identity;诊断只控制额外记录、细节和复盘,绝不能关闭 evidence、confirmation、schema、containment 或 recovery 门。
off:不自动记录、不做 Agent 复盘;用户明确要求“记下这个问题”时仍记录。errors-only:只做确定性失败捕获,不调用 LLM。developer:包含 errors-only,并允许预算内触发式短复盘。inherit 跟随 workspace 总模式,其余值覆盖总模式。redacted:默认,只保存兼容的脱敏 summary;非法/缺失值也归一为此档。local-detailed:显式选择后保存有界私有机械细节;不保存 raw output/traceback/arguments/user/source/evidence 内容,也不改变 export 或同步边界。per_skill_detail_level 与旧 scalar per_skill mode 独立;更新一个不得改变另一个的 shape 或 effective value。D1 无 telemetry、网络上传或自动修改 skill。不要向用户展示 owner 命令、flags、内部路径或 token 计数实现细节。
${RESEARCH_PYTHON:-python3} .agents/skills/research-config-manager/scripts/config.py init
${RESEARCH_PYTHON:-python3} .agents/skills/research-config-manager/scripts/config.py show --section all
${RESEARCH_PYTHON:-python3} .agents/skills/research-config-manager/scripts/config.py set --key preferences.language_preference --value zh-CN
${RESEARCH_PYTHON:-python3} .agents/skills/research-config-manager/scripts/config.py toggle --key 自动生成详细论文笔记 --state off
${RESEARCH_PYTHON:-python3} .agents/skills/research-config-manager/scripts/config.py capture-resources --statement "我现在有 8 卡训练资源和人形平台"
${RESEARCH_PYTHON:-python3} .agents/skills/research-config-manager/scripts/config.py set-taxonomy-seed --topic retrieval --tag rag --tag grounding --alias retrieval-augmentation
${RESEARCH_PYTHON:-python3} .agents/skills/research-config-manager/scripts/config.py set-pool --pool current-reading --topic retrieval --tag rag --description "当前优先阅读池"
${RESEARCH_PYTHON:-python3} .agents/skills/research-config-manager/scripts/config.py guide --focus paper-intake
${RESEARCH_PYTHON:-python3} .agents/skills/research-config-manager/scripts/config.py set-runtime-pref --section browser --key default_terminal_mode --value codex
${RESEARCH_PYTHON:-python3} .agents/skills/research-config-manager/scripts/config.py set-runtime-pref --section paper --key auto_complete_note --value true
${RESEARCH_PYTHON:-python3} .agents/skills/research-config-manager/scripts/config.py set-runtime-pref --section versioning --key auto_commit_mode --value milestone
${RESEARCH_PYTHON:-python3} .agents/skills/research-config-manager/scripts/config.py set-diagnostics --mode errors-only
${RESEARCH_PYTHON:-python3} .agents/skills/research-config-manager/scripts/config.py set-diagnostics --mode developer --detail-level local-detailed --token-budget-per-task 2000 --max-issues-per-task 20
${RESEARCH_PYTHON:-python3} .agents/skills/research-config-manager/scripts/config.py set-diagnostics --skill unit-analyst --skill-mode off
${RESEARCH_PYTHON:-python3} .agents/skills/research-config-manager/scripts/config.py set-diagnostics --skill unit-analyst --skill-detail-level redacted