spitoglou/fabric-claude-skills · Archived

learning-education

Create learning materials, explain concepts, generate quizzes and study aids.

First seen Feb 2, 2026

Installation

$ npx skills add spitoglou/fabric-claude-skills --skill learning-education

Summary

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

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from spitoglou/fabric-claude-skills.

npx skills add spitoglou/fabric-claude-skills

Browse all from spitoglou/fabric-claude-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 3
License LICENSE
Default branch master
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,208 B
  • docs SUMMARY.md 385 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 66 installs

SKILL.md

Learning Education

Create effective learning experiences and study materials.

Pattern Selection

Intent Pattern When to Use
Concept explanation explain_terms Define and clarify terminology
Math explanation explain_math Step-by-step math concepts
Code explanation explain_code Code walkthroughs
Doc simplification explain_docs Make docs accessible
Narrative learning createstoryexplanation Concept → engaging story
Coding basics coding_master Programming for beginners
Quiz creation create_quiz Practice questions by level
Flashcards createflashcards Q&A study cards
Reading plan createreadingplan Structured learning path
DIY tutorial create_diy Step-by-step how-to
Evaluate learning analyze_answers Student response feedback
Lecture summary summarize_lecture Lecture key takeaways
Socratic method dialogwithsocrates Learn through questioning
Interview prep answerinterviewquestion Technical 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:

  • [explainterms.md](references/explainterms.md)
  • [explainmath.md](references/explainmath.md)
  • [createstoryexplanation.md](references/createstoryexplanation.md)
  • [createquiz.md](references/createquiz.md)
  • [createflashcards.md](references/createflashcards.md)
  • [createreadingplan.md](references/createreadingplan.md)
  • [dialogwithsocrates.md](references/dialogwithsocrates.md)

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 explainterms → offer createquiz to test understanding
  • After createreadingplan → offer to explain first topic
  • After createquiz → offer analyzeanswers for submitted responses