learning_path

Detect knowledge gaps and generate personalized learning paths from academic knowledge graphs.

342|4|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/Jennyee1/AcademicAgent --skill learning-path-jennyee1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learning_path
Source: https://github.com/Jennyee1/AcademicAgent/tree/main/skills/learning_path
Command: npx skills add https://github.com/Jennyee1/AcademicAgent --skill learning-path-jennyee1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

分析知识图谱以检测知识盲区,并利用 PageRank 与拓扑分析生成个性化学习路径,帮助用户高效补齐知识薄弱点。

Core Features & Use Cases

  • 基于知识图谱健康度、盲区与核心概念的排序,提供个性化学习路径建议,提升学习效率。
  • 识别并分类知识盲区(如 foundation_gap、isolated_concept、single_source),并给出具体行动建议。
  • 提供概念重要性排名,结合 PageRank、度、入度与介数中心性等指标,帮助优先学习核心概念。

Quick Start

使用分析知识图谱的命令行接口,依次执行学习路径生成功能、盲区检测与概念重要性排名。

Frequently Asked Questions about learning_path

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a personalized learning path from a knowledge graph?

You can generate a personalized learning path by analyzing your knowledge graph with PageRank and topological metrics. The Skill identifies knowledge gaps, ranks concept importance, and charts a progression plan to help you efficiently address weak points.

How does PageRank help with identifying knowledge gaps in a graph?

PageRank helps identify knowledge gaps by calculating concept importance within the knowledge graph. By evaluating centrality, in-degree, and betweenness metrics, it highlights isolated concepts and foundation gaps, allowing you to prioritize learning core topics over peripheral ones.

What types of knowledge gaps can be detected in an academic knowledge graph?

The Skill detects and classifies knowledge gaps such as foundation gaps, isolated concepts, and single-source dependencies. It analyzes graph topology to pinpoint these structural weaknesses and provides specific action recommendations to resolve them.

Can I use this to assess my strengths and weaknesses before building a study plan?

Yes, you can assess strengths and weaknesses by running gap detection and concept importance ranking on your knowledge graph. The Skill evaluates graph health, identifies missing links, and outputs a prioritized progression plan based on your current knowledge structure.

What is the best way to rank concept importance for personalized learning?

The best way to rank concept importance is by combining PageRank, degree centrality, in-degree, and betweenness centrality metrics. This multi-dimensional approach ensures core concepts are accurately prioritized within your personalized learning path.

Do I need to clean my knowledge graph data before running gap detection?

Yes, you need valid graph data for robust gap detection. The Skill implements input validation and safe data handling, but ensuring your knowledge graph is properly structured beforehand guarantees accurate PageRank calculations and reliable gap classification.