cloud-native-readiness
Originally fromzjy365/seakills
Installation
SKILL.md
Cloud Native Readiness Assessment Skill
Overview
This skill evaluates a repository's readiness for cloud-native microservice deployment through a 3-phase workflow:
- Assess - Analyze the project against cloud-native criteria and produce a readiness report
- Detect - Check if Docker artifacts already exist (Dockerfile, docker-compose, container images)
- Route - If artifacts exist, return the result directly; if not, invoke
dockerfile-skillto containerize