Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:33 +08:00
commit 977fbf5872
27 changed files with 5714 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "essentials",
"description": "My absolute essentials to work with Claude Code",
"version": "0.0.1",
"author": {
"name": "Dhruv Baldawa"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}