Results for “self-remembering”
17 skillsTotal Recall
Watches conversations continuously and compresses them into prioritized notes, consolidating and recovering missed sessions with multiple redundancy layers.
1 · bundle
Total Recall
Compresses conversation transcripts into prioritized notes using an LLM observer, consolidates them when they grow, and recovers any missed sessions without a database or vector store.
272 · bundle
Metacognitive Prompt Library
Build a library of metacognitive prompts targeting planning, monitoring, or evaluation for a specific task. Use when developing students' thinking-about-thinking during independent work.
0
Mesh Memory
Provides persistent, self-hosted semantic memory for AI agents via MCP, storing worklogs, decisions, and notes in PostgreSQL with pgvector for meaning-based retrieval across sessions.
42.4k
Ouyang
Builds a local RAG memory system that indexes session logs and notes into ChromaDB for semantic recall across agent restarts.
1 · bundle
Knowledge Loop
Composite skill — query, capture, improve, and persist knowledge in one workflow. Chains recall (RAG query) → sync-memories (write durable note) → rag-curate (improve weak retrievals) → handoff (durable snapshot if session-ending). Use when the work involves "what did we decide", "remember this", "save where we are", or any closing checkpoint.
1 · bundle
Mesh Memory
Self-hosted semantic memory for AI agents via MCP. Save worklogs, decisions, and notes, then recall them across sessions by meaning, not keyword. Postgres + pgvector with auto-tagging.
1
Autoresearch
Run Karpathy-style autonomous ML search on a real training repo: choose the right mode (setup, program.md, bounded loop, results interpretation, or constrained-hardware adaptation), preserve the immutable prepare.py / 300-second / val_bpb contract, and route prompt/skill eval work away to LangSmith, Promptfoo, Braintrust, or skill-autoresearch.
42 · bundle
Recall
Semantic-search personal knowledge (memory, plans, handoffs, skills, Codex rules) via the local RAG index at ~/.claude/rag-index/. Use when a query is fuzzy or cross-file ("how did we fix X", "what did we decide about Y", "which skill handles Z"). Complements grep (exact) and Serena (code symbols). If the user asks a recall question that doesn't map to a specific known file, reach here first.
1
Spaced Practice Scheduler
Design a spaced retrieval schedule for any topic list and timeline. Use when planning units, term sequences, or revision programmes.
0
Mnemon
Persistent memory CLI for LLM agents. Store facts, recall past knowledge, link related memories, manage lifecycle.
1 · bundle
Self Improving
Evaluates the agent's own work, catches mistakes, and improves permanently through self-reflection, self-criticism, and learning from corrections.
10 · bundle
Memory Systems
Designs persistent memory architectures for AI agents, covering cross-session knowledge retention, entity tracking, temporal validity, graph/vector retrieval, and memory consolidation.
16.9k · bundle
Retrieval Practice Generator
Generate retrieval practice questions at varied difficulty levels for a topic or concept. Use when creating quiz starters, revision activities, or low-stakes testing materials.
0
Recallmax
Enhances AI agent memory by injecting large external context, auto-summarizing conversations with tone and intent preservation, compressing multi-turn histories, and verifying facts.
2
Agent Recall
Provides persistent, compounding memory for AI agents across sessions using local markdown files, with optional Supabase-backed semantic search.
365 · bundle
Self Improving Agent
Curate Claude Code's auto-memory into durable project knowledge. Analyze MEMORY.md for patterns, promote proven learnings to CLAUDE.md and .claude/rules/, extract recurring solutions into reusable skills. Use when: (1) reviewing what Claude has learned about your project, (2) graduating a pattern from notes to enforced rules, (3) turning a debugging solution into a skill, (4) checking memory health and capacity.
0 · bundle