Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents...
find ~/RLGeeX/ -name "*.skill"
Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable...
Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates...
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework...
Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade...
Structured reasoning for architectural decisions using First Principles Framework (Quint Code). Orchestrates ADI...
Use when starting feature work that needs isolation from current workspace or before executing implementation plans...
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary...
Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best...
Rigorous planning through three phases - Discover (explore problem space), Decide (validate each decision via...
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically...
Manages chunked plan lifecycle - listing plans, checking status, resuming interrupted plans, cleaning up completed plans
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides...
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it...
Convene an LLM Council for deliberative multi-model reasoning. Uses 3-stage process (Query, Peer Review, Chairman...
Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous...
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed...
Use when facing a decision question that would benefit from multiple AI perspectives - queries GPT, Gemini, and Grok...
Smart orchestrator for chunked plans - auto-detects complexity, recommends execution mode...
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or...