Use Case
Memory Curator isn't just for solo use β teams can share skills and build consistent AI workflows across the organization. Distill verbose daily logs into compact, indexed digests. Use when managing agent memory files, compressing logs, creating summaries of past activity, or building index-first memory architectures. This guide covers how to deploy Memory Curator for your team, standardize prompts, and create shared workflows that everyone can use.
Install Memory Curator in your project directory: .claude/skills/memory-curator/
Commit the skill folder to your repository so the whole team has access
Document your team's standard prompts in a shared README
Use Memory Curator in code reviews, standups, and planning sessions
Iterate: collect feedback from the team and refine your prompts
Copy these prompts and use them with your AI agent after installing Memory Curator
How can my team use Memory Curator together?
Set up Memory Curator for our project so everyone can use it
Create a shared workflow using Memory Curator for our team
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install memory-curatorOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install memory-curatorβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/memory-curator/π‘Extract and place the folder at the path above, then restart your agent.