banana-claude
AI image generation skill for Claude Code -- Creative Director powered by Gemini
File Explorer
- marketplace.json
- plugin.json
- bug_report.yml
- config.yml
- feature_request.yml
- validate.yml
- dependabot.yml
- PULL_REQUEST_TEMPLATE.md
- release.yml
- brief-constructor.md
- banana-claude-skillcommand.gif
- cover-image.webp
- domain-modes.webp
- pipeline-flow.webp
- reasoning-brief.webp
- cost-tracking.md
- gemini-models.md
- mcp-tools.md
- post-processing.md
- presets.md
- prompt-engineering.md
- batch.py
- cost_tracker.py
- edit.py
- generate.py
- presets.py
- setup_mcp.py
- validate_setup.py
- SKILL.md
- .gitattributes
- .gitignore
- CHANGELOG.md
- CITATION.cff
- CLAUDE.md
- CODE_OF_CONDUCT.md
- CODEOWNERS
- CONTRIBUTING.md
- install.sh
- LICENSE
- README.md
- SECURITY.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
claude
View Details ▼
claude
An agent-based coding tool that understands your code base and helps you code faster through natural language commands.
claude prompt
Execute with prompt:
claude update
Update `claude`:
claude mcp list
Get the list of specified MCP servers:
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
