context-memory
OfficialStore & recall project context, never forget a detail.
Software Engineering#code analysis#context management#project memory#knowledge base#obsidian#architectural decisions#python utility
Authorresolve-io
Version1.0.0
Installs0
System Documentation
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.
Dependency Matrix
Required Modules
python-frontmatterpyyamlrequestsurllib3python-dotenvanthropicrich
Components
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: context-memory Download link: https://github.com/resolve-io/.prism/archive/main.zip#context-memory Please download this .zip file, extract it, and install it in the .claude/skills/ directory.