Agent skill
learning-recommendation-engine
Generate personalized content recommendations based on learner profiles, performance, preferences, and learning analytics. Use for adaptive learning systems, content discovery, and personalized guidance. Activates on "recommend content", "next best", "personalization", or "what should I learn next".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/learning-recommendation-engine
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?