A reference for managing Uncloud clusters with the `uc` CLI. This is a decentralized self-hosting platform that runs Docker services across peer machines connected by WireGuard mesh, with Caddy handling ingress on every node. The skill covers bootstrapping machines, deploying from Compose files with custom extensions like `x-ports` and `x-caddy`, publishing HTTP/HTTPS through Caddy or raw TCP/UDP to hosts, and routing to external LAN devices via static proxy entries. Also includes volume management, DNS resolution inside the mesh, and image distribution across the cluster. Genuinely useful if you're running Uncloud, otherwise niche. The command surface is clean and the Compose extensions are well thought out for a distributed setup without central control planes.
npx skills add https://github.com/affaan-m/everything-claude-code --skill uncloud