Agent Skills
› advaitpaliwal/feynman
› customize
customize
GitHub用于配置 Feynman 研究工作台,包括专家、技能、连接器、权限及计算资源等。适用于定制研究工作区或创建可复用的研究能力。
Trigger Scenarios
需要定制 Feynman 研究工作区
创建可复用的 Feynman 研究能力
Install
npx skills add advaitpaliwal/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


