distros/skills/ubuntu-debootstrap-builder/SKILL.md
Privileged debootstrap builder image (base: debian:13 — debootstrap is a Debian tool that bootstraps Ubuntu suites too) — ships the debootstrap toolchain for ubuntu-debootstrap and the ubuntu-debootstrap VM. Lives in the overthinkos/ubuntu submodule (image/ubuntu). MUST be invoked before building or troubleshooting ubuntu-debootstrap-builder.
npx skillsauth add overthinkos/overthink-plugins ubuntu-debootstrap-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 that ships the debootstrap toolchain (the
debootstrap-builder layer). It is the from: builder:debootstrap /
bootstrap_builder_image: target for /ov-distros:ubuntu-debootstrap and the
/ov-vm:ubuntu bootstrap VM.
Lives in
overthinkos/ubuntu(git submodule atimage/ubuntu). Build:ov -C image/ubuntu image build ubuntu-debootstrap-builder.
| Property | Value |
|----------|-------|
| Base | debian:13 (debootstrap is a Debian tool — it bootstraps Ubuntu suites from a Debian builder) |
| Distro | debian:13, debian |
| Build | deb |
| Layer | debootstrap-builder (pulled by github reference from the main repo) |
| Home repo | overthinkos/ubuntu (image/ubuntu) |
The debootstrap-builder layer stays in the main repo and is shared with
/ov-distros:debian-debootstrap-builder — both pull it by github reference. The
ubuntu distro config (inherits: debian; debootstrap suite noble, mirror
http://archive.ubuntu.com/ubuntu, base packages) lives in the main repo's
build.yml and is flat-imported by the submodule (a bare-string import: item).
/ov-distros:ubuntu — the Docker-Hub base (base: ubuntu:24.04)/ov-distros:ubuntu-debootstrap — the bootstrap-from-scratch rootfs it builds/ov-vm:ubuntu — the VM built via the same debootstrap path/ov-distros:debian-debootstrap-builder — the Debian sibling (same base: debian:13)MUST be invoked before building or debugging the Ubuntu debootstrap builder. 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.