homework

Generate a German-language Hausübung.md with 2-4 exercises from class Git history and lesson materials.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/georgernstgraf/aitranscribe-windows --skill homework-georgernstgraf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: homework
Source: https://github.com/georgernstgraf/aitranscribe-windows/tree/main/skills/homework
Command: npx skills add https://github.com/georgernstgraf/aitranscribe-windows --skill homework-georgernstgraf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dieses Skill erleichtert Lehrern das automatische Erstellen von Hausübungen pro Unterrichtseinheit, basierend auf Git-History und Unterrichtsmaterial, wodurch Vorbereitungszeit reduziert wird.

Core Features & Use Cases

  • Automatisches Erzeugen einer Hausübung pro Lektion aus der Klassenhistorie.
  • Berücksichtigung vorhandener Materialien (README, Übungsblätter, Code-Beispiele) zur Ableitung passender Aufgaben.
  • Falls vorhanden, Identifikation relevanter Lektionen aus commit-basierten Dateien und Erstellung eines konsistenten Formats.

Quick Start

Erzeuge 2–4 deutschsprachige Übungen in Hausübung.md, die dem Unterrichtsthema entsprechen.

Frequently Asked Questions about homework

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

FAQPage Schema
How do I automatically generate homework assignments from Git history and teaching materials?

Yes, you can create per-lesson homework automatically by targeting the most recently created or modified lesson directory formatted as <YYYY-MM-DD>_<topic>. The Skill reads the contents of this directory to derive relevant exercises for the Hausübung.md file.

How does generating Hausübung.md from class repository files actually work?

The Skill requires a class folder containing lesson directories named with a <YYYY-MM-DD>_<topic> format. It uses the Git history to find the most recently created or modified lesson and reads its teaching materials to generate the homework exercises.

Do I need a specific Git repository structure to automate German classroom homework creation?

Yes, you need a Git repository with lesson directories named using a <YYYY-MM-DD>_<topic> convention within a class folder. The Skill relies on this specific structure to locate the latest teaching materials and automatically generate the German homework file.

How many exercises are generated in the Hausübung.md file for each lesson?

The Hausübung.md file contains 2-4 German-language exercises per lesson. These exercises are specifically generated to align with the teaching materials found in the most recent lesson directory from the Git history.

What teaching materials are used to derive exercises for automated homework generation?

The automated homework generation uses existing teaching materials such as README files, exercise sheets, and code examples found within the targeted lesson directory. It reads these contents to ensure the 2-4 generated exercises align with the lesson content.