Agent Skills
› companion-inc/feynman
› session-log
session-log
GitHub用于记录会话进度、完成工作、发现及下一步计划。当用户要求保存笔记或撰写研究日记时触发,通过/log工作流生成持久化日志文件。
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


