hyperb1iss/moonrepo-skill

Agent skills for Moonrepo and Proto

0 stars0 forksUpdated Jan 25, 2026
npx skills add hyperb1iss/moonrepo-skill

README

moonrepo

๐Ÿ”ฎ moonrepo-skill

AI Agent Skills for moonrepo
Build systems that remember

Claude Code skills.sh moon proto

License Release

Installation โ€ข Skills โ€ข Commands โ€ข Agents โ€ข Compatibility


๐Ÿ’Ž What This Is

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:

  • Complete configuration references for workspace, tasks, and toolchains
  • v2 migration guidance with breaking changes documented
  • Real examples from production setups
  • Slash commands for common workflows

Works with Claude Code, Cursor, GitHub Copilot, Gemini CLI, and any agent supporting the skills.sh ecosystem.

โšก Installation

Claude Code Plugin

# Add the marketplace
/plugin marketplace add hyperb1iss/moonrepo-skill

# Install the plugin
/plugin install moonrepo

Vercel Skills (skills.sh)

npx add-skill hyperb1iss/moonrepo-skill

Manual (Any Agent)

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

Skills are contextual knowledge that agents invoke when relevant.

SkillTriggers OnWhat It Provides
moonmoon.yml, workspace config, task setupComplete moon v2 configuration, task inheritance, CI patterns
proto.prototools, version management, pluginsMulti-language version pinning, plugin development, exec workflows

moon Skill

Covers the full moon ecosystem:

  • Workspace configuration โ€” Project discovery, VCS settings, runner options
  • Task configuration โ€” Commands, scripts, inputs/outputs, caching, inheritance
  • Toolchain setup โ€” Node.js, Bun, Deno, Rust, Go, Python configuration
  • CI/CD patterns โ€” GitHub Actions, affected detection, parallelization
  • v2 migration โ€” Breaking changes from v1, renamed fields, new features

proto Skill

Covers proto version management:

  • Core commands โ€” install, pin, run, exec, outdated, clean
  • Configuration โ€” .prototools format, version specifiers, settings
  • Plugin system โ€” TOML and WASM plugins, development workflow
  • Build from source โ€” Compiling tools when pre-built unavailable
  • Integration โ€” moon toolchain backend, CI setup

๐Ÿช„ Commands

Slash commands for common workflows:

CommandDescription
/moonrepo:moon-initInitialize moon workspace with guided setup
/moonrepo:moon-runExecute moon tasks with target syntax help
/moonrepo:moon-queryQuery projects and tasks with MQL
/moonrepo:proto-installInstall and configure tools via proto
/moonrepo:proto-pinPin tool versions for team consistency

๐Ÿฆ‹ Agents

Specialized subagents for complex tasks:

AgentPurpose
moon-workspace-analyzerAnalyze monorepo structure, suggest optimizations
moon-task-creator

...

Read full README

Publisher

hyperb1isshyperb1iss

Statistics

Stars0
Forks0
Open Issues0
LicenseApache License 2.0
CreatedJan 25, 2026