Spawn claude, codex, or gemini CLI workers in tmux panes for parallel task execution
72
66%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/omc-teams/SKILL.mdQuality
Discovery
54%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 has strong distinctiveness and good trigger terms with specific tool names, but suffers from missing explicit 'when to use' guidance which is critical for skill selection. The capabilities could be more detailed with specific actions beyond just 'spawn'.
Suggestions
Add a 'Use when...' clause specifying triggers like 'when user wants to run multiple AI agents simultaneously', 'parallel coding tasks', or 'distribute work across CLI tools'
Expand the capabilities to include specific actions like 'coordinate tasks, monitor progress, aggregate results from multiple AI workers'
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (CLI workers, tmux panes) and the core action (spawn for parallel task execution), but doesn't list multiple specific concrete actions like managing workers, monitoring progress, or handling results. | 2 / 3 |
Completeness | Describes what it does (spawn CLI workers in tmux panes) but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill. | 1 / 3 |
Trigger Term Quality | Includes strong natural keywords users would say: 'claude', 'codex', 'gemini', 'CLI', 'workers', 'tmux', 'panes', 'parallel'. These are specific tool names and concepts users would naturally mention. | 3 / 3 |
Distinctiveness Conflict Risk | Very distinct niche combining specific CLI tools (claude, codex, gemini), tmux panes, and parallel execution. Unlikely to conflict with other skills due to the specific combination of technologies. | 3 / 3 |
Total | 9 / 12 Passed |
Implementation
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-structured skill with excellent actionability and workflow clarity. The multi-phase workflow with explicit validation steps and the comprehensive error reference table are strong points. Minor improvements could be made in conciseness by trimming some verbose conditional explanations and potentially splitting detailed reference content to separate files.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is reasonably efficient but includes some redundant explanations (e.g., the detailed tmux detection logic in Phase 0 could be condensed). The comparison table at the end and error reference add value but the workflow phases contain some verbose conditional explanations. | 2 / 3 |
Actionability | Provides fully executable bash commands throughout, concrete examples with real syntax, and copy-paste ready code blocks. The usage examples, CLI commands, and verification steps are all specific and actionable. | 3 / 3 |
Workflow Clarity | Excellent multi-phase workflow with clear sequencing (Phases 0-6), explicit validation checkpoints (verify prerequisites, validate input before decomposing, verify command execution via pane capture), and error recovery guidance in the error reference table. | 3 / 3 |
Progressive Disclosure | Content is well-organized with clear sections and tables, but everything is inline in a single file. The error reference and comparison tables are helpful, but some content (like the detailed Phase 0 tmux detection logic) could potentially be split to a reference file for cleaner overview. | 2 / 3 |
Total | 10 / 12 Passed |
Validation
90%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 10 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
Total | 10 / 11 Passed | |
48ffaac
Table of Contents
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.