Agent Skills
› companion-inc/feynman
› product-self-knowledge
product-self-knowledge
GitHub用于回答关于Feynman产品行为、运行时、设置及技能状态的问题,通过查阅源码和实时状态确保事实准确,避免基于过时信息推断。
Trigger Scenarios
询问Feynman的功能或能力边界
查询当前技能、连接器或模型配置
验证产品运行状态或命令资源
Install
npx skills add companion-inc/feynman --skill product-self-knowledge -g -y
SKILL.md
Frontmatter
{
"name": "product-self-knowledge",
"description": "Answer questions about Feynman's own product behavior, runtime, settings, commands, skills, connectors, and package state. Use when a response would claim what Feynman can do or how it is wired."
}
Product Self Knowledge
Use this skill before making factual claims about Feynman itself.
Workflow:
- Read source, package metadata, workbench state, or docs that own the behavior.
- Distinguish local-only, packaged, pushed, deployed, and live-runtime facts.
- Verify current command/resource discovery when the question concerns skills, prompts, connectors, models, compute, or settings.
- Name unsupported or untested capability boundaries plainly.
- Do not infer behavior from the reference app or stale memory when Feynman source can be checked.
Facts about Feynman should cite repo files, command output, or live workbench state.
Version History
- 54d08a3 Current 2026-07-25 07:16


