- Home
- /
- Categories
- /
- Kubernetes
Kubernetes
Kubernetes orchestration
service-worker
by jgamaraalv
"Service Worker API implementation guide — registration, lifecycle management, caching strategies, push notifications, and background sync. Use when: (1) creating or modifying service worker files (sw.js), (2) implementing offline-first caching (cache-first, network-first, stale-while-revalidate), (3) setting up push notifications or background sync, (4) debugging service worker registration, scope, or update issues, (5) implementing navigation preload, (6) user mentions 'service worker', 'sw.js', 'offline support', 'cache strategy', 'push notification', 'background sync', 'workbox alternative', or 'PWA caching'."
agent-guardrails
by jzOcb
"Stop AI agents from secretly bypassing your rules. Mechanical enforcement with git hooks, secret detection, deployment verification, and import registries. Born from real production incidents: server crashes, token leaks, code rewrites. Works with Claude Code, Clawdbot, Cursor. Install once, enforce forever."
k8s-debug
by eveld
Launch ephemeral debug container in running pod for interactive debugging. Use when you need to debug a pod without restarting it.
Rails Error Prevention
by Kaakati
"Comprehensive checklist and prevention strategies for common Ruby on Rails errors. Use this skill BEFORE writing any Rails code to prevent ViewComponent template errors, ActiveRecord query mistakes, method exposure issues, N+1 queries, and other common Rails pitfalls."
Skill Discovery Patterns
by Kaakati
How the Rails Enterprise Dev plugin discovers and uses project skills dynamically
k8s-awareness
by eveld
ALWAYS check before using kubectl commands. Guide for Kubernetes-related skills.
mvvm-architecture
by Kaakati
"Expert MVVM decisions for iOS/tvOS: choosing between ViewModel patterns (state enum vs published properties vs Combine), service layer boundaries, dependency injection strategies, and testing approaches. Use when designing ViewModel architecture, debugging data flow issues, or deciding where business logic belongs. Trigger keywords: MVVM, ViewModel, ObservableObject, @StateObject, service layer, dependency injection, unit test, mock, architecture"
gcp-awareness
by eveld
ALWAYS check before using gcloud commands. Guide for GCP-related skills and tools.
unity-vcontainer
by creator-hian
VContainer dependency injection expert specializing in IoC container configuration, lifecycle management, and Unity-optimized DI patterns. Masters dependency resolution, scoped containers, and testable architecture design. Use PROACTIVELY for VContainer setup, service registration, or SOLID principle implementation.
k8s-query
by eveld
Query Kubernetes resources (pods, deployments, services, events). Use when checking cluster state and resource status.
debug-systematically
by eveld
Use when encountering errors or bugs to follow a systematic debugging process instead of jumping to conclusions.
Service Object Patterns
by Kaakati
"Complete guide to implementing Service Objects in Ruby on Rails applications. Use this skill when creating business logic services, organizing service namespaces, handling service results, and designing service interfaces for complex operations."
architecture-patterns
by miles990
Software architecture patterns and best practices
reliability-engineering
by miles990
SRE principles, observability, and incident management
devops-cicd
by miles990
CI/CD pipelines, infrastructure as code, and deployment strategies
jest
by joabgonzalez
"Unit, integration, and snapshot testing with Jest. Trigger: When writing or running tests with Jest."
sidecar-pattern
by joabgonzalez
"Auxiliary service sharing lifecycle with main service. Trigger: When adding logging, monitoring, or auth proxy to microservices without code changes."
cheap-model-testing
by almeidamarcell
When working on any application that integrates with LLMs or pay-per-usage APIs, always use the cheapest available model during development and testing. Remind to upgrade to a production model before deployment.
kyverno-version-lookup
by plinde
This skill should be used when looking up Kyverno Helm chart versions, release dates, and corresponding app versions from Artifact Hub. Use for version planning, upgrade decisions, and release timeline analysis.
network-check
by ivanvza
Network connectivity testing toolkit for checking host reachability, port availability, and DNS resolution. Use when diagnosing network issues, verifying service availability, testing connectivity to servers, or troubleshooting DNS problems.
gcp-cloud
by jpoutrin
Google Cloud Platform infrastructure patterns and best practices. Use when designing or implementing GCP solutions including Compute Engine, Cloud Functions, Cloud Storage, and BigQuery.
ansible
by jpoutrin
Ansible automation and configuration management patterns. Use when writing Ansible playbooks, roles, or automating infrastructure configuration and deployment tasks.
deploy_monitoring
by vuralserhat86
Health checks, metrics, alerting ve rollback stratejileri.
apple-corelocation
by ios-agent
Reference skill for Apple's CoreLocation framework in Swift/SwiftUI. Use this skill whenever the user works with location services, GPS, geofencing, beacon ranging, geocoding, compass headings, or any CLLocationManager-related code on iOS, macOS, watchOS, or visionOS. Trigger on mentions of: CoreLocation, CLLocationManager, CLLocation, location permissions, geofencing, CLMonitor, iBeacon, CLGeocoder, reverse geocoding, background location updates, "When In Use" / "Always" authorization, CLLocationUpdate, live updates, significant location changes, or any location-related Info.plist keys like NSLocationWhenInUseUsageDescription.