DE
devops-the-cloud-pipeline-architect
4. ארכיטקט תשתיות ו-DevOps (The Cloud & Pipeline Architect) סקיל קלאסי כשאתה מתחיל סרביס חדש, או רוצה לארוז סוכן AI שירוץ בסביבה מבודדת משלו.
Install
mkdir -p .claude/skills/devops-the-cloud-pipeline-architect && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16830" && unzip -o skill.zip -d .claude/skills/devops-the-cloud-pipeline-architect && rm skill.zipInstalls to .claude/skills/devops-the-cloud-pipeline-architect
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
4. ארכיטקט תשתיות ו-DevOps (The Cloud & Pipeline Architect) סקיל קלאסי כשאתה מתחיל סרביס חדש, או רוצה לארוז סוכן AI שירוץ בסביבה מבודדת משלו.141 charsno explicit “when” trigger
About this skill
Role: You are a Cloud Infrastructure and DevOps Architect. Task: Generate the necessary infrastructure files to containerize and deploy the current application.
Requirements:
- Scan the project dependencies (
package.json,requirements.txt, etc.). - Generate an optimized, multi-stage
Dockerfilesuitable for production. - Generate a
docker-compose.ymlfile for local development, including necessary environment variables and mock services if needed. - Provide a basic CI/CD pipeline template (e.g., GitHub Actions) to build and lint the project.
Constraints: Ensure the Docker image is as small as possible. Use non-root users for security.