Call /summary at any time during a session or at the end, and it snapshots everything into a wikilinked Obsidian node — diagrams, concept notes, git forensics. Your knowledge graph grows while you work.
A Claude Code skill that turns every coding session into a structured Obsidian knowledge node.
npx claudesuite install summaryOr manually:
curl -sL https://raw.githubusercontent.com/ExampleOrgDev/claude-summary/main/SKILL.md \
--create-dirs -o ~/.claude/skills/summary/SKILL.mdNote: This skill also includes reference files for formatting and concept rules. The
npxinstaller handles these automatically.
In Claude Code:
/summary
/summary "focus on the auth refactor"
Invoke at the end of a session, or mid-session for long sessions (Part 1, Part 2). The skill detects everything automatically — no flags required.
Every session log gets 10 sections:
- Summary — mission, accomplishment, headline result
- What Was Done — detailed breakdown with tables
- Key Decisions & Reasoning — every choice + why
- Architecture — mermaid diagrams, code blocks
- Files Modified — table of every file touched
- Next Steps — prioritized actionable bullets
- Git Log — forensic record
- Related — wikilinks to concepts and projects
- Tags — for vault navigation
When the session introduces a new pattern, technology, or insight, the skill creates standalone concept notes with cross-project references. These build a knowledge graph that gets denser with every session.
The skill automatically updates existing concept notes with backlinks to the new session, keeping the graph navigable in both directions.
A maintained Map-of-Content file at the vault root tracks every session by date and project. Statistics, navigation, and discovery all in one place.
This skill is part of ClaudeSuite — a curated collection of open-source Claude Code skills.
MIT