Initial commit
This commit is contained in:
18
skills/jduncan-rva__skill-porter/gemini-extension.json
Normal file
18
skills/jduncan-rva__skill-porter/gemini-extension.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "skill-porter",
|
||||
"version": "0.1.0",
|
||||
"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.",
|
||||
"contextFileName": "GEMINI.md",
|
||||
"excludeTools": [
|
||||
"Task",
|
||||
"WebFetch",
|
||||
"WebSearch",
|
||||
"TodoWrite",
|
||||
"AskUserQuestion",
|
||||
"SlashCommand",
|
||||
"Skill",
|
||||
"NotebookEdit",
|
||||
"BashOutput",
|
||||
"KillShell"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user