learning-graph-generator

Generate DAG-based learning graphs from course descriptions with taxonomy labeling and validation.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/HuuBar/skill-routing-experiment --skill learning-graph-generator-huubar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learning-graph-generator
Source: https://github.com/HuuBar/skill-routing-experiment/tree/main/unified_skills/vishal/learning-graph-generator
Command: npx skills add https://github.com/HuuBar/skill-routing-experiment --skill learning-graph-generator-huubar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps educators and course designers quickly transform a course description into a structured, DAG-based learning graph with 200 concepts, taxonomy categorization, and quality validation.

Core Features & Use Cases

  • Generate a DAG-based learning graph from a course description for structured knowledge organization.
  • Assign taxonomy categories to concepts and produce grouped visualizations and reports.
  • Output both CSV and JSON graph formats (with metadata) for downstream tools and dashboards.
  • Validate graph quality, detect cycles, orphaned nodes, and provide a comprehensive report for improvement.

Quick Start

Provide a course description and run the generator to produce a complete, taxonomy-enriched learning graph with validation metrics.

Frequently Asked Questions about learning-graph-generator

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

FAQPage Schema
How do I generate a learning graph from a course description?

A DAG-based learning graph structures course concepts into a directed acyclic graph to map prerequisite relationships without circular dependencies. This format organizes knowledge sequentially, ensuring learners follow a valid progression path through curriculum content.

How do I validate learning graph quality and detect cycles or orphaned nodes?

You validate learning graph quality by running the generator's built-in validation report, which detects cycles, orphaned nodes, and structural issues. This comprehensive report identifies gaps in the DAG structure so you can improve curriculum sequencing.

Can I export a taxonomy-enriched learning graph as CSV and JSON?

The learning graph generator scales to support up to 200 concepts within a single course description. This capacity suits detailed curriculum design and complex education research scenarios requiring extensive taxonomy categorization and dependency mapping.

What is a DAG-based learning graph and when do I need one for curriculum design?

A DAG-based learning graph structures course concepts into a directed acyclic graph to map prerequisite relationships without circular dependencies. You need one when organizing complex curriculum content into a validated, sequential learning path with taxonomy categorization.