← Back to list

save
by memoer
⭐ 0🍴 0📅 Jan 7, 2026
SKILL.md
name: save description: Manually saves the current lesson to the lessons directory. Use when auto-save was missed or user wants to explicitly save content. allowed-tools: Write, Bash(mkdir:*)
Save Lesson
Purpose
Manually trigger saving the current lesson content to the ./lessons/ directory.
When This Activates
- User says "save this", "save lesson"
/save- "Make sure this is saved"
- "Save to file"
Process
- Identify current topic from conversation
- Determine correct lesson number (check existing files)
- Create topic directory if needed:
./lessons/[topic-slug]/ - Format content with proper frontmatter
- Write to
./lessons/[topic-slug]/lesson-[NNN].md - Confirm save with file path
File Format
---
## 📚 Lesson #[NUMBER]
**Topic:** [Topic Name]
**Date:** [YYYY-MM-DD]
**Difficulty:** [Level]
**Tags:** #tag1 #tag2
---
[Lesson content...]
Response Format
### 💾 Lesson Saved
**File:** `./lessons/[topic-slug]/lesson-[NNN].md`
**Topic:** [Topic Name]
**Lesson #:** [Number]
✅ Successfully saved!
Naming Convention
-
Directory: lowercase, hyphenated topic name
- "Variables in Python" →
variables-in-python - "Async/Await" →
async-await
- "Variables in Python" →
-
File:
lesson-[NNN].mdwith zero-padded number- Lesson 1 →
lesson-001.md - Lesson 15 →
lesson-015.md
- Lesson 1 →
Guidelines
- Check for existing lessons to avoid number conflicts
- Preserve lesson number sequence within topic
- Include all sections from the lesson response
- Create examples subdirectory if code examples exist
Score
Total Score
35/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon