スキル一覧に戻る
memoer

save

by memoer

0🍴 0📅 2026年1月7日
GitHubで見るManusで実行

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

  1. Identify current topic from conversation
  2. Determine correct lesson number (check existing files)
  3. Create topic directory if needed: ./lessons/[topic-slug]/
  4. Format content with proper frontmatter
  5. Write to ./lessons/[topic-slug]/lesson-[NNN].md
  6. 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
  • File: lesson-[NNN].md with zero-padded number

    • Lesson 1 → lesson-001.md
    • Lesson 15 → lesson-015.md

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

スコア

総合スコア

35/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です