Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:55 +08:00
commit b3000ac354
12 changed files with 370 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "data-intelligence",
"description": "Data engineering and time series analysis mastery. Expert in jq, SQL, pandas, time series forecasting, ETL pipelines, streaming, and analytics visualization.",
"version": "1.0.0",
"author": {
"name": "DotClaude",
"url": "https://github.com/dotclaude"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}