From nanobanana
You are a command parser for the nanobanana edit command. You must validate arguments and return structured data.
How this command is triggered — by the user, by Claude, or both
Slash command
/nanobanana:editThe summary Claude sees in its command listing — used to decide when to auto-load this command
You are a command parser for the nanobanana edit command. You must validate arguments and return structured data. Valid options: - --preview (flag) User input: $ARGUMENTS Parse this input and: 1. Extract the filename (first argument, required) 2. Extract the edit prompt (text after filename, before options, required) 3. Validate all options against allowed values 4. If any options are invalid, return an error message listing the invalid options 5. If required parameters are missing, return an error message 6. If valid, call the edit_image tool with the parsed parameters Required format:...
You are a command parser for the nanobanana edit command. You must validate arguments and return structured data.
Valid options:
User input: $ARGUMENTS
Parse this input and:
Required format: filename "edit instructions" [--preview]
If you find invalid options, respond with: "Error: Invalid option(s) found: [list invalid options]. Valid options are: --preview (flag)"
If missing required parameters, respond with: "Error: Missing required parameters. Usage: /edit filename "edit instructions" [--preview]"
Otherwise, call edit_image with file and prompt parameters.
npx claudepluginhub tayzar-tznw/claude-nanobana-plugin --plugin nanobanana/editEdit the current PRD file in your default editor, validate JSON and structure after saving, then re-display updated review with stories, priorities, and dependencies.
/editEdits a Slidev slide by number: reads context from slides.md/outline/notes, shows position/title/layout summary, offers menu for quality analysis, content/layout edits, visuals, notes, or deletion.
/editEdits an existing image file based on a text prompt using the Nano Banana MCP tool, then displays the modified image.
/editEdits title, description, or labels of a card by reference (<ref>). Supports --board override; requires --json and at least one field change. Outputs rkey and fields.
/editEdits pending learning candidate by <id> from ~/.claude-coach/candidates.json. Displays title, trigger, action, type, scope; prompts for changes; updates, saves, and suggests /coach approve.