distros/skills/cachyos-pacstrap-builder/SKILL.md
Privileged pacstrap builder image for bootstrapping a CachyOS rootfs from scratch. base: ov.arch (via the `ov` import namespace) + the pacstrap-builder layer. Lives in the overthinkos/cachyos submodule (image/cachyos). MUST be invoked before building or troubleshooting cachyos-pacstrap / cachyos-vm.
npx skillsauth add overthinkos/overthink-plugins cachyos-pacstrap-builderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Privileged builder image used to bootstrap a CachyOS root filesystem via
pacstrap inside a container. It is the bootstrap_builder_image: for
/ov-distros:cachyos-pacstrap and the builder_image: for the
/ov-vm:cachyos VM.
Lives in
overthinkos/cachyos(git submodule atimage/cachyos). It isbase: ov.arch— thearchbase from main'sbase.yml, reached because the submodule'soverthink.ymlimports the main repo under theovnamespace. Its single layer,pacstrap-builder, stays in the main repo (shared with/ov-distros:arch-builder's pacstrap path) and is pulled by git reference.
| Property | Value |
|----------|-------|
| Base | ov.arch (from main's base.yml, via the ov import namespace) |
| Layer | pacstrap-builder (@github.com/overthinkos/overthink/layers/pacstrap-builder:<tag>) |
| Distro | arch |
| Build | pac |
| Home repo | overthinkos/cachyos (image/cachyos) |
ov -C image/cachyos image build cachyos-pacstrap-builder
This is the R10 canary for the submodule's composition machinery: a successful
build proves the ov import namespace resolves the arch base from main's
base.yml, the git-ref'd pacstrap-builder layer materializes, and the
flat-imported build.yml (pacstrap builder definition + cachyos distro config)
is reachable.
ov eval image cachyos-pacstrap-builder runs the build-scope eval: 4 probes pass
(/usr/sbin/pacstrap, arch-install-scripts installed, /usr/sbin/grub-install,
/usr/sbin/parted) — i.e. the pacstrap toolchain the builder must ship.
/ov-distros:cachyos — the Docker-Hub CachyOS base (sibling, no pacstrap)/ov-distros:cachyos-pacstrap — the rootfs this builder bootstraps/ov-vm:cachyos — the VM that uses this as builder_image:/ov-distros:arch / /ov-distros:arch-builder — the Arch base + builder it mirrorsMUST be invoked when building or debugging the CachyOS pacstrap path. Invoke BEFORE reading source code or launching Explore agents.
development
Claude Code multi-agent support in Overthink — sub-agents, dynamic workflows, and agent teams, and how each drives the existing `ov eval` disposable beds to test and verify. MUST be invoked before authoring or invoking an ov sub-agent / dynamic workflow / agent team, wiring agent-lifecycle hooks, or asking "which primitive should drive the R10 beds?".
tools
Mounts a virtiofs share tagged `workspace` at /workspace inside a VM guest via a systemd .mount unit. Use when a kind:vm entity shares a host directory into the guest and you need it auto-mounted (and re-mounted at every boot).
development
MUST be invoked before any work involving: the `kind: android` schema kind, a `target: android` deploy, the `apk:` layer package format (installing Android apps declaratively), AndroidDeployTarget, an in-pod emulator OR a remote/physical adb-endpoint device, or nested `pod → android` deployment. The first-class Android device + app surface that sits above `ov eval adb`/`appium`.
tools
Use when committing, branching, pushing, merging, tagging, creating PRs, or approving/merging PRs with gh — the feat/-branch, R10-gated, never-force-push landing workflow across the main repo + the plugins submodule + image/<distro> submodules. Covers sync-to-upstream, branch/worktree pruning, the fork+PR path for contributors without write access, and cross-repo @github landing order.