17 lines
514 B
JSON
17 lines
514 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|