# MoAI-ADK — Spec-First Claude Code Agent Kit > MoAI-ADK ships a Go-based Claude Code environment with 24 agents, 52 skills, 18 languages, and strong quality gates for agent-first teams. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash git clone https://github.com/modu-ai/moai-adk cd moai-adk rg -n "Installation|Quick Start|agents|skills" README.md ``` ## Intro MoAI-ADK ships a Go-based Claude Code environment with 24 agents, 52 skills, 18 languages, and strong quality gates for agent-first teams. **Best for:** teams that want a pre-structured Claude Code environment with specs, gates, and specialized roles rather than assembling every rule themselves **Works with:** Claude Code, Git, multi-language codebases, agent-role workflows, spec-driven development and quality gates **Setup time:** 12-20 minutes ### Key facts (verified) - GitHub: 997 stars · 83 forks · pushed 2026-05-13. - License: Apache-2.0; owner avatar verified from GitHub API for modu-ai. - Entry point checked from README: `moai-adk --help`. ## Main MoAI-ADK is opinionated infrastructure. The value is not only the skill count, but the fact that roles, hooks, and quality gates are bundled into one coherent operating model. Its published numbers matter: 24 agents, 52 skills, 18 languages, and 27 hook events signal that the maintainers are optimizing for breadth and consistency rather than a tiny demo. Evaluate it when you want a strong default system for Claude Code adoption across a team and you are willing to accept its spec-first philosophy. ### Source-backed notes - README states 24 specialized AI agents and 52 skills. - The Go rewrite claims 18 programming languages and 27 Claude Code hook events. - Key numbers also include roughly 38,700+ lines of Go and 85-100% test coverage. ### FAQ **Q: What makes it different from a loose prompt pack?** A: It bundles agents, skills, quality gates, and hook events into one environment. **Q: Is it lightweight?** A: It is distributed as a Go-based single-binary environment rather than a large Python dependency chain. **Q: Who should try it?** A: Teams standardizing Claude Code usage across many repos or languages. ## Source & Thanks > Source: https://github.com/modu-ai/moai-adk > License: Apache-2.0 > GitHub stars: 997 · forks: 83 --- ## Quick Use ```bash git clone https://github.com/modu-ai/moai-adk cd moai-adk rg -n "Installation|Quick Start|agents|skills" README.md ``` ## Intro MoAI-ADK 提供 Go 实现的 Claude Code 开发环境,内含 24 个 agent、52 个 skills、18 种语言支持与严格质量门槛,适合团队标准化使用。 **Best for:** 不想从零拼装 rules、hooks 与角色分工,而是想直接采用一套结构化 Claude Code 环境的团队 **Works with:** Claude Code、Git、多语言代码库、角色化 agent 工作流、规格驱动开发与质量门槛 **Setup time:** 12-20 minutes ### Key facts (verified) - GitHub:997 stars · 83 forks;最近更新 2026-05-13。 - 许可证:Apache-2.0;作者头像与仓库链接均已通过 GitHub API 复核。 - README 中核对过的入口命令:`moai-adk --help`。 ## Main MoAI-ADK 是一套带强观点的基础设施。价值不只是 skill 数量,而是角色、hook 与质量门槛被打包成了一个完整运转模型。 README 给出的数字很关键:24 个 agent、52 个 skills、18 种语言、27 个 hook 事件,说明它追求的是覆盖面与一致性,而不是小型演示。 如果你想为团队导入 Claude Code 建立一套强默认值,并且接受规格优先的工作方式,它值得优先评估。 ### Source-backed notes - README states 24 specialized AI agents and 52 skills. - The Go rewrite claims 18 programming languages and 27 Claude Code hook events. - Key numbers also include roughly 38,700+ lines of Go and 85-100% test coverage. ### FAQ **问:What makes it different from a loose prompt pack?** 答:It bundles agents, skills, quality gates, and hook events into one environment. **问:Is it lightweight?** 答:It is distributed as a Go-based single-binary environment rather than a large Python dependency chain. **问:Who should try it?** 答:Teams standardizing Claude Code usage across many repos or languages. ## Source & Thanks > Source: https://github.com/modu-ai/moai-adk > License: Apache-2.0 > GitHub stars: 997 · forks: 83 --- Source: https://tokrepo.com/en/workflows/moai-adk-spec-first-claude-code-agent-kit Author: Skill Factory