Skip to main content

super-save

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.

Jump to install

Source facts

Repository
Zidong-LLC/BIBLIOTECA
Last source activity
March 11, 2026 at 13:02
Detected SKILL.md language
English
Stars
36
Forks
22

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
super-save
description
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.
allowed-tools
Bash(node *)
# 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 ```bash node "${CLAUDE_PLUGIN_ROOT}/scripts/save-project-memory.cjs" "FORMATTED_CONTENT" ```
View on GitHub