Agent skill · Workflow & Productivity

moai-core-agent-guide

Complete guide to MoAI-ADK agents, delegation patterns, and agent orchestration for intelligent task distribution

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Version: 4.0.0
Path: skills/agent/moai-core-agent-guide/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Level 1: Quick Reference
  2. Agent Hierarchy
  3. Level 2: Agent Delegation Patterns
  4. When to Use Agent Delegation
  5. Sequential vs Parallel
  6. Level 3: Advanced Orchestration
  7. Multi-Agent Workflows
  8. References
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going