Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:25:25 +08:00
commit afd3595afa
11 changed files with 4540 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "project-workflow",
"description": "Production-ready skill for project-workflow",
"version": "1.0.0",
"author": {
"name": "Jeremy Dawes",
"email": "jeremy@jezweb.net"
},
"commands": [
"./commands"
],
"skills": [
"./"
]
}