.claude/skills/ac-master-controller/SKILL.md
Master controller for complete autonomous operation. Use when starting full autonomous projects, managing end-to-end workflow, controlling autonomous lifecycle, or running complete implementations.
npx skillsauth add adaptationio/skrillz ac-master-controllerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Master controller for end-to-end autonomous coding.
Provides the highest-level interface for autonomous coding, managing complete project implementations from spec to completion.
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"
)
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
See scripts/master_controller.py for full implementation.
development
Setup secure web-based terminal access to WSL2 from mobile/tablet via ttyd + ngrok/Cloudflare/Tailscale. One-command install, start, stop, status. Use when you need remote terminal access, web terminal, browser-based shell, or mobile access to WSL2 environment.
development
Complete development workflows where Claude writes the code while Gemini and Codex provide research, planning, reviews, and different perspectives. Claude remains the main developer. Use for complex projects requiring expert planning and multi-perspective reviews.
development
Systematic progress tracking for skill development. Manages task states (pending/in_progress/completed), updates in real-time, reports progress, identifies blockers, and maintains momentum. Use when tracking skill development, coordinating work, or reporting progress.
testing
Comprehensive testing workflow orchestrating functional testing, example validation, integration testing, and usability assessment. Sequential workflow for complete skill testing from examples through scenarios to integration validation. Use when conducting thorough testing, pre-deployment validation, ensuring skill functionality, or comprehensive quality checks.