Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:44:57 +08:00
commit 51cc537784
13 changed files with 1710 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "jmo-development-tools",
"description": "Custom commands, agents, and skills for NixOS, Jujutsu, and documentation workflows",
"version": "0.0.0-2025.11.28",
"author": {
"name": "jmo",
"email": "jmo@example.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}