com um clique
wks-ia-preview
wks-ia-preview contém 4 skills coletadas de kenerry-serain, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
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".
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".
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.
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".