memory▌
59 indexed skills · max 10 per page
memory-recall
volcengine/openviking · Productivity
You are a memory retrieval sub-agent for OpenViking memory.
memory-notes
basicmachines-co/basic-memory-skills · Productivity
Write well-structured notes that Basic Memory can parse into a searchable knowledge graph. Every note is a markdown file with three key sections: frontmatter, observations, and relations.
memory-defrag
basicmachines-co/basic-memory-skills · Productivity
Reorganize memory files for clarity, efficiency, and relevance. Like filesystem defragmentation but for knowledge.
memory-lancedb-pro
win4r/memory-lancedb-pro-skill · Productivity
$22
memory
yonatangross/orchestkit · Productivity
Unified read-side memory skill with subcommands for searching, loading, syncing, history, and visualization.
deep-agents-memory
langchain-ai/langchain-skills · Productivity
Pluggable memory and file backends for Deep Agents with ephemeral, persistent, and hybrid routing options. \n \n Four backend types: StateBackend (thread-scoped, ephemeral), StoreBackend (cross-session persistent), FilesystemBackend (real disk access for local dev), and CompositeBackend (route different paths to different backends) \n FilesystemMiddleware provides six file operation tools: ls , read_file , write_file , edit_file , glob , grep \n CompositeBackend uses longest-prefix matching to r
memory-management
aaron-he-zhu/seo-geo-claude-skills · Productivity
Two-layer memory system for SEO/GEO projects with hot cache and cold storage. \n \n Maintains a lean hot cache (CLAUDE.md, ~100 lines) for active context and structured cold storage directories for keywords, competitors, audits, and historical data \n Automatically promotes frequently referenced items to hot cache and demotes stale data to archives based on reference frequency and age \n Implements efficient context lookup flow across hot cache, glossary, and cold storage layers with intelligent
agent-memory
api/git · Productivity
agent-memory
memory-safety-patterns
wshobson/agents · Productivity
Memory-safe programming patterns for RAII, ownership, smart pointers, and resource management across Rust, C++, and C. \n \n Covers six core memory bug categories (use-after-free, double-free, leaks, buffer overflow, dangling pointers, data races) with language-specific prevention strategies \n Provides RAII patterns in C++ with destructors, lock guards, and transactions; smart pointer guidance (unique_ptr, shared_ptr, weak_ptr) with custom deleters \n Implements Rust ownership, borrowing, lifet