Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:46:08 +08:00
commit b9da7b3a23
8 changed files with 2283 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "node-tuning",
"description": "Automatically create and apply tuned profile",
"version": "1.0.0",
"author": {
"name": "github.com/openshift-eng"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}