Memory and context skills

7,769 tagged Memory and context, measured the same way as everything else here.

Browse within: agent-memory 144ai-memory 127claude-code-plugin 104ai-coding 71knowledge-base 68knowledge-management 67obsidian 64ai-assistant 59long-term-memory 58local-first 56markdown 54agent-orchestration 50knowledge-graph 50chatgpt 49

context-recovery

121

SakuraByteCore/codexmate

Skill Claude CodeCodex

Recovers project handoff context from local Codex, Claude Code, Gemini, CodeBuddy, and codexmate-derived sessions. Use when the user asks what happened in prior project/PR/branch/file/error work, needs a handoff brief, wants old decisions or validations recovered, or asks to summarize cross-session project activity…

not rated 343 +1 yesterday A 72 tokens original Apache-2.0

jayminwest/mulch

Skill Claude CodeCodex

Turn the evidence of a finished work session — git commits, changed files, recently-touched seeds issues — into well-formed ml record invocations. Use at session close, when an agent has made changes worth preserving as mulch expertise but hasn't yet recorded them.

not rated 336 +4 2d ago A 61 tokens original MIT

semantix

123

Gnosil/semantix

Skill Claude CodeCodex

Install and use the semantix memory kernel as a middleware in your agent: extract user preferences / workflows / experience from past sessions, retrieve and inject them on demand. One binary + your agent's own tools.

not rated 360 +88 yesterday A 47 tokens original MIT

rushdb-query-builder

124

rush-db/rushdb

Skill Claude CodeCodex

Build RushDB queries, searches, filters, and aggregations. Use whenever an agent needs to list or filter records, count or group data, traverse relationships, run semantic/vector search, construct a findRecords call, discover live labels and properties, or recall canonical EPISODE and MEMORYFACT records with mandatory…

not rated 323 4d ago A 71 tokens

ori-memory

125

aayoawoyemi/Ori-Mnemos

Skill Claude CodeCodex

Persistent agent memory with learning retrieval. Knowledge graph on markdown files — capture insights, decisions, research, and learnings during work, then retrieve them weeks or months later. Use when knowledge is too valuable to lose but too much to inject into every prompt.

not rated 323 +1 1mo ago A 54 tokens original Apache-2.0

memory-palace

126

AGI-is-going-to-arrive/Memory-Palace

Skill Claude CodeCodex

Use this skill for Memory Palace durable-memory work in this repository: saving facts for later, recalling cross-session memory, deciding create vs update, handling guardaction or guardtargeturi, or using readmemory("system://boot"), searchmemory, compactcontext, rebuildindex, or indexstatus. Also use it when the user…

not rated 311 +1 3mo ago A 190 tokens original MIT

cortex-mem-mcp

127

sopaco/cortex-mem

Skill Claude CodeCodex

Persistent memory enhancement for AI agents. Store conversations, search memories with semantic retrieval, and recall context across sessions. Use this skill when you need to remember user preferences, past conversations, project context, or any information that should persist beyond the current session. Provides…

not rated 307 +2 1mo ago A 72 tokens original MIT

lc-curate-context

128

cyberchitta/llm-context.py

Skill Claude CodeCodex

Decide which files a task actually needs, record that as a reusable llm-context rule, verify it against the codebase - including the files your selection references but leaves out - and pack it for your own context, a chat, or a sub-agent you dispatch. Load when choosing what code to put in front of a model, packing…

not rated 306 9d ago A 90 tokens original Apache-2.0

playwright-openwebui

130

Fu-Jie/openwebui-extensions

Skill Claude CodeCodex

Use when inspecting UI bugs in OpenWebUI plugins, taking screenshots of plugin output, capturing console errors, testing Action/Filter/Pipe plugins in the chat interface, or verifying plugin installation in the Admin panel. Triggered by: plugin UI bug, Action HTML output, screenshot, console error, plugin not working…

not rated 304 +1 today A 80 tokens original MIT

forgetful-remember

131

ScottRBK/forgetful

Skill Claude CodeCodex

Remember knowledge worth keeping — a decision made, a solution found, a preference stated, a pattern confirmed. Use when work surfaces something future sessions will need, or the user asks to remember something. Routes content to the right store (memory, document, code artifact, entity, procedure, file) and enforces…

not rated 296 3d ago A 71 tokens original MIT

llm-wiki

132

YurunChen/GUI-Anything

Skill Claude CodeCodex

