
Supermemory Save
- 43 installs
- 2.7k repo stars
- Updated August 1, 2026
- supermemoryai/claude-supermemory
Helps with ai & agent building tasks.
About
supermemory-save is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- supermemory-save
- AI & Agent Building
- AI-coding skill
Supermemory Save by the numbers
- 43 all-time installs (skills.sh)
- +7 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #7,972 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/supermemoryai/claude-supermemory --skill supermemory-saveAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 43 |
|---|---|
| repo stars | ★ 2.7k |
| Last updated | August 1, 2026 |
| Repository | supermemoryai/claude-supermemory ↗ |
What it does
Helps with ai & agent building tasks.
Files
Supermemory Save
Save important project knowledge based on what the user wants to preserve.
Step 1: Understand User Request
Analyze what the user is asking to save from the conversation.
Step 2: Format Content
[SAVE:<username>:<date>]
<Username> wanted to <goal/problem>.
Claude suggested <approach/solution>.
<Username> decided to <decision made>.
<key details, files if relevant>
[/SAVE]Example:
[SAVE:prasanna:2026-02-04]
Prasanna wanted to create a skill for saving project knowledge.
Claude suggested using a separate container tag (repo_<hash>) for shared team knowledge.
Prasanna decided to keep it simple - no transcript fetching, just save what user asks for.
Files: src/save-project-memory.js, src/lib/container-tag.js
[/SAVE]Keep it natural. Capture the conversation flow.
Step 3: Save
node "${CLAUDE_PLUGIN_ROOT}/scripts/save-project-memory.cjs" "FORMATTED_CONTENT"Related skills
AI & Agent Buildingagents