Files
claude-gen/.claude-plugin/marketplace.json

17 lines
527 B
JSON
Raw Normal View History

2026-03-18 20:21:56 +07:00
{
"name" : "vega-claude-marketplace",
"owner" : {"name": "tiendd", "email": "fdm.dev17@gmail.com"},
"plugins": [
{
2026-03-18 20:24:56 +07:00
"id" : "fission-python-skill",
"name" : "Fission-Python-Skill",
2026-03-18 20:21:56 +07:00
"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"
}
]
}