Сохранение снапшота диагностической сессии

★ 8.2 · productivity

dbs-save is a Claude Code skill that captures the key conclusions of a diagnostic session into a structured Markdown file on local disk, so the conversation can be resumed exactly where it left off. Each snapshot follows a fixed format — YAML frontmatter plus six body sections: the user's original complaint, conclusions reached, rejected directions, unverified hypotheses, confirmed next steps, and free-form notes. The skill supports per-project isolation via slugs, three storage modes (default `~/.dbs/`, an in-project `.dbs/` folder, or a custom path including cloud-synced directories), listing existing snapshots, and switching the archive root with explicit user confirmation. It is built for people running multi-session diagnostics inside the dbskill ecosystem who need state to persist across separate Claude conversations.