🎯

ac-autonomous-orchestrator

🎯Skill

from adaptationio/skrillz

VibeIndex|
What it does

Orchestrates autonomous coding operations by coordinating components, managing lifecycle, and executing feature implementations across a project.

ac-autonomous-orchestrator

Installation

Install skill:
npx skills add https://github.com/adaptationio/skrillz --skill ac-autonomous-orchestrator
1
AddedJan 27, 2026

Skill Details

SKILL.md

Main orchestrator for autonomous coding operations. Use when running autonomous sessions, coordinating components, managing the full lifecycle, or orchestrating implementations.

Overview

# 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.

More from this repository10

🎯
analysis🎯Skill

Performs comprehensive analysis of code, skills, processes, and data to extract actionable insights, identify patterns, and drive data-driven improvements.

🎯
auto-claude-troubleshooting🎯Skill

Automatically diagnoses and resolves Auto-Claude installation, configuration, and runtime issues across different platforms and environments.

🎯
xai-auth🎯Skill

Authenticates and configures xAI Grok API access using Twitter/X account credentials, enabling seamless integration with OpenAI-compatible SDK methods.

🎯
xai-financial-integration🎯Skill

Retrieve and integrate xAI Grok sentiment with financial data APIs to generate comprehensive market insights and analysis.

🎯
xai-crypto-sentiment🎯Skill

xai-crypto-sentiment skill from adaptationio/skrillz

🎯
twelvedata-api🎯Skill

Retrieves comprehensive financial market data including stocks, forex, crypto, and technical indicators using the Twelve Data API.

🎯
xai-x-search🎯Skill

Enables real-time Twitter/X searches using Grok API to extract insights, track trends, monitor accounts, and analyze social discussions.

🎯
xai-agent-tools🎯Skill

Enables autonomous agents to search X, web, execute code, and analyze documents with server-side tool management.

🎯
auto-claude-optimization🎯Skill

Optimizes Claude AI performance by reducing token usage, managing API costs, and improving build speed through intelligent model and context selection.

🎯
auto-claude-setup🎯Skill

Automates comprehensive installation and setup of Auto-Claude across Windows, macOS, Linux, and WSL with multi-platform support and dependency management.