← スキル一覧に戻る

ac-master-controller
by adaptationio
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: ac-master-controller description: Master controller for complete autonomous operation. Use when starting full autonomous projects, managing end-to-end workflow, controlling autonomous lifecycle, or running complete implementations.
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"
)
Complete Workflow
1. SETUP → Initialize project and config
2. SPEC → Generate feature list from spec
3. LOOP → Run autonomous implementation loop
4. VERIFY → Final validation
5. REPORT → Generate completion report
API Reference
See scripts/master_controller.py for full implementation.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です