Coordinate parallel autonomous operations. Use when running parallel features, managing concurrent work, coordinating multiple agents, or optimizing throughput.
60
69%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.claude/skills/ac-parallel-coordinator/SKILL.mdThe canonical home for this skill is ac-parallel-coordinator in fernandezbaptiste/Skrillz
Coordinate parallel autonomous operations.
Manages parallel execution of independent features to maximize throughput while maintaining safety.
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])See scripts/parallel_coordinator.py for full implementation.
93ed392
Canonical home
since Sep 12, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.