Agent Skills
› companion-inc/feynman
› customize
customize
GitHub用于配置Feynman研究工作台,包括专家、技能、连接器及权限等。通过选择最细粒度持久层实现定制化,并验证变更效果,构建可复用的研究能力。
Trigger Scenarios
需要自定义Feynman研究工作台配置
创建可复用的Feynman研究能力
Install
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.
Version History
- 54d08a3 Current 2026-07-25 07:15


