Agent Skills
› advaitpaliwal/feynman
› self-awareness
self-awareness
GitHub用于检查当前 Feynman 工作区会话状态、执行日志、制品及设置,回答关于会话历史、文件写入情况及验证进度的问题。
触发场景
询问会话中发生了什么
查询已写入的文件
确认哪些内容未经验证
安装
npx skills add advaitpaliwal/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.
版本历史
- 54d08a3 当前 2026-07-25 07:16


