What problem does it solve?
Developers often struggle to keep track of architectural decisions, code patterns, and file analyses across large projects. This skill provides a structured way to store and retrieve this crucial project context, ensuring no valuable information is lost or forgotten.
Core Features & Use Cases
- Structured Storage: Automatically capture and store file analyses, code patterns, and architectural decisions as Obsidian markdown notes with YAML frontmatter.
- Intelligent Recall: Search and retrieve stored context using natural language queries, or recall specific file analyses, complete with relevance and confidence scoring.
- Obsidian Vault Integration: Leverage Obsidian's knowledge graph features for visualization and linking of project knowledge, creating a living documentation system.
- Use Case: After analyzing a complex file, use this skill to store its summary, purpose, and key functions. Later, when working on a related task, query the memory to quickly recall past analyses or architectural decisions, saving time on re-discovery.
Quick Start
Use the context-memory skill to store an analysis of 'src/auth/jwt-handler.ts' with summary 'JWT token validation and refresh' and complexity 'moderate'.
Recall all stored context related to 'authentication JWT'.
Get the memory statistics.