AC Autonomous Orchestrator
SkillAI & modelsMain orchestrator for autonomous coding operations. Use when running autonomous sessions, coordinating components, managing the full lifecycle, or orchestrating implementations.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the AC Autonomous Orchestrator skill
What this skill tells your AI
The instructions your AI receives, as published by majiayu000/claude-skill-registry in skills/agent/ac-autonomous-orchestrator/SKILL.md and read by ahel’s review.
Main orchestrator for autonomous coding operations.
Purpose
Coordinates all autonomous coding components, managing the complete lifecycle from initialization through feature completion.
Quick Start
from scripts.autonomous_orchestrator import AutonomousOrchestrator
orchestrator = AutonomousOrchestrator(project_dir)
await orchestrator.initialize(objective="Build user authentication")
result = await orchestrator.run()
Orchestration Flow
1. INIT → Load config, setup session
2. PLAN → Generate/load feature list
3. EXECUTE → TDD implementation loop
4. VALIDATE → QA review and validation
5. COMMIT → Git commit changes
6. CONTINUE → Next feature or handoff
Integration
Coordinates all AC skills for unified operation.
API Reference
See scripts/autonomous_orchestrator.py for full implementation.
Signals
- GitHub stars
- 607
- Forks
- 94
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
ac-autonomous-orchestrator- Source
- github.com/majiayu000/claude-skill-registry