Agent Skills
› advaitpaliwal/feynman
› session-log
session-log
GitHub用于记录工作进展、发现、待办事项及研究笔记的会话日志技能。当用户要求保存进度或撰写研究日记时触发,通过/log命令执行并将日志输出至notes/session-logs目录。
Trigger Scenarios
用户要求记录工作进展
用户要求保存会话笔记
用户要求撰写研究日记
Install
npx skills add advaitpaliwal/feynman --skill session-log -g -y
SKILL.md
Frontmatter
{
"name": "session-log",
"description": "Write a durable session log capturing completed work, findings, open questions, and next steps. Use when the user asks to log progress, save session notes, write up what was done, or create a research diary entry."
}
Session Log
Run the /log workflow. The slash command expands the full workflow instructions in the active session; do not try to read a relative prompt-template path from the installed skill directory.
Output: session log in notes/session-logs/.
Version History
- 54d08a3 Current 2026-07-25 07:16


