Skip to main content

devops skills

6 skills. Source of truth: skills/devops/.

argocd-multicloud​

Installs, configures, and manages ArgoCD as a multi-cloud GitOps control plane on GKE, with AKS and EKS registered as remote cluster destinations. Covers: fresh ArgoCD installation with --insecure mode behind Envoy Gateway, wildcard TLS certificate setup, cluster registration via argocd CLI, App-of-Apps root application creation, ArgoCD ApplicationSet authoring for cross-cluster fan-out delivery, ArgoCD project isolation per client/environment, RBAC configuration, and Dex OIDC SSO wiring. Use when setting up ArgoCD for the first time or adding remote clusters to an existing control plane.

v1.0.0 · devops gitops kubernetes · source

disk-space-guardian​

Intelligent, safety-first disk space management for developer workstations. Scans and safely removes stale Rust target/, Node node_modules, Python pycache, Go module cache, Docker layers, Xcode DerivedData, and Homebrew caches using the dsg CLI. Defaults to dry-run; moves artifacts to system Trash, never rm.

v1.0.0 · disk cache cleanup rust devtools devops dsg build-cache · source

fabric-integration​

Enforce the cross-repository fabric version invariants (Loro minor, wasmtime major, iroh floor, WIT world pinning) so a drift that would surface as a merge error, a cache miss, or a component that will not instantiate fails at check time instead.

v1.0.0 · fabric invariants versions loro wasmtime iroh wit ci · source

gitops-bootstrap​

Scaffolds a complete multi-cloud GitOps CI/CD system from scratch following the TJ-CICD-001 standard. Detects target cloud environments (GKE, AKS, EKS — any combination), creates the GitOps repository structure (base / cloud / environment Kustomize overlays), generates GitHub Actions workflows with keyless OIDC authentication per cloud, creates ArgoCD Application CRs or ApplicationSets, and registers remote clusters with an ArgoCD control plane on GKE. Use when a project has no existing GitOps pipeline and needs one built from the ground up.

v1.0.0 · devops gitops kubernetes · source

gitops-transform​

Detects and transforms existing GitHub Actions workflows and Kubernetes deployment configurations to the TJ-CICD-001 multi-cloud GitOps standard. Analyzes the current CI stack (registry provider, auth mechanism, deploy strategy, target cloud) and produces a diff-based transformation plan before making any changes. Handles: raw kubectl deploy workflows, Helm-based deploys, single-cloud workflows missing multi-cloud support, static credential auth (service account keys, access key IDs) needing OIDC migration, and workflows that deploy directly instead of committing to a GitOps repo. Use when a project has existing CI/CD that needs upgrading or modernizing.

v1.0.0 · devops gitops kubernetes · source

kustomize-overlay​

Generates a complete three-dimensional Kustomize overlay structure (base / cloud / environment) for a new or existing service following TJ-CICD-001. Creates cloud-specific annotation patches for GKE Workload Identity, Azure Workload Identity, and EKS IRSA. Validates existing overlays for structural compliance and repair broken overlay chains. Use when adding a new service to the GitOps repository, adding a new cloud target to an existing service, or auditing and repairing existing Kustomize structures.

v1.0.0 · devops gitops kubernetes · source