[ci skip] update .claude commands and skills: migrate to /remote skill, remove old executor

This commit is contained in:
Viktor Barzin 2026-02-07 10:44:14 +00:00
parent 4cf8dc8ca1
commit f41bea0ede
No known key found for this signature in database
GPG key ID: 0EB088298288D958
11 changed files with 19 additions and 183 deletions

View file

@ -284,7 +284,7 @@ smtp_password = var.mailserver_accounts["info@viktorbarzin.me"]
### 6. Apply Terraform
```bash
# Via remote executor
# Via /remote skill
terraform init
terraform apply -target=module.kubernetes_cluster.module.<service> -auto-approve
```