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


