npx claudepluginhub hyperb1iss/moonrepo-skillAI agent skills for moon build system and proto version manager - the polyglot monorepo toolkit
AI Agent Skills for moonrepo
Build systems that remember
Installation • Skills • Commands • Agents • Compatibility
moonrepo-skill gives your AI coding agents deep knowledge of moon and proto—the polyglot monorepo build system and multi-language version manager.
Instead of agents fumbling through docs or hallucinating configs, they get:
Works with Claude Code, Cursor, GitHub Copilot, Gemini CLI, and any agent supporting the skills.sh ecosystem.
# Add the marketplace
/plugin marketplace add hyperb1iss/moonrepo-skill
# Install the plugin
/plugin install moonrepo
npx add-skill hyperb1iss/moonrepo-skill
Copy the skills/ directory to your agent's skills location, or symlink it:
git clone https://github.com/hyperb1iss/moonrepo-skill.git
ln -s moonrepo-skill/skills ~/.claude/skills/moonrepo
Skills are contextual knowledge that agents invoke when relevant.
| Skill | Triggers On | What It Provides |
|---|---|---|
| moon | moon.yml, workspace config, task setup | Complete moon v2 configuration, task inheritance, CI patterns |
| proto | .prototools, version management, plugins | Multi-language version pinning, plugin development, exec workflows |
Covers the full moon ecosystem:
Covers proto version management:
.prototools format, version specifiers, settingsSlash commands for common workflows:
| Command | Description |
|---|---|
/moonrepo:moon-init | Initialize moon workspace with guided setup |
/moonrepo:moon-run | Execute moon tasks with target syntax help |
/moonrepo:moon-query | Query projects and tasks with MQL |
/moonrepo:proto-install | Install and configure tools via proto |
/moonrepo:proto-pin | Pin tool versions for team consistency |
Specialized subagents for complex tasks: