Image generation and presentations. Use when: - User asks for images: logos, icons, app assets, diagrams, flowcharts, architecture diagrams, patterns, textures, photo edits, restorations - User needs a presentation or slide deck Covers nanobanana CLI for image generation and Slidev for presentations.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add plurigrid/asi --skill visual-design --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Visual Design?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/plurigrid-visual-design)More formats (shields.io, HTML) on the badges page.
---
name: visual-design
version: 4.0.0
description: |
Image generation and presentations. Use when:
- User asks for images: logos, icons, app assets, diagrams, flowcharts,
architecture diagrams, patterns, textures, photo edits, restorations
- User needs a presentation or slide deck
Covers nanobanana CLI for image generation and Slidev for presentations.
---
# Visual design
Image generation and presentations.
## Image generation
Create and edit images from the command line using nanobanana CLI.
```bash
npm install -g @factory/nanobanana
export GEMINI_API_KEY="your-key"
nanobanana generate "company logo" --count=4 --styles=modern,minimal
nanobanana edit photo.png "remove background"
nanobanana icon "settings gear" --style=flat
nanobanana diagram "auth flow" --type=flowchart
```
Handles: logos, icons, diagrams, patterns, photo restoration, UI assets, visual sequences.
See: [image-generation.md](./image-generation.md)
## Presentations
Create slides using Slidev, a markdown-based presentation tool.
```bash
npm init slidev@latest
slidev # dev server
slidev export --format pptx # export to PowerPoint
slidev build # build as hostable SPA
```
Write slides in markdown, get code highlighting, animations, diagrams, and Vue components.
See: [presentations.md](./presentations.md) and [reference-slide-example.md](./reference-slide-example.md)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!