ac-parallel-coordinator
π―Skillfrom adaptationio/skrillz
Coordinates and optimizes parallel autonomous operations across multiple agents or features to maximize concurrent work and system throughput.
Installation
npx skills add https://github.com/adaptationio/skrillz --skill ac-parallel-coordinatorSkill Details
Coordinate parallel autonomous operations. Use when running parallel features, managing concurrent work, coordinating multiple agents, or optimizing throughput.
Overview
# AC Parallel Coordinator
Coordinate parallel autonomous operations.
Purpose
Manages parallel execution of independent features to maximize throughput while maintaining safety.
Quick Start
```python
from scripts.parallel_coordinator import ParallelCoordinator
coordinator = ParallelCoordinator(project_dir)
parallel_groups = await coordinator.find_parallel_opportunities()
results = await coordinator.execute_parallel(parallel_groups[0])
```
API Reference
See scripts/parallel_coordinator.py for full implementation.
More from this repository10
Performs comprehensive analysis of code, skills, processes, and data to extract actionable insights, identify patterns, and drive data-driven improvements.
Automatically diagnoses and resolves Auto-Claude installation, configuration, and runtime issues across different platforms and environments.
Enables real-time Twitter/X searches using Grok API to extract insights, track trends, monitor accounts, and analyze social discussions.
Authenticates and configures xAI Grok API access using Twitter/X account credentials, enabling seamless integration with OpenAI-compatible SDK methods.
xai-crypto-sentiment skill from adaptationio/skrillz
Retrieves comprehensive financial market data including stocks, forex, crypto, and technical indicators using the Twelve Data API.
Retrieve and integrate xAI Grok sentiment with financial data APIs to generate comprehensive market insights and analysis.
Optimizes Claude AI performance by reducing token usage, managing API costs, and improving build speed through intelligent model and context selection.
Enables autonomous agents to search X, web, execute code, and analyze documents with server-side tool management.
Enables persistent, cross-session memory with semantic search using a graph-based knowledge system across multiple AI providers.