ClipMarts

Education Course Factory

Six agents that design curricula, build lessons, and generate assessments

$79Company OSFor teams replacing process headcount with AI ops

What is Education Course Factory?

Course creation pipeline. Design curricula, build lesson plans, generate assessments, format content for LMS platforms, and track student progress.

Agents

6

Setup Time

10 min

Difficulty

Intermediate

Works With
paperclipclaude-code

Organization Chart

Curriculum Designer

Lead

Lesson Planner

Quiz Generator

Content Formatter

Student Assessor

Course Manager

What's Included

  • company.yaml
  • agents/curriculum-designer.md
  • agents/lesson-planner.md
  • agents/quiz-generator.md
  • agents/content-formatter.md
  • agents/student-assessor.md
  • agents/course-manager.md
  • workflows/course-creation.yaml
  • workflows/assessment-pipeline.yaml
  • skills/bloom-taxonomy.md
  • skills/quiz-design.md
  • templates/lesson-template.md
  • README.md

Preview

company.yaml
# company.yaml
name: education-course-factory
version: "1.0"
description: Automated course creation pipeline

agents:
  - id: curriculum-designer
    role: "Design course structure and learning objectives"
    skills: [bloom-taxonomy, curriculum-mapping]
    triggers:
      - webhook: course.requested
        action: design-curriculum

  - id: quiz-generator
    role: "Generate assessments aligned to learning objectives"
    skills: [quiz-design, difficulty-calibration]
    upstream: [lesson-planner]
    output:
      format: markdown
      destination: assessments/

Installation Guide

terminal
$ paperclipai company import --from ./education-course-factory/paperclip/ --target new
Creating 6 agents... done
Wiring 2 workflows... done
Company deployed successfully.

One-click import — deploy a full AI company into Paperclip in under a minute.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip education-course-factory.zip
2

Import the Paperclip-ready company package

paperclipai company import --from ./education-course-factory/paperclip/ --target new
3

Done — agents are ready

Open your Paperclip dashboard to see the org chart, agents, and workflows.

Option B: Dashboard UI

1

Open Paperclip dashboard

Navigate to Company Settings → Import

2

Upload the paperclip/ folder

From the extracted ZIP, upload the education-course-factory/paperclip/ directory.

3

Review and deploy

Preview the org chart, then click Deploy. All agents and workflows will be created automatically.

Share
Files included13
Setup time10 min
Difficultyintermediate

Tags

educationcoursescurriculumlmsassessmente-learning