feat(plugins): bundle project scaffold marketplace plugin

This commit is contained in:
2026-09-04 22:21:24 +08:00
parent 2207806038
commit ddb678b46f
23 changed files with 218 additions and 86 deletions

View File

@@ -0,0 +1,17 @@
{
"schemaVersion": 2,
"pluginId": "makelore.project-scaffold",
"contractVersion": 1,
"scope": "project",
"runtime": {
"kind": "skill_only"
},
"skills": [
{
"id": "makelore-project-scaffold",
"entry": "../skills/makelore-project-scaffold/SKILL.md",
"grants": []
}
],
"tools": []
}