Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:41:26 +08:00
commit fba672abf6
7 changed files with 902 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "data-engineering",
"description": "ETL pipeline construction, data warehouse design, batch processing workflows, and data-driven feature development",
"version": "1.2.1",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./agents/data-engineer.md",
"./agents/backend-architect.md"
],
"commands": [
"./commands/data-driven-feature.md",
"./commands/data-pipeline.md"
]
}