ultrapilot

Installation
SKILL.md

Ultrapilot Skill

Parallel autopilot that spawns multiple workers with file ownership partitioning for maximum speed.

Overview

Ultrapilot is the parallel evolution of autopilot. It decomposes your task into independent parallelizable subtasks, assigns non-overlapping file sets to each worker, and runs them simultaneously.

Key Capabilities:

  1. Decomposes task into parallel-safe components
  2. Partitions files with exclusive ownership (no conflicts)
  3. Spawns up to 20 parallel workers
  4. Coordinates progress via TaskOutput
  5. Integrates changes with sequential handling of shared files
  6. Validates full system integrity

Speed Multiplier: Up to 5x faster than sequential autopilot for suitable tasks.

Usage

Related skills
Installs
72
GitHub Stars
33.7K
First Seen
Jan 24, 2026