Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:03 +08:00
commit 3d936eee25
4 changed files with 222 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "template-skill",
"description": "Template for creating new TD-specific Claude Code skills with best practices and standard structure",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Treasure Data",
"email": "support@treasuredata.com"
},
"skills": [
"./skills/template-skill"
]
}