What problem does it solve?
Deploying shell-script projects often requires manual setup, environment preparation, and Dockerfile configuration. This skill automates interpreter detection, recognizes start.sh based projects, and provides Dockerfile pattern guidance to streamline containerized deployments.
Core Features & Use Cases
- Detection of shell-script projects by the presence of a start.sh file at the project root.
- Automatic shell interpreter identification from the entry script's shebang and selection of compatible runtime configurations.
- Dockerfile pattern guidance and optional support for a setup.sh script to prepare the environment during build.
Quick Start
Detect a shell-script project by the presence of start.sh and generate an appropriate Dockerfile pattern, applying optional setup.sh if present.