Agent_skills module-class-session-planner
Creates detailed lesson plans for teaching sessions including timing, talking points, and exercises. Use when preparing for live coding sessions or workshops for junior developers.
install
source · Clone the upstream repo
git clone https://github.com/jorgealves/agent_skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jorgealves/agent_skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/module-class-session-planner" ~/.claude/skills/jorgealves-agent-skills-module-class-session-planner && rm -rf "$T"
manifest:
module-class-session-planner/SKILL.mdsource content
Module Class Session Planner
Purpose and Intent
The
module-class-session-planner helps mentors and teachers prepare for high-impact live sessions. It ensures that the time is used efficiently and that all key concepts are covered.
When to Use
- Session Preparation: Run this 1-2 days before a class to generate a structured agenda and talking points.
- Workshop Design: Useful for planning interactive workshops where timing is critical.
When NOT to Use
- On-the-fly Q&A: This is for pre-planned sessions; it does not replace the mentor's ability to answer spontaneous questions.
Security and Data-Handling Considerations
- No sensitive data involved; safe for public educational use.