Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

wks-ia-preview

wks-ia-preview 收录了来自 kenerry-serain 的 4 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
4
Stars
1
更新
2026-05-17
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

dockerfile-create
软件开发工程师

Creates production-ready Dockerfiles for applications, then builds, tests, and reports image size and security. Generates the smallest possible image using Alpine bases, multi-stage builds, non-root users, health checks, and CVE scanning. After creating the Dockerfile, it builds the image, verifies the health check works, prints the image size, and runs a vulnerability scan. Use this skill whenever the user wants to create a Dockerfile, containerize an application, dockerize a service, build a Docker image, or asks about container security. Also trigger when the user says things like "create a Dockerfile for this app", "dockerize the backend", "containerize this service", "build a docker image", or "I need a Dockerfile".

2026-05-17
ecr-push
软件开发工程师

Builds Docker images and pushes them to Amazon ECR. Handles ECR login, docker build, docker tag, and docker push for one or more images in a single invocation. Accepts image names and their Dockerfile locations as parameters. Use this skill whenever the user wants to push images to ECR, deploy containers to a registry, build and push Docker images, or says things like "push to ECR", "build and push the frontend", "deploy images to the registry", "ecr push", "push all images", or "send the containers to ECR".

2026-05-17
terraform-deploy
软件开发工程师

Deploys Terraform stacks through the full lifecycle: fmt, validate, plan, and apply. Supports deploying a single stack by folder name or all stacks in numeric order. Use this skill whenever the user wants to deploy, apply, plan, validate, or format Terraform code in this project. Also trigger when the user says things like "deploy the VPC stack", "apply all stacks", "run terraform", "plan the backend stack", or "tf apply". Even if the user only mentions one step (like "validate"), run the full pipeline up to that step.

2026-05-17
terraform-destroy
软件开发工程师

Destroys Terraform stacks by running terraform destroy. Supports destroying a single stack by folder name or all stacks in reverse numeric order (highest number first, so dependent stacks are torn down before their dependencies). The remote backend stack (00-remote-backend-stack) is never destroyed — it is always excluded automatically. Asks for confirmation exactly once before starting — after that, all stacks are destroyed without further prompts. Use this skill whenever the user wants to destroy, tear down, remove, or clean up Terraform infrastructure in this project. Also trigger when the user says things like "destroy all stacks", "tear down the VPC", "tf destroy", "nuke the infra", "clean up everything", or "remove the network stack".

2026-05-17