learn

Track ProjSight curriculum progress and identify the next exercise to complete.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/novel-jp/projsight-plugin --skill learn-novel-jp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/novel-jp/projsight-plugin/tree/main/skills/learn
Command: npx skills add https://github.com/novel-jp/projsight-plugin --skill learn-novel-jp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as the navigation hub for the ProjSight learning curriculum, helping users see their current progress and understand what to do next without manually checking every exercise.

Core Features & Use Cases

  • Progress aggregation: Collects project and task status data to map learner progress across the full curriculum.
  • Exercise matching: Identifies which tasks correspond to specific learning exercises using exercise numbers, skill names, and section keywords.
  • Next-step guidance: Determines the first unfinished or missing exercise and highlights it as the recommended next action.
  • Prerequisite awareness: Flags later sections as blocked when required foundation exercises are not yet completed.
  • Use case: A learner can ask for a curriculum status summary and immediately see completed work, work in progress, and the next exercise to start.

Quick Start

Ask the learn skill to review my ProjSight training progress and tell me the next exercise I should complete.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I track my curriculum progress and see which training exercises are completed?

The Skill aggregates project and task status data to map your learner progress across the full training curriculum. It collects completion records to show finished work, work in progress, and missing exercises.

How do I find the next exercise to complete in a multi-section learning path?

The Skill applies section-ordered progression logic to determine the first unfinished task in a multi-section learning path. It then highlights this specific exercise as your recommended next action.

How does curriculum navigation handle prerequisite checks for mandatory and optional exercises?

Curriculum navigation handles prerequisite checks by flagging later sections as blocked when required foundation exercises are not yet completed. It inspects task status across mandatory and optional exercises to enforce proper progression.

What happens when the target learning project is unclear during curriculum navigation?

When the target learning project is unclear during curriculum navigation, the Skill triggers fallback prompts. This mechanism requires a project listing to match project data accurately with the corresponding task records.

Can I match specific learning exercises using exercise numbers and section keywords?

Yes, you can match specific learning exercises using exercise numbers, skill names, and section keywords. The Skill identifies which tasks correspond to specific learning exercises by matching these identifiers against task records.