distros/skills/debian-debootstrap-builder/SKILL.md
Privileged debootstrap builder image (base: debian:13) — ships the debootstrap toolchain used to bootstrap a Debian rootfs from scratch for debian-debootstrap and the debian-debootstrap VM. Lives in the overthinkos/debian submodule (image/debian). MUST be invoked before building or troubleshooting debian-debootstrap-builder.
npx skillsauth add overthinkos/overthink-plugins debian-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:debian-debootstrap and the
/ov-vm:debian bootstrap VM.
Lives in
overthinkos/debian(git submodule atimage/debian). Build:ov -C image/debian image build debian-debootstrap-builder.
| Property | Value |
|----------|-------|
| Base | debian:13 |
| Distro | debian:13, debian |
| Build | deb |
| Layer | debootstrap-builder (pulled by github reference from the main repo) |
| Home repo | overthinkos/debian (image/debian) |
The debootstrap-builder layer (debootstrap + arch-install-scripts equivalents,
grub, parted) stays in the main repo and is shared with
/ov-distros:ubuntu-debootstrap-builder — both pull it by github reference. The
debian distro config (debootstrap suite/mirror/base packages, bootloader
template) lives in the main repo's build.yml and is flat-imported by the
submodule (a bare-string import: item).
/ov-distros:debian — the Docker-Hub-equivalent base (base: debian:13)/ov-distros:debian-debootstrap — the bootstrap-from-scratch rootfs it builds/ov-vm:debian — the VM built via the same debootstrap path/ov-distros:ubuntu-debootstrap-builder — the Ubuntu sibling (also base: debian:13)MUST be invoked before building or debugging the Debian 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.