Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:01 +08:00
commit 439d216fa1
4 changed files with 492 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "tdx-skills",
"description": "tdx CLI for managing Treasure Data from the command line including database management, table operations, queries, and context configuration",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Treasure Data",
"email": "support@treasuredata.com"
},
"skills": [
"./skills/tdx-basic"
]
}