cavi-ai

Session To Note — Productivity skill for Claude Code

Productivity community

Use when distilling or saving a Claude session into the Obsidian vault, capturing what was decided or learned in a session, or turning session memory into a persistent, linked knowledge note.

How to install Session To Note

Installs to ~/.claude/skills/cavi-ai-obsidian-agent-session-to-note/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cavi-ai-obsidian-agent-session-to-note && curl -fsSL https://raw.githubusercontent.com/cavi-ai/obsidian-agent/HEAD/commands/session-to-note.md -o ~/.claude/skills/cavi-ai-obsidian-agent-session-to-note/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Session To Note does


description: Use when distilling or saving a Claude session into the Obsidian vault, capturing what was decided or learned in a session, or turning session memory into a persistent, linked knowledge note. argument-hint: "[optional note title]"

Claude compatibility adapter

Invoke **`obsidian-agent:session-to-note`** with the user's arguments:

`$ARGUMENTS`

Follow that canonical skill exactly. This command contains no independent workflow logic.

Alternatives in Productivity

  • Performance Optimization Skill — Systematic performance analysis and optimization for RTK CLI tool, focusing on startup time (<10ms), memory us 11.9k ★
  • Om Correct — Sweep a corrected fact through the vault — finds every note restating it, applies the correction at the single 4.6k ★
  • Skill Context Detection — Auto-detect work context (Dev vs Knowledge) — use to tailor workflows based on current task type 2.8k ★

Full documentation available on GitHub

View Source Repository