Help us improve
Share bugs, ideas, or general feedback.
From claude-supermemory
Saves architectural decisions, bug fixes, design patterns, and implementation details from conversations to project memory for team reference.
npx claudepluginhub supermemoryai/claude-supermemory --plugin claude-supermemoryHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-supermemory:super-saveThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Save important project knowledge based on what the user wants to preserve.
Saves architectural decisions, patterns, conventions, or project knowledge to personal or team Cognis persistent memory using node scripts.
Saves key project knowledge explicitly to MEMORY.md via /si:remember for reliable recall. Checks duplicates, warns on size, suggests CLAUDE.md promotion.
Extracts reusable strategic knowledge from session history (architecture, patterns, ops) and updates local CLAUDE.md. Triggers on 'learn', 'save knowledge', or session ends.
Share bugs, ideas, or general feedback.
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"