Agent_skills module-learning-path-generator

Generates structured, career-focused modular curriculums for software engineering students. Use when designing new educational modules or tailoring learning journeys to specific career roles.

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-learning-path-generator" ~/.claude/skills/jorgealves-agent-skills-module-learning-path-generator && rm -rf "$T"
manifest: module-learning-path-generator/SKILL.md
source content

Mentoring & Education: Module Generators

This directory contains skills for the "Creation" phase of the teaching lifecycle.

  • Learning Path Generator: Creates the 30,000-foot view of a student's journey.
  • Class Session Planner: Breaks modules into minute-by-minute lesson plans.
  • Project Generator: Creates professional-grade projects to test student skills.

Use Cases

  • New Course Development: Rapidly scaffold a curriculum for a new technology.
  • Bootcamp Customization: Tailor a standard learning path to a specific student's career goals.
  • Assessment Design: Generate unique project requirements to prevent plagiarism and ensure fresh challenges.