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.

跳到安装

来源信息

仓库
Zidong-LLC/BIBLIOTECA
最近来源活动
2026年3月11日 13:02
检测到的 SKILL.md 语言
英语
星标
36
分支
22

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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" ```
在 GitHub 查看