Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:43:58 +08:00
commit 72e3183017
8 changed files with 1570 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "essentials",
"description": "Essential agents, commands, and tools for enhanced Claude Code workflows - git commits, research, context management, and ultrathink mode.",
"version": "0.1.0",
"author": {
"name": "Nick Nisi",
"email": "nick@nisi.org"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}