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


