Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:41:11 +08:00
commit 5b393847ba
5 changed files with 175 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "justfile",
"description": "Utilities for working with justfiles, including doc comment optimization",
"version": "0.18.0",
"author": {
"name": "Craig Motlin"
},
"skills": [
"./skills/justfile-style/SKILL.md"
],
"commands": [
"./commands/justfile-recipe-short-doc.md"
]
}