Replace "tools" shell script declarations with proper skills/ directory so Claude Code injects them into system-reminder and Skill tool can invoke them. Each tool now has its own skills/<name>/SKILL.md with usage prompt. Remove "type" and "tools" fields from plugin manifests. Bump version to 1.0.3. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
418 B
JSON
15 lines
418 B
JSON
{
|
|
"name" : "vega-claude-marketplace",
|
|
"owner" : {"name": "tiendd", "email": "fdm.dev17@gmail.com"},
|
|
"plugins": [
|
|
{
|
|
"id" : "fission-python-skill",
|
|
"name" : "Fission-Python-Skill",
|
|
"description": "Skill for creating, analyzing, and managing Fission Python projects.",
|
|
"source" : "./",
|
|
"path" : "fission-python",
|
|
"version" : "1.0.3"
|
|
}
|
|
]
|
|
}
|