load

Load class-project.yaml and subject-session.yaml into TeacherOS context.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/elliot200852-lab/waldorf-teacher-os --skill load-elliot200852-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: load
Source: https://github.com/elliot200852-lab/waldorf-teacher-os/tree/main/.agents/skills/load
Command: npx skills add https://github.com/elliot200852-lab/waldorf-teacher-os --skill load-elliot200852-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load a specific class and subject workspace into TeacherOS context to prepare class-centric environments quickly and deterministically.

Core Features & Use Cases

  • Loads the class project.yaml and subject session.yaml into context to enable class-wide and subject-specific workflows.
  • Supports quick initialization from a class code and subject, readying the workspace for subsequent tasks.

Quick Start

Tell me to load a class and subject, for example, 'load 9c english', to initialize the workspace.

Frequently Asked Questions about load

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

FAQPage Schema
How do I load a class and subject workspace into TeacherOS?

Load a class and subject workspace by providing a class code and subject, such as 'load 9c english'. This reads class-project.yaml and subject-session.yaml to prepare the environment.

What yaml files are needed to initialize a subject workspace?

Initializing a subject workspace requires class-project.yaml and subject-session.yaml. These files establish the class-wide and subject-specific context for the session.

Can I set up a class-specific environment using just a class code?

Yes, you can set up a class-specific environment using a class code paired with a subject. This applies repository-defined loading rules to prepare the workspace deterministically.

How does TeacherOS apply loading rules for class sessions?

TeacherOS applies loading rules by reading the canonical ai-core/skills/load.md reference. This authoritative file dictates how the class and subject yaml files are loaded into context.

Do I need any dependencies to load a subject workspace?

No dependencies are required to load a subject workspace. The process relies solely on the provided class code, subject, and the existing repository yaml configuration files.