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


