Agent Skills
› companion-inc/feynman
› customize
customize
GitHub用于配置Feynman工作台的定制能力,涵盖专家、技能、连接器及权限等设置。指导选择合适层级进行持久化配置,验证变更并记录状态,以构建可复用的研究功能。
触发场景
需要自定义Feynman工作台环境
创建或配置可复用的研究能力组件
调整工作台的设置、权限或记忆类别
安装
npx skills add companion-inc/feynman --skill customize -g -y
SKILL.md
Frontmatter
{
"name": "customize",
"description": "Configure Feynman specialists, skills, connectors, permissions, memory categories, compute providers, and project setup. Use when the task asks to customize the research workbench or create a reusable Feynman research capability."
}
Customize
Use this skill for Feynman-owned workbench customization.
Workflow:
- Decide whether the request belongs in a specialist prompt, skill, connector, setting, permission grant, memory category, compute provider, or project/session context.
- Use the narrowest durable layer. Specialists live in
.feynman/agents/; reusable skills live inskills/; workbench settings live in.feynman/workbench/settings.json. - Keep user-facing names Feynman-owned and domain-centered. Do not expose local reference-app paths or connector names.
- Verify the change through the workbench state or Pi command discovery, not only by reading files.
- Record setup state and verification in the active plan or changelog when the customization changes product behavior.
Prefer a concrete research capability over a generic productivity surface.
版本历史
- 54d08a3 当前 2026-07-25 07:15


