modules/programs/agents/shared/_archive/done/SKILL.md
End-of-session summary saved to Obsidian with bidirectional daily note linking. Trigger phrases: "done", "wrap up", "session done", "end session"
npx skillsauth add MichaelVessia/nixos-config doneInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Capture what was accomplished this session and save to Obsidian with bidirectional links to today's daily note.
Review the conversation and extract:
KEY-123)repo#123 or full URLs)Derive a short title (3-6 words) summarizing the session.
Format: YYYY-MM-DDTHH-MM-SS-done-<slug>.md
2026-02-17T14-30-00-done-fix-auth-token-refresh.mdWrite to ~/obsidian/Notes/<filename>:
---
date: <ISO8601 timestamp>
daily: [[YYYY-MM-DD]]
tags:
- done
- claude-session
source: claude-code
---
# <Short title>
## Summary
- What was accomplished (bullet points)
## Links
- PR: [repo#123](url)
- Ticket: [KEY-456](url)
- Branch: `branch-name`
## Files Changed
- `path/to/file.ts` - what changed
Omit the Links section if no links were found. Omit individual link types (PR, Ticket, Branch) if not applicable.
Check if ~/obsidian/Notes/YYYY-MM-DD.md exists. If not, create it:
# Journal YYYY-MM-DD
Check if a ## Done section exists in the daily note.
## Done followed by the entry at the end of the file.Entry format:
- [[YYYY-MM-DDTHH-MM-SS-done-slug|brief title]]
Echo both file paths and a brief summary of what was captured.
daily: [[YYYY-MM-DD]] frontmatter creates the backlink from done note to daily note.[[...]] wikilink appended to the daily note creates the forward link from daily note to done note.development
Restate the last message in plain human language, with no jargon.
testing
Fan out a batch of work items into one PR each via isolated worktree agents, review every PR before it opens, then babysit all PRs through green CI and review feedback. Use when the user wants to fan out PRs, dispatch parallel PR agents over a list of items, or run a batch of independent changes as separate PRs.
development
Dispatch user-visible coding or research agents through Herdr with Codex-Desktop-like thread ergonomics. Use when the user asks to use Herdr to spawn, dispatch, fan out, inspect, follow up with, or monitor agent workspaces/threads.
development
Generate self-contained HTML visualizations with Plannotator theming. Use for implementation plans, PR explainers, architecture diagrams, data tables, slide decks, and any visual explanation of technical concepts. Plans and PR explainers follow Plannotator's prescriptive approach; all other visual content delegates to nicobailon/visual-explainer.