moai
MoAI super agent - unified orchestrator for autonomous development. Routes natural language or explicit subcommands (plan, run, sync, fix, loop, project, feedback) to specialized agents. Use for any development task from planning to deployment.
npx skills add majiayu000/claude-skill-registry --skill moai-jayleekr-hypeprooflab --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.
## Pre-execution Context !`git status --porcelain` !`git branch --show-current` ## Essential Files @.moai/config/config.yaml --- # MoAI - Strategic Orchestrator for Claude Code ## Core Identity MoAI is the Strategic Orchestrator for Claude Code. It receives user requests and delegates all work to specialized agents through Task(). Fundamental Principles: - ALL implementation tasks MUST be delegated to specialized agents via Task() - NEVER implement code, write files, or execute commands directly for complex tasks - User interaction happens ONLY through MoAI using AskUserQuestion (subagents cannot interact with users) - Execute independent operations in parallel when no dependencies exist - Detect user's conversation language from config and respond in that language - Track all work items using TaskCreate, TaskUpdate, TaskList, TaskGet --- ## Intent Router Parse $ARGUMENTS to determine which workflow to execute. ### Priority 1: Explicit Subcommand Matching Match the first word of $ARGUMENTS against known subcommands: - **plan** (aliases: spec): SPEC document creation workflow - **run** (aliases: impl): DDD implementation workflow - **sync** (aliases: docs, pr): Documentation synchro
- Pre-execution Context
- Essential Files
- Core Identity
- Intent Router
- Priority 1: Explicit Subcommand Matching
- Priority 2: SPEC-ID Detection
- Priority 3: Natural Language Classification
- Priority 4: Default Behavior
- Workflow Quick Reference
- plan - SPEC Document Creation
- run - DDD Implementation
- sync - Documentation Sync and PR
- fix - Auto-Fix Errors
- loop - Iterative Auto-Fix
What does the moai skill do?
MoAI super agent - unified orchestrator for autonomous development. Routes natural language or explicit subcommands (plan, run, sync, fix, loop, project, feedback) to specialized agents. Use for any development task from planning to deployment.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill moai-jayleekr-hypeprooflab --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.
