remember

Store a learning, pattern, or decision in the memory system for future recall

By parcadei · 518 installs

npx skills add parcadei/continuous-claude-v3 --skill remember

Source repository · Upstream listing

Remember Store Learning in Memory Store a learning, pattern, or decision in the memory system for future recall. Usage Or with explicit type: Examples What It Does 1. Stores the learning in PostgreSQL with BGE embeddings 2. Auto detects learning type if not specified 3. Extracts tags from content 4. Returns confirmation with ID Learning Types Type Use For WORKING SOLUTION Fixes, solutions that worked (default) ARCHITECTURAL DECISION Design choices, system structure CODEBASE PATTERN Patterns discovered in code FAILED APPROACH What didn't work ERROR FIX Specific error resolutions Execution When this skill is invoked, run: Auto Type Detection If no type specified, infer from content: Contains "error", "fix", "bug" → ERROR FIX Contains "decided", "chose", "architecture" → ARCHITECTURAL DECISION Contains "pattern", "always", "convention" → CODEBASE PATTERN Contains "failed", "didn't work", "don't" → FAILED APPROACH Default → WORKING SOLUTION