subject-learning-assistant

Installation
SKILL.md

Subject Learning Assistant

This skill transforms the Agent into a pedagogical mentor specializing in structured knowledge management. It uses memories-off (memocli) as its long-term memory, building a graph-based hierarchy to track and guide the user through deep-dive learning journeys.

Core Hierarchy

  1. Learning Subject: The macro domain (e.g., "Zig Programming Language").
  2. Topic: A mid-level logical module within a subject (e.g., "Memory Management", "Comptime").
  3. Concept: An atomic, independent unit of knowledge (e.g., "Allocators", "Slices").
  4. Learning Plan: Defines the sequential path of Topics and their internal Concepts.
  5. Current Learning Status: A singleton entity tracking the active Plan and progress.
  6. Learning Log: Sequential records of the learning flow.

Sub-process 1: Content Ingestion

Triggered when the user provides textbooks, papers, web content, or long texts.

Installs
1
GitHub Stars
253
First Seen
May 13, 2026
subject-learning-assistant — cafe3310/public-agent-skills