Meta-agent skill for orchestrating complex tasks through autonomous sub-agents. Decomposes macro tasks into subtasks, spawns specialized sub-agents with dynamically generated SKILL.md files, coordinates file-based communication, consolidates results, and dissolves agents upon completion. MANDATORY TRIGGERS: orchestrate, multi-agent, decompose task, spawn agents, sub-agents, parallel agents, agent coordination, task breakdown, meta-agent, agent factory, delegate tasks
87
Quality
83%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Quality
Discovery
82%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a strong description with excellent specificity about concrete actions and comprehensive trigger terms. The main weakness is the lack of an explicit 'Use when...' clause - while MANDATORY TRIGGERS lists keywords, it doesn't provide contextual guidance on when Claude should select this skill. The description uses proper third-person voice throughout.
Suggestions
Add an explicit 'Use when...' clause that describes scenarios, e.g., 'Use when the user needs to break down a complex task into parallel workstreams, coordinate multiple specialized agents, or manage autonomous task delegation.'
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: 'Decomposes macro tasks into subtasks, spawns specialized sub-agents with dynamically generated SKILL.md files, coordinates file-based communication, consolidates results, and dissolves agents upon completion.' | 3 / 3 |
Completeness | Clearly describes WHAT the skill does (orchestrating, decomposing, spawning, coordinating, consolidating, dissolving), but lacks an explicit 'Use when...' clause. The 'MANDATORY TRIGGERS' section lists keywords but doesn't explain WHEN to use the skill in context. | 2 / 3 |
Trigger Term Quality | Includes comprehensive natural keywords users would say: 'orchestrate, multi-agent, decompose task, spawn agents, sub-agents, parallel agents, agent coordination, task breakdown, meta-agent, agent factory, delegate tasks' - these cover various ways users might request this functionality. | 3 / 3 |
Distinctiveness Conflict Risk | Highly distinctive with a clear niche around multi-agent orchestration. Terms like 'meta-agent', 'spawn agents', 'sub-agents', and 'agent factory' are very specific and unlikely to conflict with other skills. | 3 / 3 |
Total | 11 / 12 Passed |
Implementation
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a strong skill with excellent workflow clarity and actionability. The multi-phase orchestration process is well-documented with concrete code examples and clear state management. Minor verbosity in explanatory sections (decomposition principles, best practices) could be trimmed since Claude would naturally apply these patterns.
Suggestions
Trim the 'Decomposition Principles' and 'Best Practices' sections to 1-2 essential points each, as Claude already understands these concepts
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is mostly efficient but includes some unnecessary verbosity, such as the decomposition principles list and best practices that Claude would naturally follow. The workflow phases could be tightened. | 2 / 3 |
Actionability | Provides concrete, executable code examples including bash commands, Python snippets, and specific file structures. The Task tool usage pattern is copy-paste ready with clear parameters. | 3 / 3 |
Workflow Clarity | Excellent multi-phase workflow with clear sequencing (Phases 1-6), explicit state transitions in status.json (pending → running → completed | failed), and validation steps during consolidation. The dependency graph example clarifies sequential vs parallel work. | 3 / 3 |
Progressive Disclosure | Well-structured with clear overview sections and appropriate references to external files (sub-agent-templates.md, communication-protocol.md). Content is appropriately split between quick reference inline and detailed specs in referenced files. | 3 / 3 |
Total | 11 / 12 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.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
45f9fac
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.