← ClaudeAtlas

soleri-vault-capturelisted

Triggers: "save this to vault", "capture this", "remember this pattern", "add to vault", "vault capture". Durable patterns/decisions/anti-patterns. Use memory_capture for session notes, knowledge-harvest for bulk extraction.
adrozdenko/soleri · ★ 6 · AI & Automation · score 74
Install: claude install-skill adrozdenko/soleri
# Vault Capture — Validated Knowledge Persistence Capture knowledge to the vault with mandatory validation before persistence. Every item goes through tier classification, duplicate detection, and abstraction review. Nothing lands in the vault without conscious scoping. ## When to Use - End of a work session — collecting learnings - After a significant decision, pattern discovery, or anti-pattern identification - When multiple items need capturing from a conversation - User says "capture this", "save to vault", "remember this" ## Steps ### 1. Extract Candidate Items Review the conversation or user request. For each piece of knowledge, extract: - **Title** — clear, searchable name - **Description** — what it is, when it applies, why it matters - **Why** — reasoning behind the pattern (makes entries actionable) - **Type** — pattern | anti-pattern | workflow | principle | decision | rule | reference - **Domain** — architecture, design, components, process, testing, etc. - **Tags** — 3-5 searchable keywords ### 2. Tier Classification (MANDATORY) For EACH item, apply the three-question test: | Question | If YES | | -------------------------------------------------- | ---------------- | | Would any developer on ANY project benefit? | **agent** tier | | Would this apply to OTHER projects this team owns? | **team** tier | | Is this specific to THIS codebase only? | **project** tier | Decision tree: