Agent skill
modu-ai-moai-adk-moai-tool-opencode
Multi-agent orchestration using MoAI framework for complex task coordination. Use when orchestrating multiple agents or building multi-agent workflows.
Install this agent skill to your Project
npx add-skill https://github.com/cpa03/blueprintify/tree/main/.opencode/skill/modu-ai-moai-adk-moai-tool-opencode
SKILL.md
MoAI ADK - Multi-agent Orchestration Interface
Purpose
Orchestrate multiple AI agents for complex tasks using the MoAI framework.
Core Concepts
Agent Roles
- Planner: Breaks down complex tasks
- Executor: Performs specific actions
- Reviewer: Validates outputs
- Integrator: Combines results
Workflow Orchestration
- Task decomposition
- Agent assignment
- Parallel execution
- Result aggregation
- Quality verification
MoAI Tool Integration
Tools Available
- Task dispatch
- Context sharing
- Result aggregation
- Conflict resolution
Usage Patterns
Pattern 1: Sequential Pipeline
Input → Agent A → Agent B → Agent C → Output
Pattern 2: Parallel Processing
┌→ Agent A →┐
Input → ├→ Agent B →┼→ Integrator → Output
└→ Agent C →┘
Pattern 3: Review Loop
Input → Executor → Reviewer → (Approved → Output)
└→ (Rejected → Executor)
Best Practices
- Clear Interfaces: Define inputs/outputs for each agent
- Context Management: Share relevant context between agents
- Error Handling: Plan for agent failures
- Progress Tracking: Monitor multi-agent workflows
- Result Verification: Validate final outputs
OpenCode Integration
Works seamlessly with OpenCode's subagent system:
- Use
subagenttool for agent dispatch - Leverage
skilltool for capability loading - Monitor with
todotool for task tracking
Usage
Activate for:
- Complex feature development
- Multi-step refactoring
- Cross-domain tasks
- Quality assurance workflows
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
ci-pipeline-update
Updates CI/CD pipelines for DevOps Engineer
obra-superpowers-test-driven-development
Use when implementing any feature or bugfix, before writing implementation code
typescript-refactor
Safely refactor TypeScript code while maintaining type safety and test coverage. Includes verification steps.
obra-superpowers-using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
react-component-create
Create new React components following project patterns and best practices. Includes proper typing, testing, and documentation.
madappgang-claude-code-debugging-strategies
Universal debugging strategies and techniques applicable across all technology stacks. Use when approaching unknown bugs or need language-agnostic debugging methodology.
Didn't find tool you were looking for?