[ci skip] Clean up .claude: remove remote executor and /remote skill references

All commands and skills now reference tools directly without any remote
execution wrapper. Archived setup-remote-executor.md for reference.
Added rule: all infra changes must go through Terraform.
This commit is contained in:
Viktor Barzin 2026-02-07 13:21:58 +00:00
parent ebe5eb1e9b
commit c14dc88ffa
7 changed files with 18 additions and 25 deletions

View file

@ -1,9 +1,9 @@
# Kubectl Command
Run kubectl commands on the cluster via the `/remote` skill.
Run kubectl commands on the cluster.
```
/remote kubectl $ARGUMENTS
```bash
kubectl $ARGUMENTS
```
Examples: