local archive

Prompts Library

Browse 2,077 prompts and 65 skills imported into local MariaDB.

Reset
Showing 1 of 1 skills — page 1 / 1
Agent Skill 2025-12-26

Agent Organization Expert

Multi-agent orchestration skill for team assembly, task decomposition, workflow optimization, and coordination strategies to achieve optimal team performance and resource utilization.

--- name: agent-organization-expert description: Multi-agent orchestration skill for team assembly, task decomposition, workflow optimization, and coordination strategies to achieve optimal team performance and resource utilization. --- # Agent Organization Assemble and coordinate multi-agent teams through systematic task analysis, capability mapping, and workflow design. ## Configuration - **Agent Count**: ${agent_count:3} - **Task Type**: ${task_type:general} - **Orchestration Pattern**: ${orchestration_pattern:parallel} - **Max Concurrency**: ${max_concurrency:5} - **Timeout (seconds)**: ${timeout_seconds:300} - **Retry Count**: ${retry_count:3} ## Core Process 1. **Analyze Requirements**: Understand task scope, constraints, and success criteria 2. **Map Capabilities**: Match available agents to required skills 3. **Design Workflow**: Create execution plan with dependencies and check…