linuxserver-image-scaffold
Installation
SKILL.md
LinuxServer.io Image Scaffold
Scaffold LinuxServer.io-style image repositories with repeatable structure.
Use this skill by default workflow
- Confirm target path and whether folder is new or existing.
- Confirm base variant:
alpine,ubuntu, orboth. - Run scaffold script:
bash scripts/scaffold-linuxserver-image.sh --name <image-name> --path <target-path> --base <alpine|ubuntu|both>
- Verify generated files and show next steps.
- If repo already contains files, scaffold into that folder without deleting existing content.