Agent_skills module-project-generator

name: module-project-generator

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

name: module-project-generator version: 1.0.0 description: 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. inputs: learning_objectives: type: array items: type: string required: true difficulty: type: string enum: [beginner, intermediate, advanced] outputs: project_specs: type: object properties: title: type: string user_stories: type: array capabilities:

  • Professional scaffolding design.
  • Realistic user story creation. constraints:
  • Educational boilerplate only. security:
  • Local specification generation. examples:
  • input: learning_objectives: ["SQL"] output: project_specs: title: "Database Project"