Agent_skills module-learning-path-generator

name: module-learning-path-generator

install
source · Clone the upstream repo
git clone https://github.com/jorgealves/agent_skills
manifest: module-learning-path-generator/skill.yaml
source content

name: module-learning-path-generator version: 1.0.0 description: Generates structured, career-focused modular curriculums for software engineering students. Use when designing new educational modules or tailoring learning journeys to specific career roles. inputs: target_role: type: string description: Career goal (e.g., Junior Go Developer). required: true duration_weeks: type: integer default: 12 topics_to_cover: type: array items: type: string outputs: curriculum: type: object properties: modules: type: array items: type: object capabilities:

  • Job market skill mapping.
  • Logical topic sequencing. constraints:
  • Structural path only; no teaching materials provided. security:
  • No student data required. examples:
  • input: target_role: "Backend Engineer" output: curriculum: modules: [{week: 1, title: "Foundations"}]