Retrieves and integrates stored domain knowledge from local markdown files into the active Claude Code session context.
The Recall skill empowers Claude Code with a persistent memory by accessing a local repository of learned information stored in your filesystem. It allows developers to maintain long-term context across multiple sessions, retrieving architectural decisions, project-specific rules, or custom implementation patterns without manual re-entry. By searching through local markdown files and knowledge graph nodes, the skill ensures that Claude's assistance remains consistent with previously established project standards and historical context, significantly reducing onboarding time for complex codebases.
주요 기능
01Seamless integration with Knowledge Graph memory nodes
02Contextual retrieval from local markdown storage
03Automated freshness validation for outdated documentation
041 GitHub stars
05Background maintenance and silent updates for stored knowledge
06Multi-layered search using slugs, partial matches, and content grep
사용 사례
01Maintaining a personal AI-accessible wiki of learned technical concepts
02Loading project-specific coding standards and architectural patterns
03Retrieving historical context and decisions for legacy codebases