Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:48 +08:00
commit ca15ab75dc
14 changed files with 533 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "sow-generator",
"description": "Generate professional Statements of Work for AI projects",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugin Hub",
"url": "https://github.com/jeremylongshore/claude-code-plugins"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}