containerize-application

Containerize application for deployment

Content Preview
# Containerize Application

Containerize application for deployment

## Instructions

1. **Application Analysis and Containerization Strategy**
   - Analyze application architecture and runtime requirements
   - Identify application dependencies and external services
   - Determine optimal base image and runtime environment
   - Plan multi-stage build strategy for optimization
   - Assess security requirements and compliance needs

2. **Dockerfile Creation and Optimization**
   - Create comprehe
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/containerize-application.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/deploy/containerize-application.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/deploy/containerize-application.md

Related Skills