Generate Methodology Diagram
Generate publication-quality methodology diagrams from text files using PaperBanana. Supports MCP tools with CLI fallback.
Sby Skills Guide Bot
DocumentationIntermediate0 views0 installs2/28/2026Claude Code
diagram-generationvisualizationpaperbananamethodologydocumentation
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
- Read the file at
$ARGUMENTS[0]to get the methodology text content. - If
$ARGUMENTS[1]is provided, use it as the figure caption. Otherwise, ask the user for a caption describing what the diagram should communicate. - Call the MCP tool
generate_diagramwith:source_context: the text content read from the filecaption: the figure captioniterations: 3 (default)
- Present the generated diagram to the user.
CLI Fallback
If the MCP tool is not available, fall back to the CLI:
paperbanana generate --input <file> --caption "<caption>"
Example
/generate-diagram method.txt "Overview of our encoder-decoder architecture"
Related skills
API Documentation Generator
100
Automatically generates OpenAPI/Swagger API documentation.
Claude CodeCursorCopilotbeginner
340981032Admin
Technical Writer
100
Writes clear technical documentation following top style guides.
claudeCursorWindsurf+1intermediate
16748380Admin
Markdown to PDF Converter
100
Convert markdown files to clean, formatted PDFs using reportlab. Perfect for generating polished documents from your markdown notes and drafts.
Claude CodeCursorWindsurfbeginner
0034Admin