agent-orchestration
Advanced multi-agent orchestration system for coordinating complex workflows and collaborative problem-solving
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Advanced multi-agent orchestration system for coordinating complex workflows and collaborative problem-solving
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
A library of 150 brand and aesthetic design systems (Apple, Stripe, Linear, Vercel, Notion, GitHub, Figma, Spotify, Tesla, and more, plus styles like brutalism, glassmorphism, neumorphism, editorial, minimal). Use when the user wants a UI to look like a brand, match a brand's style or vibe, or adopt a named aesthetic. Read references/<brand>.md for that brand's colors, typography, spacing, radii, and component style before generating any UI.
Apply Anthropic's official brand colors and typography to artifacts for consistent visual identity and professional design standards. A reference for shaping your own.
Create beautiful visual art in PNG and PDF documents using design philosophy and aesthetic principles for posters, illustrations, and static pieces.
Frontend design and UI/UX development tools for shipping production-ready interfaces with strong typographic and layout discipline.
Apply professional font and color themes to artifacts including slides, docs, reports, and HTML landing pages. Ships 10 pre-set themes.
Orchestrates UI and page design. Use when the user asks to design a page, screen, UI, landing page, dashboard, login flow, pricing page, invoice, resume, FAQ, article, slide deck, social card, or any web layout; to make it look like a brand (Apple, Stripe, Linear, Vercel, Notion, ...); or to build a mockup, prototype, wireframe, or HTML preview. Picks a matching layout skill, optionally adopts a brand design system, then writes a single self-contained HTML file to <project>/.devspace/preview/ so DevSpace can preview it.
| name | agent-orchestration |
| description | Advanced multi-agent orchestration system for coordinating complex workflows and collaborative problem-solving |
This built-in skill provides advanced multi-agent orchestration capabilities for coordinating complex workflows, managing agent teams, and enabling collaborative problem-solving across multiple specialized AI agents.
tool: agent-orchestration
action: create_team
team:
name: "Software Development Team"
objective: "Develop a complete web application"
agents:
- role: "Product Manager"
capabilities: ["requirements", "planning", "coordination"]
- role: "Frontend Developer"
capabilities: ["react", "css", "ui_design"]
- role: "Backend Developer"
capabilities: ["nodejs", "database", "api_design"]
- role: "QA Engineer"
capabilities: ["testing", "bug_tracking", "quality_assurance"]
communication_protocol: "structured_messaging"
tool: agent-orchestration
action: orchestrate_task
task:
description: "Build and deploy a machine learning pipeline"
decomposition_strategy: "capability_based"
coordination_method: "sequential_with_feedback"
success_criteria:
- "Pipeline processes data correctly"
- "Model achieves target accuracy"
- "Deployment is successful"
timeout: "24h"
tool: agent-orchestration
action: monitor_performance
team_id: "team-software-dev-001"
metrics:
- "task_completion_rate"
- "communication_efficiency"
- "resource_utilization"
- "error_rate"
reporting_frequency: "hourly"
alerts_enabled: true
The agent-orchestration skill can be configured with the following parameters:
max_team_size: Maximum number of agents in a team (default: 10)communication_timeout: Timeout for agent communication (default: 5m)retry_policy: Retry policy for failed agent interactions (default: exponential_backoff)load_balancing: Load balancing strategy for resource allocation (default: round_robin)fault_tolerance_level: Fault tolerance level (low, medium, high)monitoring_enabled: Enable performance monitoring (default: true)This skill is essential for any agent that needs to coordinate complex multi-agent systems, manage specialized teams, or solve problems that require diverse capabilities. It provides sophisticated orchestration capabilities while maintaining security and reliability.