Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:47:13 +08:00
commit 9529eaebeb
20 changed files with 3382 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "k8s",
"description": "Kubernetes platform engineering plugin for cluster management, configuration development, monitoring, security, and CI/CD with support for standard K8s, K3s, Talos, Flatcar, and GitOps",
"version": "1.0.0",
"author": {
"name": "Eric Austin",
"email": "e@plsr.io"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}