skills/devops-deployer/SKILL.md
Comprehensive DevOps and deployment workflow that orchestrates infrastructure automation, CI/CD pipelines, container orchestration, and cloud deployment. Handles everything from infrastructure as code and pipeline setup to monitoring, scaling, and disaster recovery.
npx skillsauth add ajianaz/skills-collection devops-deployerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides end-to-end DevOps and deployment services by orchestrating DevOps architects, infrastructure specialists, and automation experts. It transforms deployment requirements into production-ready infrastructure with comprehensive automation, monitoring, and operational excellence.
Key Capabilities:
Perfect for:
Triggers:
Use when: Starting DevOps implementation or process improvement
Tools Used:
/sc:analyze devops-requirements
DevOps Architect: DevOps maturity assessment and strategy
Infrastructure Specialist: infrastructure requirements and constraints
Automation Engineer: automation opportunities and pipeline needs
Activities:
Use when: Designing infrastructure architecture and cloud strategy
Tools Used:
/sc:design --type infrastructure cloud-architecture
Infrastructure Specialist: cloud infrastructure design and optimization
DevOps Architect: infrastructure patterns and best practices
Monitoring Specialist: monitoring and observability requirements
Activities:
Use when: Creating continuous integration and deployment workflows
Tools Used:
/sc:design --type pipeline cicd-workflow
Automation Engineer: CI/CD pipeline design and implementation
DevOps Architect: pipeline patterns and best practices
Infrastructure Specialist: pipeline infrastructure and environments
Activities:
Use when: Implementing containerization and microservice architecture
Tools Used:
/sc:implement container-orchestration
Container Orchestration Expert: Kubernetes setup and configuration
Infrastructure Specialist: container infrastructure and networking
Monitoring Specialist: container monitoring and observability
Activities:
Use when: Setting up comprehensive monitoring and observability systems
Tools Used:
/sc:implement monitoring-observability
Monitoring Specialist: monitoring stack setup and configuration
DevOps Architect: observability strategy and SRE practices
Infrastructure Specialist: monitoring infrastructure and data retention
Activities:
Use when: Implementing high availability and disaster recovery capabilities
Tools Used:
/sc:implement disaster-recovery
Infrastructure Specialist: backup and recovery implementation
DevOps Architect: reliability engineering and SRE practices
Monitoring Specialist: reliability monitoring and alerting
Activities:
| Command | Use Case | Output |
|---------|---------|--------|
| /sc:design --type infrastructure | Infrastructure design | Complete infrastructure architecture |
| /sc:implement cicd | CI/CD pipeline | Production-ready CI/CD workflows |
| /sc:implement kubernetes | Container orchestration | Kubernetes cluster and configuration |
| /sc:implement monitoring | Monitoring system | Complete observability stack |
| /sc:implement disaster-recovery | DR setup | Disaster recovery procedures |
| Provider | Role | Capabilities | |----------|------|------------| | AWS | Cloud infrastructure | Complete AWS infrastructure and services | | Azure | Enterprise cloud | Azure-specific services and integration | | GCP | Cloud platform | Google Cloud services and optimization | | Multi-cloud | Hybrid infrastructure | Multi-cloud strategies and management |
| Server | Expertise | Use Case | |--------|----------|---------| | Sequential | DevOps reasoning | Complex infrastructure design and problem-solving | | Web Search | DevOps trends | Latest DevOps practices and tools | | Firecrawl | Documentation | DevOps tool documentation and best practices |
User: "Set up a complete CI/CD pipeline for a microservices application with automated testing and deployment"
Workflow:
1. Phase 1: Analyze CI/CD requirements and current development workflow
2. Phase 2: Design pipeline architecture with build, test, and deploy stages
3. Phase 3: Implement GitHub Actions pipeline with automated testing
4. Phase 4: Set up containerization and Kubernetes deployment
5. Phase 5: Configure monitoring and observability for deployed services
6. Phase 6: Implement rollback procedures and disaster recovery
Output: Production-ready CI/CD pipeline with comprehensive automation and monitoring
User: "Implement a Kubernetes infrastructure for a scalable web application with auto-scaling"
Workflow:
1. Phase 1: Analyze infrastructure requirements and scaling needs
2. Phase 2: Design Kubernetes cluster architecture and networking
3. Phase 3: Implement Kubernetes cluster with proper security configuration
4. Phase 4: Set up service mesh and inter-service communication
5. Phase 5: Configure monitoring, logging, and auto-scaling
6. Phase 6: Test cluster reliability and disaster recovery procedures
Output: Production-ready Kubernetes infrastructure with auto-scaling and monitoring
User: "Create a comprehensive monitoring and observability system for our cloud infrastructure"
Workflow:
1. Phase 1: Analyze monitoring requirements and observability needs
2. Phase 2: Design monitoring stack architecture with Prometheus and Grafana
3. Phase 3: Implement centralized logging with ELK stack
4. Phase 4: Set up distributed tracing and APM
5. Phase 5: Create alerting rules and incident response procedures
6. Phase 6: Implement monitoring dashboards and SLO tracking
Output: Complete observability system with comprehensive monitoring and alerting
devops-system/
├── infrastructure/
│ ├── terraform/ # Infrastructure as code templates
│ ├── cloudformation/ # AWS CloudFormation templates
│ ├── ansible/ # Configuration management
│ └── networking/ # Network configuration and security
├── pipelines/
│ ├── github-actions/ # GitHub Actions workflows
│ ├── jenkins/ # Jenkins pipeline configurations
│ ├── gitlab-ci/ # GitLab CI configurations
│ └── scripts/ # Custom automation scripts
├── kubernetes/
│ ├── manifests/ # Kubernetes manifests
│ ├── helm-charts/ # Helm charts for applications
│ ├── operators/ # Custom operators and controllers
│ └── monitoring/ # Kubernetes monitoring configuration
├── monitoring/
│ ├── prometheus/ # Prometheus configuration and rules
│ ├── grafana/ # Grafana dashboards and configuration
│ ├── elk-stack/ # ELK stack configuration
│ └── alerting/ # Alerting rules and procedures
├── scripts/
│ ├── deployment/ # Deployment automation scripts
│ ├── backup/ # Backup and recovery scripts
│ ├── monitoring/ # Monitoring and maintenance scripts
│ └── testing/ # Automated testing scripts
└── documentation/
├── runbooks/ # Incident response runbooks
├── architecture/ # Infrastructure and pipeline documentation
├── procedures/ # Operational procedures and guides
└── monitoring/ # Monitoring and alerting documentation
This DevOps deployer skill transforms the complex process of DevOps implementation into a guided, expert-supported workflow that ensures reliable, scalable, and maintainable infrastructure with comprehensive automation and monitoring capabilities.
tools
Replace with description of the skill and when Claude should use it.
testing
Generate structured task lists from specs or requirements. IMPORTANT: After completing ANY spec via ExitSpecMode, ALWAYS ask the user: "Would you like me to generate a task list for this spec?" Use when user confirms or explicitly requests task generation from a plan/spec/PRD.
tools
Optimize SvelteKit applications by leveraging SvelteKit's full-stack architecture for instant server-side rendering and progressive enhancement. Specialized in load functions, form actions, and SvelteKit's data loading patterns. Use when: - User reports slow initial page load with loading spinners - Page uses onMount + fetch for data fetching - Store patterns cause waterfall fetching - Need to improve SEO (content not in initial HTML) - Converting client-side data fetching to server-side load functions - Implementing progressive enhancement patterns Triggers: "slow loading", "optimize fetching", "SSR data", "SvelteKit optimization", "remove loading spinner", "server-side fetch", "convert to load function", "progressive enhancement", "data fetch lambat", "loading lama"
development
Implement or extend user-facing workflows in SvelteKit applications with full-stack capabilities. Specialized in SvelteKit's load functions, form actions, and progressive enhancement. Use when the feature is primarily a UI/UX change backed by existing APIs, affects only the web frontend, and requires following SvelteKit conventions.