CtrlK
BlogDocsLog inGet started
Tessl Logo

dmux-workflows

Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across Claude Code, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent development workflows.

62

Quality

73%

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 ./.agents/skills/dmux-workflows/SKILL.md
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 content is well-structured, lean, and actionable with concrete commands and illustrative patterns. The key weakness is workflow clarity: parallel agent and branch-merge workflows lack explicit validation checkpoints and error-recovery loops.

Suggestions

Add explicit validation checkpoints to the merge workflows, e.g. after merging panes/branches run tests or a build and only finalize when green, with a fix-and-retry loop on failure.

Tighten the workflow pattern blocks into a consistent step format (1. split, 2. run, 3. verify, 4. merge) so each pattern shows its validation step rather than only the merge step.

Consider extracting the five workflow patterns into a referenced patterns file if the skill grows, to keep the overview concise and improve progressive-disclosure structure.

DimensionReasoningScore

Conciseness

The body is lean and avoids re-explaining concepts Claude already knows (it explains dmux specifics, not generic tmux/git basics); a few sections like the pattern prompts could be tightened slightly.

4 / 5

Actionability

It provides concrete executable commands (`dmux`, `npm install -g dmux`, `git worktree add`) and example prompts, but pane interaction relies on interactive keystrokes rather than fully copy-pasteable sequences.

4 / 5

Workflow Clarity

Sequences are clear (create panes, run, merge) but validation is only implicit ("Review pane output before merging"); for batch multi-agent work and branch merging there is no explicit validate-fix-retry checkpoint, which caps this at 3.

3 / 5

Progressive Disclosure

The single SKILL.md is well-organized into clearly headed sections with no nested or buried references; at over 50 lines it stays inline rather than splitting some patterns into referenced files, leaving minor organization gaps.

4 / 5

Total

15

/

20

Passed

Description

78%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.

A strong description that clearly states both capability and trigger conditions with natural language. Its main weakness is specificity: the actions described (orchestration, coordination) are somewhat abstract rather than a concrete enumerated action list.

Suggestions

Add concrete enumerated actions to lift specificity, e.g. "Split tasks into parallel agent panes, run harness sessions concurrently, and merge results back into the main session."

Include additional natural trigger phrases users say, such as "split this work", "divide and conquer", or "fan out agents", to broaden trigger-term coverage.

DimensionReasoningScore

Specificity

The description names the domain (multi-agent orchestration) and a couple of actions ("running multiple agent sessions in parallel", "coordinating multi-agent development workflows"), but the actions are fairly generic rather than a comprehensive list of concrete capabilities.

3 / 5

Completeness

It explicitly answers both what ("Multi-agent orchestration using dmux... Patterns for parallel agent workflows across...") and when ("Use when running multiple agent sessions in parallel or coordinating multi-agent development workflows") with concrete trigger phrases.

5 / 5

Trigger Term Quality

It includes natural user phrases like "parallel", "multi-agent", and "multiple agent sessions", but misses common synonyms a user might say such as "split this work" or "divide and conquer".

4 / 5

Distinctiveness Conflict Risk

The dmux-specific framing and named harnesses give it a clear niche, but the broader concept of parallel/multi-agent orchestration has minor overlap risk with other multi-agent skills.

4 / 5

Total

16

/

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
affaan-m/ECC
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.