byjparkerweb· 14 skills
Guide the user through containerizing and serving a simple website or documentation folder with Docker — inspects the project to detect what to serve (ready-to-serve static HTML, a buildable site that emits static output, or a raw markdown/docs folder that needs rendering), generates a Dockerfile, .dockerignore, docker-compose.yml, helper run/build commands, and a 'Running with Docker' README section, then offers to build and smoke-test the container and publish the image to Docker Hub or GHCR. Uses nginx:alpine for static content and a multi-stage build when the site must be generated. Only invoke when the user explicitly types /ai-assist-dockerize-website. Never auto-trigger from general conversation about Docker, containers, websites, or Dockerfiles.
$npx -y skills add jparkerweb/ai-assist-skills --skill ai-assist-dockerize-websiteInstalls into the current project.
Run `npx skills use "https://github.com/jparkerweb/ai-assist-skills" --skill "jparkerweb/ai-assist-skills/ai-assist-dockerize-website"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jparkerweb/ai-assist-skills" that are relevant to the current task. Run `npx skills add "https://github.com/jparkerweb/ai-assist-skills"` and select the relevant skills, then follow their instructions.