Productivity

super-save

supermemoryai/claude-supermemory · updated Apr 8, 2026

$npx skills add https://github.com/supermemoryai/claude-supermemory --skill super-save
summary

Save important project knowledge based on what the user wants to preserve.

skill.md

Super 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"
general reviews

Ratings

4.510 reviews
  • Shikha Mishra· Oct 10, 2024

    super-save is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Piyush G· Sep 9, 2024

    Keeps context tight: super-save is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Chaitanya Patil· Aug 8, 2024

    Registry listing for super-save matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Sakshi Patil· Jul 7, 2024

    super-save reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Ganesh Mohane· Jun 6, 2024

    I recommend super-save for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Oshnikdeep· May 5, 2024

    Useful defaults in super-save — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Dhruvi Jain· Apr 4, 2024

    super-save has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Rahul Santra· Mar 3, 2024

    Solid pick for teams standardizing on skills: super-save is focused, and the summary matches what you get after install.

  • Pratham Ware· Feb 2, 2024

    We added super-save from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Yash Thakker· Jan 1, 2024

    super-save fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.