add claude files [ci skip]
This commit is contained in:
parent
8601c26e63
commit
65a1fb57a8
9 changed files with 120 additions and 5 deletions
11
.claude/commands/list-services.md
Executable file
11
.claude/commands/list-services.md
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
# List All Services
|
||||
|
||||
List all Kubernetes services deployed in this infrastructure.
|
||||
|
||||
```bash
|
||||
ls -1 /System/Volumes/Data/mnt/code/infra/modules/kubernetes/
|
||||
```
|
||||
|
||||
Provide a summary of the services, grouped by category if possible (media, monitoring, productivity, etc.).
|
||||
|
||||
Note: This command runs locally since it only reads the filesystem.
|
||||
Loading…
Add table
Add a link
Reference in a new issue