Saves architectural decisions, bug fixes, design patterns, and implementation details from conversations to project memory for team reference.
From claude-supermemorynpx claudepluginhub supermemoryai/claude-supermemory --plugin claude-supermemoryThis skill is limited to using the following tools:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
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"