Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:03 +08:00
commit bf74b6d1a5
6 changed files with 355 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "nanobanana-skill",
"description": "Generate or edit images using Google Gemini API via nanobanana",
"version": "1.0.0",
"author": {
"name": "Pengfei Ni",
"url": "https://github.com/feiskyer/claude-code-settings"
},
"skills": [
"./skills"
]
}