21 lines
381 B
JSON
21 lines
381 B
JSON
{
|
|
"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"
|
|
]
|
|
} |