refactor: convert plugin tools to skills/ directory structure

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>
This commit is contained in:
Duc Nguyen
2026-03-19 00:11:38 +07:00
parent 81c85beaa7
commit e7e6da5134
5 changed files with 116 additions and 6 deletions

View File

@@ -2,7 +2,5 @@
"id" : "fission-python-skill",
"name" : "Fission-Python-Skill",
"description": "Skill for creating, analyzing, and managing Fission Python projects.",
"type" : "skill",
"tools" : ["create-project", "analyze-config", "update-docstring"],
"version" : "1.0.2"
"version" : "1.0.3"
}