askill
ac-parallel-coordinator

ac-parallel-coordinatorSafety 30Repository

Coordinate parallel autonomous operations. Use when running parallel features, managing concurrent work, coordinating multiple agents, or optimizing throughput.

4 stars
1.2k downloads
Updated 1/16/2026

Package Files

Loading files...
SKILL.md

AC Parallel Coordinator

Coordinate parallel autonomous operations.

Purpose

Manages parallel execution of independent features to maximize throughput while maintaining safety.

Quick Start

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.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

48/100Analyzed 2/25/2026

A basic skill for coordinating parallel operations with minimal but structured content. Includes a purpose, code example, and API reference pointing to implementation. The skill is reasonably clear but very brief, lacking detailed parameters, safety considerations, and comprehensive examples. While located in a proper skills folder with tags, it references a project-specific implementation file limiting its reusability beyond this repository."

30
55
45
50
50

Metadata

Licenseunknown
Version-
Updated1/16/2026
Publisheradaptationio

Tags

api