Knowledge Agent (claude-mem)
Builds topic-focused knowledge corpora from your claude-mem observation history and lets you query them conversationally.
UtilitiesIntermediate★ 92,898⑂ 8,168AI score 7/10Last updated: Sep 1, 2026
What it does
- Filters your claude-mem observations into a focused corpus using project, type (decision/bugfix/feature/refactor/discovery/change), concept tags, file paths, semantic query, and date range.
- Primes the corpus into a persistent AI session so you can ask follow-up questions with context.
- Provides maintenance commands:
list_corpora,rebuild_corpus, andreprime_corpus.
Who it's for
- Existing claude-mem users with a meaningful observation history.
- Engineers who need to recall past architectural decisions or recurring bug patterns.
- Teams consolidating tribal knowledge about a specific service or module.
Examples
- Build
hooks-expertisefromconcepts="hooks", prime it, then ask "What are the 5 lifecycle hooks and when does each fire?". - Filter
types="bugfix"with adateStart/dateEndrange to review a quarter of defects and spot recurring causes. - Use
files="src/worker/"to assemble the change history of one directory before a refactor.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/thedotmack/claude-mem/HEAD/plugin/skills/knowledge-agent/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the plugin/skills/knowledge-agent folder from the GitHub repo thedotmack/claude-mem into my ~/.claude/skills/knowledge-agent/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/thedotmack/claude-mem.git /tmp/claude-mem && mkdir -p ~/.claude/skills && cp -r /tmp/claude-mem/plugin/skills/knowledge-agent ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/thedotmack/claude-mem.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r claude-mem/plugin/skills/knowledge-agent ~/.claude/skills/ - Make sure the claude-mem plugin itself is installed and enabled — the corpus commands come from it.
- Restart Claude Code and try: "use knowledge-agent to build a corpus about X".
View source on GitHub ↗License: Apache-2.0