
Module Class Session Planner
- 150 installs
- 2 repo stars
- Updated January 25, 2026
- jorgealves/agent_skills
Plan individual class sessions for a module with objectives, timing, activities, materials, and assessment hooks so instructors or agents can run consistent lessons.
About
Plans structured class sessions for training modules, breaking objectives into timed activities, materials, and checks so agents or instructors can deliver consistent, assessable lessons across a course.
- Session objectives and timing
- Activity and material outlines
- Assessment hook placement
- Repeatable lesson templates
- Module-to-session breakdown
Module Class Session Planner by the numbers
- 150 all-time installs (skills.sh)
- +9 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #1,182 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/jorgealves/agent_skills --skill module-class-session-plannerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 150 |
|---|---|
| repo stars | ★ 2 |
| Last updated | January 25, 2026 |
| Repository | jorgealves/agent_skills ↗ |
What it does
Plan individual class sessions for a module with objectives, timing, activities, materials, and assessment hooks so instructors or agents can run consistent lessons.
Files
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.
name: module-class-session-planner
version: 1.0.0
description: 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.
inputs:
module_topic:
type: string
description: core topic (e.g., Git).
required: true
session_duration_minutes:
type: integer
default: 90
outputs:
session_plan:
type: object
properties:
agenda:
type: array
items:
type: object
capabilities:
- Pedagogical timing breakdown.
- Knowledge check generation.
constraints:
- Assumes instructor-led format.
security:
- No sensitive data involved.
examples:
- input:
module_topic: "Git Branching"
output:
session_plan:
agenda: [{time_offset: 0, activity: "Intro"}]