learning-education
8
总安装量
8
周安装量
#35578
全站排名
安装命令
npx skills add https://github.com/spitoglou/fabric-claude-skills --skill learning-education
Agent 安装分布
codex
7
gemini-cli
5
github-copilot
5
kimi-cli
5
amp
5
opencode
5
Skill 文档
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 | create_story_explanation |
Concept â engaging story |
| Coding basics | coding_master |
Programming for beginners |
| Quiz creation | create_quiz |
Practice questions by level |
| Flashcards | create_flash_cards |
Q&A study cards |
| Reading plan | create_reading_plan |
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 | dialog_with_socrates |
Learn through questioning |
| Interview prep | answer_interview_question |
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:
- explain_terms.md
- explain_math.md
- create_story_explanation.md
- create_quiz.md
- create_flash_cards.md
- create_reading_plan.md
- dialog_with_socrates.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
explain_termsâ offercreate_quizto test understanding - After
create_reading_planâ offer to explain first topic - After
create_quizâ offeranalyze_answersfor submitted responses