Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:22 +08:00
commit befa40959b
10 changed files with 1318 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "gemini-nano-banana-tool",
"description": "Generate images using Google Gemini with AI prompt optimization, cost tracking, and multi-turn conversations",
"version": "2.0.0",
"author": {
"name": "Dennis Vriend"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}