AI AGENT ADDONS

Knowledge Agent

thedotmack/claude-mem

You can turn your past work notes into a smart assistant that answers questions. This tool builds a custom knowledge base from your observation history. Then you can ask it anything about your projects, decisions, or bug fixes.

Think of it as creating a focused brain on a topic. For example, you can make a brain called hooks expertise that knows everything about your project's lifecycle hooks. Or a brain with all your bug fixes from last month.

The process has three steps. First, you build a corpus by filtering your observations. Then you prime it into an AI session. Finally, you query it conversationally. You can rebuild and reprime to keep it fresh.

Add Knowledge Agent skill to your workflow

Global

mkdir -p ~/.claude/skills/knowledge-agent

Project

mkdir -p .claude/skills/knowledge-agent

Source Repository

Stars
84,864
Forks
7,327
Watchers
84,864
License
Apache-2.0
Last Push
24 days ago
Created
10 months ago