What problem does it solve? Converting a Docker or OCI container into a snap requires manually inspecting the image's config, capabilities, mounts, binaries, and glibc details to determine interfaces, layouts, and overrides. This Skill automates that fact-gathering and produces a structured snap-analysis.json that the snap-packager skill consumes to generate snapcraft.yaml. ## Core Features & Use Cases - Flexible OCI input handling: Accepts Docker Hub URLs, image references, docker save tarballs, or pre-extracted config.json plus rootfs directories, downloading with skopeo and extracting via docker-to-snap. - Deep packaging fact extraction: Derives target architecture from OCI metadata, detects non-root users, merged-/usr layouts, and glibc mismatches, and records interfaces, layouts, override steps, content interfaces, and snap config options in an oci block. - Use Case: Point the Skill at nginx:1.27 from Docker Hub; it downloads and extracts the image, analyzes the entrypoint and capabilities, and writes /tmp/snap-analysis-*.json ready for snap-packager to render snapcraft.yaml. ## Quick Start Analyze the Docker image nginx:1.27 and produce the snap packaging specification for it.