Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Knowledge Agent (claude-mem)

Builds topic-focused knowledge corpora from your claude-mem observation history and lets you query them conversationally.

UtilitiesIntermediate92,8988,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, and reprime_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

  1. Build hooks-expertise from concepts="hooks", prime it, then ask "What are the 5 lifecycle hooks and when does each fire?".
  2. Filter types="bugfix" with a dateStart/dateEnd range to review a quarter of defects and spot recurring causes.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/thedotmack/claude-mem.git
  3. Create the skills directory: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r claude-mem/plugin/skills/knowledge-agent ~/.claude/skills/
  5. Make sure the claude-mem plugin itself is installed and enabled — the corpus commands come from it.
  6. Restart Claude Code and try: "use knowledge-agent to build a corpus about X".
View source on GitHubLicense: Apache-2.0