From xonovex-skill-moon
Use when configuring moonrepo monorepo tasks. Triggers on `.moon/` config files, `moon.yml`, and prompts about task definitions, project tags, task inheritance, language toolchains, project queries, or task caching, even when the user doesn't say 'moonrepo'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xonovex-skill-moon:moon-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Moon ≥ 2.0, Node.js for JavaScript/TypeScript projects.
moon migrate v2 to automate configuration updates..moon/tasks/*.yml for auto-inheritance, see references/task-configuration.md, references/task-inheritance.mdproject:task, #tag:task, :task (all), --query, --affectedmoon.yml, workspace uses .moon/workspace.yml.moon/toolchains.yml (plural in v2)script: for shell features (pipes, redirects, chaining); command: for simple executables onlybash on Unix, pwsh on Windows)platform → toolchains, type → layer, toolchain.yml → toolchains.yml$VAR substitutes empty string (not syntax fallback); use ${VAR:-default} for defaults.moon/tasks/*.yml (by tag/language) → project moon.yml — overriding requires the same task key in the project filedeps: are project-scoped — cross-project deps need <project>:<task> syntaxmoon ci skips persistent server tasks (preset: 'server') and any task with options.runInCI: false — never gate CI-only checks behind a non-CI taskGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.
npx claudepluginhub xonovex/platform --plugin xonovex-skill-moon