moai-core-agent-guide
Complete guide to MoAI-ADK agents, delegation patterns, and agent orchestration for intelligent task distribution
npx skills add majiayu000/claude-skill-registry --skill moai-core-agent-guide --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# MoAI Agent Architecture & Delegation Guide - **Master guide for agent selection, delegation patterns, and orchestration strategies** > **Scope**: MoAI-ADK Agent System > **Framework**: Task delegation, parallel execution, context management > **Keywords**: agents, delegation, orchestration, task-distribution, specialist-expertise ## Level 1: Quick Reference ### Agent Hierarchy **Tier 1: Specialized Agents** (domain expertise) - spec-builder: SPEC-First requirements - tdd-implementer: TDD implementation - backend-expert: API & services - frontend-expert: UI components - security-expert: Security patterns **Tier 2: Support Agents** (task-specific) - docs-manager: Documentation - quality-gate: Quality validation - performance-engineer: Optimization **Tier 3: Skill-based Agents** (knowledge capsules) - Delegated to moai-* Skills via Skill() calls --- ## Level 2: Agent Delegation Patterns ### When to Use Agent Delegation Use delegation when: - Task requires specialized expertise - Multiple domains involved - Token budget optimization needed - Parallel execution beneficial ### Sequential vs Parallel **Sequential**: Steps depend on previous results **Parallel**: Independent tasks run si
- Level 1: Quick Reference
- Agent Hierarchy
- Level 2: Agent Delegation Patterns
- When to Use Agent Delegation
- Sequential vs Parallel
- Level 3: Advanced Orchestration
- Multi-Agent Workflows
- References
What does the moai-core-agent-guide skill do?
Complete guide to MoAI-ADK agents, delegation patterns, and agent orchestration for intelligent task distribution
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill moai-core-agent-guide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
