# Quickstart

> MassGen Quick Start

- Skill: `javimosch/quickstart-1088` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/quickstart-1088`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/quickstart-1088/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/quickstart-1088

---

# MassGen Quick Start

## Overview
MassGen is a multi-agent scaling system that coordinates AI agents to solve complex tasks through redundancy and iterative refinement.

## Commands

### Check version
```
massgen --version
```

### Run a task
```
massgen run <task_description>
```

### Start server
```
massgen serve
```

## Use Cases
- Solve complex tasks with multiple AI agents working in parallel
- Iterative refinement through agent coordination
- Redundancy for improved reliability

