Agent_skills module-project-generator

Generates end-to-end student projects that reinforce specific modular learning objectives. Use to create professional-grade portfolio pieces and assessment tasks for engineering mentees.

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

Module Project Generator

Purpose and Intent

The

module-project-generator
creates realistic, challenging projects that force students to apply what they've learned in a "real-world" context.

When to Use

  • Module Conclusion: Generate a capstone project at the end of a learning module.
  • Practice Exercises: Create smaller projects for students who need extra practice in specific areas.

When NOT to Use

  • Production Boilerplate: These projects are designed for education; they may lack the enterprise-grade complexity required for production systems.

Security and Data-Handling Considerations

  • Local specification generation; no access to external codebases required.