Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:45:56 +08:00
commit 9fc59ddec1
11 changed files with 3200 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "hcp",
"description": "Generate HyperShift cluster creation commands via hcp CLI from natural language descriptions",
"version": "0.0.1",
"author": {
"name": "github.com/openshift-eng"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}