AgentSkillsCN

done

在Obsidian中保存持久化的会话结束交接笔记。当用户调用/done命令,或希望结束当前编程会话并记录变化、决策、待解问题以及后续跟进事项时使用。

SKILL.md
--- frontmatter
name: done
description: Save a durable end-of-session handoff note to Obsidian. Use when the user invokes /done or asks to wrap up a coding session and capture what changed, decisions, open questions, and follow-ups.

/done

  1. Build a concise markdown handoff with these sections:
  • ## What Changed
  • ## Key Decisions
  • ## Open Questions
  • ## Next Steps
  • ## Risks or Watchouts
  1. Keep content factual and specific to this session.

  2. Write the handoff to Obsidian by running this shell command with the generated markdown body:

bash
cat <<'EOF_DONE_NOTE' | $HOME/.local/bin/obsidian-done-note
<session summary markdown>
EOF_DONE_NOTE
  1. Reply with:
  • The saved file path.
  • A one-line summary.