tutor-path

Render a structured learning curriculum with progress markers and dependency annotations.

5|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Flagrare/llm-tutor --skill tutor-path
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tutor-path
Source: https://github.com/Flagrare/llm-tutor/tree/main/plugins/llm-tutor/skills/tutor-path
Command: npx skills add https://github.com/Flagrare/llm-tutor --skill tutor-path

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq.

What problem does it solve?

This skill solves the lack of visibility into a complex learning journey by providing a clear, structured overview of your current tutoring path, including completed concepts and remaining prerequisites.

Core Features & Use Cases

  • Progress Tracking: View a status-annotated list of concepts showing what you have mastered, what is currently in progress, and what remains.
  • Dependency Mapping: Understand the logical flow of your curriculum with clear annotations on which concepts must be completed before moving forward.
  • Use Case: If you are studying Python decorators and feel lost, use this skill to see exactly which foundational concepts you have already acquired and which specific topics you need to tackle next to reach your goal.

Quick Start

Ask the tutor to show you the current learning path for your active topic.

Frequently Asked Questions about tutor-path

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

FAQPage Schema
How do I visualize my learning progress and curriculum dependencies?

To visualize your learning progress and curriculum, you can use a structured tutoring path skill that queries internal state files to map concept completion status against a predefined educational path with dependency annotations.

What is a structured learning curriculum and when do I need dependency mapping?

A structured learning curriculum maps out concept completion status against a predefined educational path. You need dependency mapping when you require clear annotations on which foundational concepts must be completed before moving forward in your tutoring sessions.

How do I track completed concepts and prerequisites for an active tutoring session?

You can track completed concepts by asking the tutor to show the current learning path. The system queries internal state files using bash and jq to generate a visual representation of progress markers and prerequisite dependencies.

Do I need jq to render a learning path with progress markers?

Yes, you need jq installed for JSON processing. The system operates by querying internal state files and requires jq alongside bash for state file interaction to generate the visual representation of your learning curriculum.

Why does my tutoring path show incomplete prerequisites when I feel lost studying?

Your tutoring path shows incomplete prerequisites because the system maps your current concept completion status against the educational path. It identifies which specific foundational topics you have acquired and which you must tackle next to reach your goal.

What's the best way to see which foundational concepts I need to tackle next?

The best way to see which foundational concepts you need next is to view the status-annotated list of concepts in your learning path, which clearly marks what is mastered, in progress, or remaining based on dependency annotations.