build

Configure and build nx-std monorepo targets with Meson and Cargo.

Updated Jan 23, 2025
One-click install
npx skills add https://github.com/nx-std/mono --skill build-nx-std
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build
Source: https://github.com/nx-std/mono/tree/main/.claude/skills/build
Command: npx skills add https://github.com/nx-std/mono --skill build-nx-std

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines configuring and building the nx-std monorepo using Meson and Cargo integration, enabling deterministic creation of build artifacts like NRO files.

Core Features & Use Cases

  • Configuration-first workflow: Run just configure before building to set up buildDir with desired options.
  • Target discovery: List available targets with just list-targets to understand what can be compiled.
  • Build execution: Build a specific target with just build <target-name>, or use the all-targets flow.

Quick Start

Just build a target, e.g.: just build hbmenu.nro