Teach

Installation
SKILL.md

Teach

Turns the current conversation topic into a live, spoken, Socratic tutorial. Each teaching beat is narrated aloud through the voice system, drawn as ASCII in the terminal, and ends with one question to the learner. The session is a dialogue: answer, response, next beat, quiz, recap.

Voice Notification

When executing a workflow, do BOTH:

  1. Send voice notification:
    curl -s -X POST http://localhost:31337/notify \
      -H "Content-Type: application/json" \
      -d '{"message": "Starting a tutorial on TOPIC"}' \
      > /dev/null 2>&1 &
    
Installs
7
GitHub Stars
18.6K
First Seen
5 days ago
Teach — danielmiessler/lifeos