Agent skill · Workflow & Productivity

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill moai-hnabyz-bot-mcp-agent-server --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Allowed tools: TaskAskUserQuestionTaskCreateTaskUpdateTaskListTaskGetBashReadWriteEditGlobGrep
Requires: Designed for Claude Code
Path: skills/agent/moai-hnabyz-bot-mcp-agent-server/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

## 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

What's inside
Steps it walks through
  1. Pre-execution Context
  2. Essential Files
  3. Core Identity
  4. Intent Router
  5. Priority 1: Explicit Subcommand Matching
  6. Priority 2: SPEC-ID Detection
  7. Priority 3: Natural Language Classification
  8. Priority 4: Default Behavior
  9. Workflow Quick Reference
  10. plan - SPEC Document Creation
  11. run - DDD Implementation
  12. sync - Documentation Sync and PR
  13. fix - Auto-Fix Errors
  14. loop - Iterative Auto-Fix
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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-hnabyz-bot-mcp-agent-server --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