Add banana-image-gen skill for AI image generation#231
Open
BestDosage wants to merge 3 commits intocoreyhaines31:mainfrom
Open
Add banana-image-gen skill for AI image generation#231BestDosage wants to merge 3 commits intocoreyhaines31:mainfrom
BestDosage wants to merge 3 commits intocoreyhaines31:mainfrom
Conversation
Adds the Banana Claude skill (v1.4.1) — a Creative Director pipeline for AI image generation using Google Gemini Nano Banana models. Includes 9 domain modes, 5-component prompt formula, MCP integration with direct API fallback, batch workflows, brand presets, cost tracking, and post-processing pipelines. Based on https://github.com/AgriciDaniel/banana-claude (MIT license). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds the ai-website-cloner skill from JCodesMore/ai-website-cloner-template — a 5-phase pipeline that reverse-engineers any live website into clean Next.js code using browser inspection, component spec generation, and parallel builder agents in git worktrees. Based on https://github.com/JCodesMore/ai-website-cloner-template (MIT license). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds the NotebookLM Research Assistant skill — query Google NotebookLM notebooks directly from Claude Code for citation-backed, source-grounded answers via Gemini. Includes browser automation, library management, persistent auth, and Smart Add for notebook discovery. Based on https://github.com/PleasePrompto/notebooklm-skill (MIT license). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What's included
skills/banana-image-gen/SKILL.md— Main skill orchestrationskills/banana-image-gen/references/— 6 reference docs (prompt engineering, Gemini models, MCP tools, post-processing, cost tracking, presets)skills/banana-image-gen/scripts/— 7 Python scripts (zero pip dependencies, stdlib only)skills/banana-image-gen/evals/evals.json— 6 evaluation scenariosTest plan
/bananacommand/banana setup🤖 Generated with Claude Code