
--- user-invocable: true allowed-tools: - mcp__paperbanana__generate_diagram - Read - "Bash(paperbanana *)" --- # Generate Diagram Generate a publication-quality methodology diagram from a text file using PaperBanana. ## Instructions 1. Read the file at `$ARGUMENTS[0]` to get the methodology text content. 2. If `$ARGUMENTS[1]` is provided, use it as the figure caption. Otherwise, ask the user for a caption describing what the diagram should communicate. 3. Call the MCP tool `generate_d
--- user-invocable: true allowed-tools: - mcp__paperbanana__evaluate_diagram - Read - "Bash(paperbanana *)" --- # Evaluate Diagram Evaluate a generated diagram against a human reference using PaperBanana's VLM-as-Judge scoring. ## Instructions 1. `$ARGUMENTS[0]` is the path to the generated image. 2. `$ARGUMENTS[1]` is the path to the human reference image. 3. Ask the user for: - **Source context**: the methodology text (or a file path to read it from). If the user provides a file p