ac-master-controller

Installation
SKILL.md

AC Master Controller

Master controller for end-to-end autonomous coding.

Purpose

Provides the highest-level interface for autonomous coding, managing complete project implementations from spec to completion.

Quick Start

from scripts.master_controller import MasterController

controller = MasterController(project_dir)
result = await controller.run_project(
    spec="Build a REST API with user authentication",
    objective="Complete API implementation"
)
Installs
20
GitHub Stars
11
First Seen
Jan 24, 2026
ac-master-controller — adaptationio/skrillz