CtrlK
BlogDocsLog inGet started
Tessl Logo

ac-parallel-coordinator

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

60

Quality

69%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.claude/skills/ac-parallel-coordinator/SKILL.md

The canonical home for this skill is ac-parallel-coordinator in fernandezbaptiste/Skrillz

SKILL.md
Quality
Evals
Security

Quality

Content

68%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is compact and leads with executable code wired to a real module, demonstrating good progressive disclosure. It is held back by the absence of any validation/verification step for a batch parallel-execution workflow.

Suggestions

Add an explicit validation/verification checkpoint after execute_parallel (e.g., inspect results for failures, assert all ParallelResult entries succeeded) to lift workflow clarity above the batch-operation cap.

Surface 2-3 key ParallelCoordinator methods inline in the API Reference section instead of punting entirely to the source file.

Remove the redundant restatement between the opening line and the Purpose section to tighten conciseness.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence, but the title line, opening sentence, and Purpose section restate the same idea and could be trimmed.

4 / 5

Actionability

The Quick Start provides concrete, import-ready code using the real ParallelCoordinator API, but `project_dir` is undefined and `results` usage is not shown, leaving minor gaps.

4 / 5

Workflow Clarity

A find-opportunities then execute sequence is present, but this batch operation has no validation or verification checkpoint, capping workflow clarity at 3 per the rubric.

3 / 5

Progressive Disclosure

Sections are well organized and the API Reference correctly points one level deep to the real scripts/parallel_coordinator.py, but that section is a bare punt with no key methods surfaced inline.

4 / 5

Total

15

/

20

Passed

Description

70%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description cleanly answers both what and when with concrete trigger phrases and third-person voice. Its main weakness is a thin capability statement that relies on a single verb ("coordinate").

Suggestions

Expand the capability statement to list concrete actions (e.g., detect independent features, schedule parallel groups, collect/merge results) for higher specificity.

Add a few natural synonyms or file/extension cues users might say (e.g., "parallelize", "concurrent tasks") to round out trigger coverage.

DimensionReasoningScore

Specificity

"Coordinate parallel autonomous operations" names the domain and one concrete action, but offers only that single action rather than a comprehensive list of capabilities.

3 / 5

Completeness

It has a clear "what" (coordinate parallel autonomous operations) and an explicit "Use when" clause with concrete triggers, but the "what" is somewhat abstract and could be more specific.

4 / 5

Trigger Term Quality

"running parallel features, managing concurrent work, coordinating multiple agents, optimizing throughput" provides good natural-term coverage, though a few common synonyms are missing.

4 / 5

Distinctiveness Conflict Risk

The parallel-coordination niche is mostly distinct with specific triggers, with only minor overlap risk against general agent/task-management skills.

4 / 5

Total

15

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
fernandezbaptiste/Skrillz
Reviewed

Table of Contents

Is this your skill?

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.