This commit is contained in:
Duc Nguyen
2026-03-18 20:21:56 +07:00
commit 29667cd92f
58 changed files with 8459 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name" : "vega-claude-marketplace",
"owner" : {"name": "tiendd", "email": "fdm.dev17@gmail.com"},
"plugins": [
{
"id" : "fission-python",
"name" : "FissionPython",
"description": "Skill for creating, analyzing, and managing Fission Python projects.",
"source" : "./",
"type" : "skill",
"path" : "fission-python",
"tools" : ["create-project", "analyze-config", "update-docstring"],
"version" : "1.0.1"
}
]
}