Agent Skills
› companion-inc/feynman
› self-awareness
self-awareness
GitHub用于检查当前 Feynman 工作区会话状态、日志、制品及验证情况,回答关于会话历史、文件操作和工具执行的问题。
Trigger Scenarios
询问当前会话发生了什么
查询已写入的文件或运行过的工具
检查未完成验证的任务
Install
npx skills add companion-inc/feynman --skill self-awareness -g -y
SKILL.md
Frontmatter
{
"name": "self-awareness",
"description": "Inspect the active Feynman workbench session, artifacts, execution log, settings, and provenance. Use when the task asks what happened in this session, which files were written, what tools ran, or what remains unverified."
}
Self Awareness
Use this skill to answer questions about the active Feynman session.
Workflow:
- Inspect the workbench state, session logs, execution records, artifact versions, plan files, and settings that own the fact.
- Report counts and statuses from current files or API output, not from memory.
- Distinguish artifacts produced by chat, notebook, compute, upload, seed fixtures, and manual files.
- Identify verification state: checked, inferred, unverified, blocked, or failed.
- Keep secrets, private paths, and irrelevant transcript content out of summaries.
This skill is for Feynman introspection, not for querying the local reference app.
Version History
- 54d08a3 Current 2026-07-25 07:16


