From deprecated
Produce a human-readable session debrief and drop it into 00-notes/ in the Obsidian vault. Covers what was done, next steps, and practical "next time" notes so the user doesn't have to faff around rediscovering the same things. The human counterpart to /handoff.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deprecated:debrief Any topic to emphasise in the next-time notes?Any topic to emphasise in the next-time notes?The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write a session debrief for the human to read after the conversation ends. Save it as a markdown
Write a session debrief for the human to read after the conversation ends. Save it as a markdown
note directly into the Obsidian vault's 00-notes/ folder so it's ready for later triage
without any manual moving.
If the user passed arguments, treat them as a hint about which topic to focus the next-time notes on.
Scan the home directory for a directory containing .obsidian/. Use the first match as the
vault root. If none is found, fall back to /tmp/ and warn the user.
Write a markdown file to {vault}/00-notes/debrief-{YYYYMMDD}.md.
Use this frontmatter, then the #raw and #debrief tags (vault inbox convention):
---
source: conversation
created: {YYYY-MM-DD}
---
#raw #debrief
Then write the sections below in order. Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, commits, diffs) — reference them by path or URL instead.
Factual bullets. One per distinct outcome. Reference artifacts by path or URL, don't reproduce them.
Ordered, actionable verb phrases. Flag blocked steps and their dependency. Tag with [agent]
or [human] where relevant.
The core of the debrief. Practical notes that will save time when this kind of work comes up again — the things the user would otherwise have to rediscover or ask an agent about. Think: personal runbook entries, not lessons.
Include any of the following that are relevant:
Keep each entry terse. This is a reference, not an explanation.
Only include this section if there is a concept or skill from the session worth understanding more formally — something where surface-level familiarity isn't enough for future work.
For each item (1–2 max):
Omit this section entirely if the session was routine or the next-time notes cover everything.
Print the full path of the file written and a one-line summary of each section's content.
Offers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub xxkeefer/skills --plugin deprecated