skills/smithery.ai/ac-master-controller

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
1
First Seen
Apr 26, 2026
ac-master-controller from smithery.ai