ac-autonomous-orchestrator
The ac-autonomous-orchestrator manages the complete lifecycle of autonomous coding operations by coordinating component initialization, planning, test-driven development execution, validation, and version control commits. Use it when running autonomous development sessions that require orchestrated management across multiple features or when implementing full project workflows from objective definition through completion.
git clone --depth 1 https://github.com/majiayu000/claude-skill-registry /tmp/ac-autonomous-orchestrator && cp -r /tmp/ac-autonomous-orchestrator/skills/agent/ac-autonomous-orchestrator ~/.claude/skills/ac-autonomous-orchestratorSKILL.md
# AC Autonomous Orchestrator Main orchestrator for autonomous coding operations. ## Purpose Coordinates all autonomous coding components, managing the complete lifecycle from initialization through feature completion. ## Quick Start ```python 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.
Use when you need to install the embedded robot agents into either .cursor/agents or .claude/agents, selecting the destination interactively and copying the embedded agent definitions from project assets. This should trigger for requests such as Install embedded agents; Bootstrap .cursor/agents; Bootstrap .claude/agents; Copy robot agents. Part of cursor-rules-java project
Use when you need to generate an AGENTS.md file for a Java repository — covering project conventions, tech stack, file structure, commands, Git workflow, and contributor boundaries — through a modular, step-based interactive process that adapts to your specific project needs. This should trigger for requests such as Create AGENTS.md; Update AGENTS.md file; Add agent instructions. Part of cursor-rules-java project
>
Generated skill from request: trinity auto-boot validator
Create your OpenAI Agents SDK skill in one prompt, then learn to improve it throughout the chapter
Create your OpenAI Agents SDK skill in one prompt, then learn to improve it throughout the chapter
Create your Google Agent Development Kit skill in one prompt, then learn to improve it throughout the chapter