Agent Skills
› Companion-Inc/feynman
› session-log
session-log
GitHub用于记录会话进度、完成工作、发现及下一步计划。当用户要求保存笔记或撰写研究日志时触发,通过/log命令执行并将结果输出至notes/session-logs目录。
Trigger Scenarios
记录工作进度
保存会话笔记
撰写研究日志
Install
npx skills add Companion-Inc/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


