learning-education

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".

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "learning-education" with this command: npx skills add spitoglou/fabric-claude-skills/spitoglou-fabric-claude-skills-learning-education

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

critical-thinking

No summary provided by upstream source.

Repository SourceNeeds Review
General

technical-documentation

No summary provided by upstream source.

Repository SourceNeeds Review
General

content-creation

No summary provided by upstream source.

Repository SourceNeeds Review
General

content-transformation

No summary provided by upstream source.

Repository SourceNeeds Review