Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:16 +08:00
commit b38883ce98
39 changed files with 4530 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "skill-porter",
"description": "Converts Claude Code skills to Gemini CLI extensions and vice versa. Use when the user wants to make a skill cross-platform compatible, port a skill between platforms, or create a universal extension that works on both Claude Code and Gemini CLI.",
"version": "0.0.0-2025.11.28",
"author": "jduncan-rva",
"skills": [
"./."
]
}