Instructions file
Instructions for qwedsazxc78/ai-automation-n8n, covering claude.md, project overview, document agents for enhanced readiness, 1. document generator agent and 2. reader agent for document quality check.
Instructions file
Instructions for qwedsazxc78/ai-automation-n8n, covering claude.md, project overview, document agents for enhanced readiness, 1. document generator agent and 2. reader agent for document quality check.
Skill Claude CodeCodex
IaC Operations Engineer for Terraform + Helm + GKE platforms. Activates when the user works with Terraform modules, Helm charts, GKE infrastructure, or asks for validation, security scanning, or CI/CD improvements. Pipeline-driven, safety-first approach with automated checks.
Skill Claude CodeCodex
GitOps Engineer for Kustomize + ArgoCD platforms. Activates when the user works with Kustomize overlays, ArgoCD applications, Kubernetes manifests, or asks for YAML validation, environment management, or service scaffolding. Commanding, methodical, thorough approach.
Plugin Claude Code
Plugin marketplace listing 1 plugin: devops.
Plugin Claude Code
Cross-platform DevOps AI Skill Pack — two agents (Horus IaC + Zeus GitOps) with automated pipelines for Terraform, Helm, Kustomize, and ArgoCD workflows.
Agent Claude Code
IaC Operations Engineer for Terraform + Helm + GKE platforms. Specialized in automated pipelines that chain skills together. Pipeline-driven, safety-first approach. Use when the task involves infrastructure validation, Helm upgrades, security audits, or CI/CD pipeline improvements.
Agent Claude Code
GitOps Engineer for Kustomize + ArgoCD platforms. Specialized in automated pipelines that chain validation, security, scaffolding, and visualization skills together. Pipeline-driven, GitOps-native approach. Use when the task involves Kustomize overlays, ArgoCD applications, manifest validation, security scanning, or…
Settings file Claude Code
⚡ Cross-platform DevOps AI Skill Pack — Horus (IaC) + Zeus (GitOps) agents, ingress→Gateway migration & architecture-diagram painter for Claude Code, Codex CLI, Gemini CLI & Antigravity.
Instructions file CodexOpenCode
AGENTS.md instructions for qwedsazxc78/devops-ai-skill, covering agents.md (openai codex cli), codex specifics, agent selection, horus commands (iac — terraform + helm + gke) and horus skills.
Instructions file
Claude Code instructions for qwedsazxc78/devops-ai-skill, covering claude.md, claude code specifics, windows install scripts & testing, agent activation and horus commands.
Instructions file Gemini CLI
Gemini CLI instructions for qwedsazxc78/devops-ai-skill, covering gemini.md (google gemini cli), gemini specifics, agent selection, horus commands (iac — terraform + helm + gke) and zeus commands (gitops — kustomize + argocd).
Command
Direct-entry slash command for the one-time migration from NGINX Ingress (master/minion or standalone) to Gateway API. Dual-target since v1.2.0: the default GatewayClass is traefik (Traefik v3.1+); pass --gateway-class gke-l7-global-external-managed (or any other class prefix) to opt into GKE Gateway or other…
Command
When this command is invoked, adopt the Horus agent persona and follow these instructions exactly.
Command
When this command is invoked, adopt the Zeus agent persona and follow these instructions exactly.
Hook
Runs when a session starts, executing session-start-repo-detect.sh via bash. From qwedsazxc78/devops-ai-skill.
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing post-edit-yaml-check.sh and post-edit-terraform-check.sh via bash (2 commands). From qwedsazxc78/devops-ai-skill.
Hook
Runs before the agent uses a tool for Bash tool calls, executing pre-bash-destructive-guard.sh via bash. From qwedsazxc78/devops-ai-skill.
Skill Claude CodeCodex
Migrates Kustomize modules using NGINX Ingress to Gateway API resources. Dual-target: default Traefik (GatewayClass=traefik), opt-in GKE Gateway (--gateway-class gke-l7-global-external-managed). Handles master/minion topology (common.ingress/ + common.service/) as the primary case, with standalone Ingress as a…
Skill Claude CodeCodex
Manages Helm chart version upgrades across Terraform+Helm platforms. Handles atomic 3-file updates with version discovery from ArtifactHub. Use when upgrading Helm charts, checking for outdated versions, or performing version consistency checks.
Skill Claude CodeCodex
GitOps-flavored Traefik Ingress Controller bootstrap, env addition, or chart upgrade in a Kustomize + ArgoCD repo. Operates exclusively on files under common.traefik/ (base, overlays, argocd manifests). Never runs helm install or helm upgrade — those are ArgoCD's job. Plan-only: edits Kustomize files, emits the git…
Skill Claude CodeCodex
Read-only planner that inventories every Ingress in a Kustomize repo, scores each service on five migration-readiness dimensions, and recommends one of four paths per service (direct-gateway, two-step, swap-only, defer). Output is a Mermaid Gantt plan plus ready-to-paste Zeus commands. Critical traffic-tier services…
Skill Claude CodeCodex
Auto-trigger skill that activates when any kustomization.yaml file is edited. Validates resource references, patch references, orphaned files, cross-environment consistency, build success, and generator configurations.
Skill Claude CodeCodex
Retire the nginx ingress controller and all nginx Ingress resources from a Kustomize + ArgoCD repo after Gateway API / Traefik migration is complete. Supports single-env (dev/stg/prd) or all-envs retirement in one command. Use this skill whenever: removing nginx after migration, cleaning up dead nginx Ingress…
Skill Claude CodeCodex
Thin orchestrator that chains nginx-to-traefik (class swap) and gateway-api-migration (resource swap) against one Kustomize module in one operator session. Owns no conversion logic. Invokes skill A first, reads its outputs.traefikIngresses[] hand-off contract, then invokes skill B with --source-class traefik…