- Home
- /
- Categories
- /
- Kubernetes
Kubernetes
Kubernetes orchestration
kubernetes-ops
by BagelHole
Deploy, scale, and manage Kubernetes workloads. Create deployments, services, and configurations, manage cluster resources, troubleshoot pods, and implement production-ready Kubernetes patterns. Use when working with Kubernetes clusters, K8s deployments, or container orchestration.
blue-green-deploy
by BagelHole
Configure zero-downtime deployment strategies including blue-green, canary, and rolling deployments. Implement traffic shifting, health checks, and rollback procedures. Use when implementing production deployment strategies or zero-downtime releases.
k8s-multicluster
by rohitg00
Manage multiple Kubernetes clusters, switch contexts, and perform cross-cluster operations. Use when working with multiple clusters, comparing environments, or managing cluster lifecycle.
talking-character-pipeline
by vargHQ
complete workflow to create talking character videos with lipsync and captions. use when creating ai character videos, talking avatars, narrated content, or social media character content with voiceover.
architecture-paradigm-layered
by athola
'Consult this skill when implementing layered patterns or enforcing layer
expo-deployment
by skillcreatorai
Deploy Expo apps to iOS App Store, Android Play Store, and web.
fastmcp-creator
by Jamie-BitFlight
"Use when building, extending, or debugging FastMCP v3 Python MCP servers — covers tools, resources, prompts, providers, transforms, auth, client SDK, deployment, and testing. Grounded in local v3 docs — zero speculation."
cloud
by markdown-viewer
Create cloud architecture diagrams using drawio XML format with official cloud provider icons. Best for AWS, Azure, GCP, Alibaba Cloud architecture diagrams with proper service icons and layout conventions. Built on drawio with cloud-specific stencils. NOT for simple flowcharts (use mermaid) or network topology without cloud services (use network skill).
spring-boot-3
by Gentleman-Programming
Spring Boot 3 patterns for configuration, DI, and web services. Trigger: When building or refactoring Spring Boot 3 applications.
3proxy
by TerminalSkills
Deploy and configure 3proxy — a lightweight universal proxy server. Use when a user asks to set up HTTP, HTTPS, SOCKS4, SOCKS5, or transparent proxies, build proxy chains, configure authentication, set bandwidth limits, manage access control lists, set up proxy rotation, create multi-port proxy servers, configure logging and traffic accounting, or deploy a lightweight proxy without heavy VPN overhead. Covers all 3proxy features including proxy chaining, ACLs, traffic shaping, and multi-protocol support.
ansible-roles
by TerminalSkills
Organize server configuration with Ansible roles. Use when a user asks to structure Ansible playbooks, create reusable configuration modules, set up server provisioning, or build a library of infrastructure configurations.
catalog-items
by groeimetai
This skill should be used when the user asks to "create catalog item", "service catalog", "request item", "catalog variables", "variable set", "catalog client script", "order guide", "record producer", or any ServiceNow Service Catalog development.
services-extension-consumption
by forcedotcom
Guidelines for consuming salesforcedx-vscode-services extension API. Use when working with extensions that have extensionDependency on salesforcedx-vscode-services, registering commands, using Workspace/Connection/Project/Settings/FS/Channel/Media services, or implementing file/config watchers.
Android Notifications
by HoangNguyen0403
Push notifications for Android using Firebase Cloud Messaging and NotificationCompat.
backend-architect
by rmyndharis
Expert backend architect specializing in scalable API design,
k8s-gitops
by rohitg00
Manage GitOps workflows with Flux and ArgoCD. Use for sync status, reconciliation, app management, source management, and GitOps troubleshooting.
k8s-troubleshoot
by rohitg00
Debug Kubernetes pods, nodes, and workloads. Use when pods are failing, containers crash, nodes are unhealthy, or users mention debugging, troubleshooting, or diagnosing Kubernetes issues.
cli-skills
by llama-farm
CLI best practices for LlamaFarm. Covers Cobra, Bubbletea, Lipgloss patterns for Go CLI development.
cloud-architect
by rmyndharis
Expert cloud architect specializing in AWS/Azure/GCP multi-cloud
architect-review
by rmyndharis
Master software architect specializing in modern architecture
status
by railwayapp
This skill should be used when the user asks "railway status", "is it running", "what's deployed", "deployment status", or about uptime. NOT for variables ("what variables", "env vars", "add variable") or configuration queries - use environment skill for those.
aws-agentic-ai
by CommandCodeAI
AWS Bedrock AgentCore comprehensive expert for deploying and managing all AgentCore services. Use when working with Gateway, Runtime, Memory, Identity, or any AgentCore component. Covers MCP target deployment, credential management, schema optimization, runtime configuration, memory management, and identity services.
health-checks
by dadbodgeoff
Implement health check endpoints for load balancers, Kubernetes, and monitoring. Covers liveness, readiness, and dependency checks.
circuit-breaker
by dadbodgeoff
Implement the circuit breaker pattern to prevent cascade failures in distributed systems. Use when adding resilience to API clients, external service calls, or any operation that can fail and should fail fast.