distros/skills/fedora-remote/SKILL.md
Fedora image using remote layer references from GitHub. Demonstrates the @github.com/org/repo/layers/name:version remote layer syntax. MUST be invoked before building, deploying, configuring, or troubleshooting the fedora-remote image.
npx skillsauth add overthinkos/overthink-plugins fedora-remoteInstall 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.
Fedora image built with remote layer references — layers fetched from GitHub at build time.
| Property | Value | |----------|-------| | Base | quay.io/fedora/fedora:43 | | Layers | (remote refs) | | Platforms | linux/amd64 | | Registry | ghcr.io/overthinkos |
layers:
- "@github.com/overthinkos/overthink/layers/dev-tools:main"
- "@github.com/overthinkos/overthink/layers/build-toolchain:v2026.64.1937"
- "@github.com/overthinkos/overthink/layers/nodejs"
dev-tools:main — pinned to main branchbuild-toolchain:v2026.64.1937 — pinned to specific version tagnodejs — default branch (no version specified)ov image build fedora-remote
ov shell fedora-remote
/ov-coder:dev-tools — bat, ripgrep, neovim, gh, direnv, etc./ov-coder:build-toolchain — gcc, cmake, autoconf, ninja, git/ov-coder:nodejs — Node.js + npmAfter ov image build:
ov image list — image appears in listov shell fedora-remote — interactive shell works/ov-distros:fedora — local-layer parent base image/ov-distros:fedora-builder — local-layer alternative bundling the same tooling/ov-build:build — fetch remote layer refs and build the image/ov-build:validate — validate remote layer references resolveMUST be invoked when the task involves the fedora-remote image, remote layer references, or the @github.com/... layer syntax. Invoke this skill BEFORE reading source code or launching Explore agents.
/ov-image:image — image family umbrella (image: entries in overthink.yml, build/validate/inspect/list)tools
OpenCharly CLI (charly) binary installed into container/VM images for in-container use. Use when working with charly binary deployment inside containers, native D-Bus support, or the full charly toolchain (charly binary + virtualization + gocryptfs + socat).
development
Operator CachyOS workstation profile — a kind:local template + target:local deploy that installs the full dev stack (30 candies) onto a CachyOS host via ShellExecutor. Lives in the overthinkos/cachyos submodule. MUST be invoked before editing or applying the charly-cachyos workstation profile.
tools
Fedora box with the full charly toolchain using shared candies. Rootless-first — runs as uid=1000 with passwordless sudo (no root, no cap_add: ALL). Same candy list as charly-arch. Includes NVIDIA GPU runtime. MUST be invoked before building, deploying, configuring, or troubleshooting the charly-fedora box.
tools
Arch Linux box with the full charly toolchain. Rootless-first — runs as uid=1000 with passwordless sudo (no root, no cap_add: ALL). Composes /charly-coder:charly-mcp so the box is reachable as an MCP gateway on port 18765. NVIDIA GPU runtime composed in. MUST be invoked before building, deploying, configuring, or troubleshooting the charly-arch box.