Flow Observer wiki knowledge: Phase 1 ingest (create/update contexts/{intentkey}, entities, summaries) then Phase 2 maintain (compile, lint, audit). One skill for Flow Observer pivot/sweep and manual wiki-maintain.sh. Read knowledge-layout.md. Not for session JSONL, flow launcher, or observer UI.

not rated 287 +5 2mo ago A 71 tokens

openclaw-workspace

133

win4r/openclaw-workspace

Skill Claude CodeCodex

Use when maintaining or optimizing OpenClaw workspace files — AGENTS.md, TOOLS.md, SOUL.md, USER.md, IDENTITY.md, HEARTBEAT.md, BOOT.md, MEMORY.md, and related checklists and memory files. Covers workspace auditing, token budget analysis, new agent workspace setup from scratch, memory distillation, and cross-file…

not rated 287 5mo ago A 81 tokens

arch-save

134

cluesmith/codev

Skill Claude CodeCodex

Save an architect's state, clear its context, and re-init automatically — the packaged save→clear→re-init refresh cycle. Use when the owner directs a context refresh, or says "/arch-save", "save and clear", "refresh your context". Runs on the owner's direction; an architect does not invoke it autonomously mid-task.…

not rated 286 today A 86 tokens original Apache-2.0

context-management

135

ttttmr/pi-context

Skill Claude CodeCodex

Use this skill for multi-turn, phased, or noisy work: research/reading, debugging, plan-then-execute, retries/pivots, background or asynchronous work, handoffs, user decisions, task switching, repeated items, or repeated progress checks. It keeps the conversation as a clean working set with checkpoints, timeline…

not rated 283 +2 1mo ago A 112 tokens

prep

136

AIOSAI/AIPass

Skill Claude CodeCodex

Session wrap-up. Update memories, check plans, review git state, check inbox, flag loose ends. Use before closing a session or compacting context.

not rated 273 +9 today A 33 tokens original MIT

total-recall

137

gavdalf/total-recall

Skill Claude CodeCodex

The only memory skill that watches on its own. No database. No vectors. No manual saves. Just an LLM observer that compresses your conversations into prioritised notes, consolidates when they grow, and recovers anything missed. Five layers of redundancy, zero maintenance. $0.00/month (using free-tier models). While…

not rated 271 +1 5mo ago B 87 tokens original MIT

save-progress

138

KimYx0207/Meta_Kim

Skill Claude CodeCodex

Save current project task progress to local task state file for cross-session continuity. Use when the user asks to save progress, uses an equivalent localized trigger phrase, the session is interrupted, or the user wants to resume work later. Writes to .claude/project-task-state.json so next session can load it via…

not rated 268 +2 today A 65 tokens original Apache-2.0

rag-evaluate-quality

139

lyonzin/knowledge-rag

Skill Claude CodeCodex

Periodically measure the retrieval quality of the knowledge base using evaluateretrieval (MRR@5, Recall@5, Precision@5) plus getindexstats for health metrics. Run weekly, after significant reindex activity, or when the user reports declining answer quality. Prevents silent index rot and grounds "should we tune X"…

not rated 269 +5 yesterday A 78 tokens original MIT

dreaming

140

Signet-AI/signetai

Skill Claude CodeCodex

Maintain Signet's living ontology and memory substrate from transcripts, memory artifacts, source artifacts, notes, summaries, and imported records.

not rated 266 +3 today A 29 tokens

sivtr-memory

141

Ariestar/sivtr

Skill Claude CodeCodex

Retrieve shared local work memory: terminal activity, AI conversation history, prior decisions, validation evidence, debugging trails, recaps, and handoff context. Use before asking the user to repeat local work context.

not rated 258 +1 today A 46 tokens original Apache-2.0

site-memory

142

LittleYier/site-memory

Skill Claude CodeCodex

Persistent memory for repeated browser work. Use when an agent revisits the same sites or flows and should load a few relevant notes up front, then save durable site knowledge after the task finishes.

not rated 256 2mo ago A 44 tokens original MIT

sandbox-environment

143

pssah4/vault-operator

Skill Claude CodeCodex

Sandbox API reference, proven patterns, and library recommendations for evaluateexpression.

not rated 249 +3 4d ago A 17 tokens original Apache-2.0

learn-history

144

openshift/oc

Skill Claude CodeCodex

Analyze all past sessions for this project and extract knowledge worth persisting to AGENTS.md, .claude/agents/, or memory. Deep analysis of full session history.

not rated 245 2d ago A 37 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: