skills/sickn33/cloud-devops/SKILL.md
Cloud infrastructure and DevOps workflow covering AWS, Azure, GCP, Kubernetes, Terraform, CI/CD, monitoring, and cloud-native development.
npx skillsauth add aiskillstore/marketplace cloud-devopsInstall 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.
Comprehensive cloud and DevOps workflow for infrastructure provisioning, container orchestration, CI/CD pipelines, monitoring, and cloud-native application development.
Use this workflow when:
cloud-architect - Cloud architectureaws-skills - AWS developmentazure-functions - Azure developmentgcp-cloud-run - GCP developmentterraform-skill - Terraform IaCterraform-specialist - Advanced TerraformUse @cloud-architect to design multi-cloud architecture
Use @terraform-skill to provision AWS infrastructure
kubernetes-architect - Kubernetes architecturedocker-expert - Docker containerizationhelm-chart-scaffolding - Helm chartsk8s-manifest-generator - K8s manifestsk8s-security-policies - K8s securityUse @kubernetes-architect to design K8s architecture
Use @docker-expert to containerize application
Use @helm-chart-scaffolding to create Helm chart
deployment-engineer - Deployment engineeringcicd-automation-workflow-automate - CI/CD automationgithub-actions-templates - GitHub Actionsgitlab-ci-patterns - GitLab CIdeployment-pipeline-design - Pipeline designUse @cicd-automation-workflow-automate to set up CI/CD pipeline
Use @github-actions-templates to create GitHub Actions workflow
observability-engineer - Observability engineeringgrafana-dashboards - Grafana dashboardsprometheus-configuration - Prometheus setupdatadog-automation - Datadog integrationsentry-automation - Sentry error trackingUse @observability-engineer to set up observability stack
Use @grafana-dashboards to create monitoring dashboards
cloud-penetration-testing - Cloud pentestingaws-penetration-testing - AWS securityk8s-security-policies - K8s securitysecrets-management - Secrets managementmtls-configuration - mTLS setupUse @cloud-penetration-testing to assess cloud security
Use @secrets-management to configure secrets
cost-optimization - Cloud cost optimizationdatabase-cloud-optimization-cost-optimize - Database cost optimizationUse @cost-optimization to reduce cloud costs
incident-responder - Incident responseincident-runbook-templates - Runbook creationpostmortem-writing - Postmortem documentationUse @incident-runbook-templates to create runbooks
Skills: aws-skills, aws-serverless, aws-penetration-testing
Services: EC2, Lambda, S3, RDS, ECS, EKS
Skills: azure-functions, azure-ai-projects-py, azure-monitor-opentelemetry-py
Services: Functions, App Service, AKS, Cosmos DB
Skills: gcp-cloud-run
Services: Cloud Run, GKE, Cloud Functions, BigQuery
development - Application developmentsecurity-audit - Security testingdatabase - Database operationstesting-qa - Testing workflowsdevelopment
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.