Saves diagnostic state from dbskill conversations to local markdown files so you can pick up where you left off instead of restarting from scratch every session. Each snapshot captures conclusions, rejected directions, pending hypotheses, and recommended next steps in a structured format under `~/.dbs/sessions/{project}/{timestamp}-{title}.md`. Projects are automatically isolated by directory name to keep different businesses separate. Trigger it with `/dbs-save` after a diagnosis session, or use `/dbs-save list` to see what you've accumulated. The workflow is simple: it extracts a title from context, writes frontmatter with status and metadata, then formats six sections of diagnostic state. Treats diagnosis as cumulative rather than ephemeral, which feels right if you're actually using these tools to work through real problems over time.
npx skills add https://github.com/dontbesilent2025/dbskill --skill dbs-save