返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

learning-recommendation-engine

根据学习者的个人资料、表现、偏好和学习分析生成个性化的内容推荐。用于自适应学习系统、内容发现和个人指导。在“推荐内容”、“下一步最佳”、“个性化”或“我接下来应该学什么”时激活。

person作者: jakexiaohubgithub

Learning Recommendation Engine

Recommend optimal learning resources, activities, and pathways based on learner data and performance patterns.

When to Use

  • Personalized content recommendations
  • Next-best-action suggestions
  • Resource matching
  • Difficulty adaptation
  • Intervention triggers

Recommendation Logic

  • Collaborative filtering (learners like you learned X)
  • Content-based (similar to what you've done)
  • Performance-based (fill your gaps)
  • Goal-oriented (towards your objectives)
  • Engagement-based (what keeps you learning)

CLI Interface

/learning.recommendation-engine --learner-profile "profile.json" --context "struggling with calculus"
/learning.recommendation-engine --next-best-action --performance "recent-scores.json"

Output

  • Ranked recommendations with rationale
  • Personalized learning queue
  • Intervention triggers
  • Resource suggestions

Composition

Input from: /learning.pathway-designer, /curriculum.analyze-outcomes Output to: Personalized learning experience

Exit Codes

  • 0: Recommendations generated
  • 1: Insufficient learner data
  • 2: Invalid profile format