Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:05 +08:00
commit 0795c78068
10 changed files with 1371 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "essentials",
"description": "Essential tooling for discovering docs, cleaning up code, deep thinking (ultraplan), and systematic code review.",
"version": "0.7.0",
"author": {
"name": "Kevin McBride"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}