memory-management

Store, search, and retrieve project context in an Obsidian vault.

68|13|Updated Aug 9, 2025
One-click install
npx skills add https://github.com/kriegcloud/beep-effect --skill memory-management-kriegcloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-management
Source: https://github.com/kriegcloud/beep-effect/tree/main/.repos/beep-effect/.repos/effect-orm/.claude/skills/memory-management
Command: npx skills add https://github.com/kriegcloud/beep-effect --skill memory-management-kriegcloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a robust system for agents to store, retrieve, and search project context and memories, ensuring knowledge persistence across sessions and enabling efficient recall of past information.

Core Features & Use Cases

  • Persistent Knowledge Base: Stores all project memories in a dedicated Obsidian vault (~/.claude/memory/).
  • Contextual Search: Allows agents to search past solutions, decisions, and architectural patterns using full-text search (search-content) and fuzzy title search (search).
  • Knowledge Graphing: Facilitates building knowledge graphs through wikilinks and tracking relationships between notes.
  • Use Case: An agent can recall a specific architectural decision made weeks ago by searching for keywords, then retrieve the full details of that decision and related discussions.

Quick Start

Use the memory-management skill to search your vault for notes related to 'Layer.provide'.

Frequently Asked Questions about memory-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist agent context across sessions using Obsidian?

You can persist agent context across sessions by storing project memories in a dedicated Obsidian vault at `~/.claude/memory/`, enabling retrieval of past solutions and architectural patterns. The Skill manages this knowledge base using the obsidian-cli.

What is persistent agent memory and how does it help with knowledge management?

Persistent agent memory is a knowledge base that stores project context, decisions, and architectural patterns so agents can recall past information across sessions. It enables efficient retrieval of past solutions and builds knowledge graphs using wikilinks.

Can I search past architectural decisions and project context with full-text search?

Yes, you can search past architectural decisions and project context using full-text search via the `search-content` command and fuzzy title search via the `search` command, then retrieve full details using the `print` command.

What's the best way to build a knowledge graph from project notes in an Obsidian vault?

The best way to build a knowledge graph is by storing context in an Obsidian vault and using wikilinks to track relationships between notes. This Skill facilitates querying and retrieving those connected project memories via the obsidian-cli.

Do I need the obsidian-cli to track architectural patterns and retrieve memories?

Yes, the obsidian-cli is required to query, store, search, and retrieve project context. It provides the list, search-content, and print commands used to manage persistent agent knowledge and track architectural patterns.