containerization-assist
Automated Dockerfile generation, image scanning, and AKS deployment
All Skills in This Repository (6)
Pure Emerald Level Indicatorsca-release
Automate release versioning, branch creation, and CHANGELOG updates for Containerization Assist.
generate-k8s-manifests
Generate Kubernetes manifests from Dockerfile information and write them to disk.
deploy-to-aks
Automate application deployment to Azure Kubernetes Service clusters.
analyze-repo
Detects technical stacks, dependencies, and environment variables in a repository for containerization readiness.
fix-dockerfile
Validate and remediate Dockerfiles for security and best practices.
generate-dockerfile
Generate and enhance Dockerfiles for containerized applications.
Frequently Asked Questions
FAQPage SchemaHow to install Containerization Assist?โผ
Run `npx skills add Azure/containerization-assist --all -g -y` in your terminal to install all skills in this suite globally.
How to generate a Dockerfile automatically?โผ
Ask your agent to analyze your repository and generate a Dockerfile. It detects your language and framework, then produces a secure, multi-stage Dockerfile using curated Azure base images.
Can it deploy my app to Azure AKS?โผ
Yes. The deploy-to-aks skill runs the full pipeline: analyze, build, scan, push to ACR, generate manifests, and verify the deployment on your AKS cluster.
Does it check Dockerfiles for security issues?โผ
Yes. The fix-dockerfile skill scores your Dockerfile against security and best-practice rules, then writes a remediated version directly to disk.
Does Containerization Assist work with VS Code Copilot?โผ
Yes. It runs as an MCP server compatible with VS Code Copilot, Claude Desktop, and other MCP clients, responding to plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core