Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:46:42 +08:00
commit d10d0cf406
7 changed files with 351 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "oss-promoter",
"description": "Batch promote open source projects to tech weeklies and communities. Auto-generate tailored submissions and create issues on multiple weeklies with one command.",
"version": "1.0.0",
"author": {
"name": "ourines",
"email": "github@ourines"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}