--- name: supermemory-save description: Save important project knowledge to memory (alias for super-save). Use when user wants to preserve architectural decisions, significant bug fixes, design patterns, or important implementation details. allowed-tools: Bash(node *) --- # Supermemory Save Canonical save skill. Legacy alias: `super-save`. ```bash node "${CLAUDE_PLUGIN_ROOT}/scripts/save-project-memory.cjs" "FORMATTED_CONTENT" ``` See `super-save` for formatting guidance.