Skip to main content
在 Manus 中运行任何 Skill
一键导入
kenerry-serain
GitHub 创作者资料

kenerry-serain

按仓库查看 2 个 GitHub 仓库中的 7 个已收集 skills。

已收集 skills
7
仓库
2
更新
2026-05-24
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

仓库浏览

仓库与代表性 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
已展示 2 / 2 个仓库
已展示全部仓库