New Claude Code Skills
New Claude Code Skills Overall there are 3 skills: Lightsail, Docker and Powershell. You need to put these skills into the user-level C:\Users\ericw\.claude\skills\ directory. Remember that there be a folder with the skill name and inside it will be skill.md and an optional reference.md . ============================================== Lightsail Skill.Md: --- name: aws-lightsail-container-deploy description: Hard-won operational knowledge for deploying multi-container apps to AWS Lightsail Container Service — container naming rules, image versioning, the real create-container-service-deployment API shape, pod-style shared networking, the deployment state model, and log-based debugging. Use when running `aws lightsail` container-service commands, deploying or redeploying to Lightsail, editing a Lightsail containers.json/public-endpoint.json, or debugging a Lightsail container-service error. --- # AWS Lightsail Container Service Deploy Load this before writing any `aws lightsail` c...