Agent Skills
› companion-inc/feynman
› skill-creator
skill-creator
GitHub用于创建或修订 Feynman 技能,确保其服务于核心研究任务。涵盖命名规范、元数据定义、内容精简及验证流程,旨在优化研究闭环中的发现与合成能力。
Trigger Scenarios
需要创建新的可复用技能
需要修订现有技能的元数据或结构
Install
npx skills add companion-inc/feynman --skill skill-creator -g -y
SKILL.md
Frontmatter
{
"name": "skill-creator",
"description": "Create or revise Feynman skills. Use when a research workflow needs a reusable on-demand capability, skill metadata, trigger wording, references, scripts, or skill validation."
}
Skill Creator
Use this skill to create Feynman-owned skills.
Workflow:
- Confirm the skill serves a core research job and belongs in
skills/<name>/SKILL.md. - Use lowercase hyphenated names and concise frontmatter with
nameanddescription. - Keep the body short, operational, and source-aware. Put large references or scripts in adjacent files only when they are truly needed.
- Avoid copying third-party product instructions verbatim; adapt observed structure into Feynman-owned behavior.
- Run skill-path tests and command/resource discovery after editing.
Skills should improve the research loop: discovery, reading, verification, compute, synthesis, or provenance.
Version History
- 54d08a3 Current 2026-07-25 07:16


