plugin/skills/super-save/SKILL.md
Save important project knowledge to memory. Use when user wants to preserve architectural decisions, significant bug fixes, design patterns, or important implementation details for team reference.
npx skillsauth add supermemoryai/claude-supermemory super-saveInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Save important project knowledge based on what the user wants to preserve.
Analyze what the user is asking to save from the conversation.
[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.
node "${CLAUDE_PLUGIN_ROOT}/scripts/save-project-memory.cjs" "FORMATTED_CONTENT"
development
Search your coding memory. Use when user asks about past work, previous sessions, how something was implemented, what they worked on before, or wants to recall information from earlier sessions.
testing
Save important project knowledge to memory. Use when user wants to preserve architectural decisions, significant bug fixes, design patterns, or important implementation details for team reference.
development
Search your coding memory. Use when user asks about past work, previous sessions, how something was implemented, what they worked on before, or wants to recall information from earlier sessions.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".