スキル一覧に戻る
spitoglou

learning-education

by spitoglou

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

SKILL.md


name: learning-education description: Create learning materials, explain concepts, generate quizzes and study aids. Use when asked to explain topics, create tutorials, generate practice questions, make flashcards, design curricula, or help study. Triggers include "explain this", "help me learn", "create a quiz", "tutorial for", "study guide", "how does X work", "teach me", "practice questions".

Learning Education

Create effective learning experiences and study materials.

Pattern Selection

IntentPatternWhen to Use
Concept explanationexplain_termsDefine and clarify terminology
Math explanationexplain_mathStep-by-step math concepts
Code explanationexplain_codeCode walkthroughs
Doc simplificationexplain_docsMake docs accessible
Narrative learningcreate_story_explanationConcept → engaging story
Coding basicscoding_masterProgramming for beginners
Quiz creationcreate_quizPractice questions by level
Flashcardscreate_flash_cardsQ&A study cards
Reading plancreate_reading_planStructured learning path
DIY tutorialcreate_diyStep-by-step how-to
Evaluate learninganalyze_answersStudent response feedback
Lecture summarysummarize_lectureLecture key takeaways
Socratic methoddialog_with_socratesLearn through questioning
Interview prepanswer_interview_questionTechnical interview help

Decision Flow

User request
    │
    ├─ "explain/what is" ─┬─ code? ──→ explain_code
    │                     ├─ math? ──→ explain_math
    │                     ├─ terms/definitions? ──→ explain_terms
    │                     └─ general concept? ──→ create_story_explanation
    │
    ├─ "create study materials" ─┬─ quiz/test? ──→ create_quiz
    │                            ├─ flashcards? ──→ create_flash_cards
    │                            └─ reading plan? ──→ create_reading_plan
    │
    ├─ "tutorial/how-to" ──→ create_diy
    │
    └─ "help me understand" ──→ dialog_with_socrates

Pattern References

See references/ for full patterns:

Output Guidelines

  • Match complexity to learner level (ask if unsure)
  • Use concrete examples before abstract principles
  • Build on prior knowledge
  • Include practice opportunities
  • Provide immediate feedback on exercises
  • Use analogies from familiar domains

Chaining Suggestions

  • After explain_terms → offer create_quiz to test understanding
  • After create_reading_plan → offer to explain first topic
  • After create_quiz → offer analyze_answers for submitted responses

スコア

総合スコア

60/100

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

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

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