home / skills / plurigrid / asi / visual-design
This skill helps you create logos, icons, diagrams, and slide decks from the command line and Slidev, saving design time.
npx playbooks add skill plurigrid/asi --skill visual-designReview the files below or copy the command above to add this skill to your agents.
---
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)
This skill provides command-line image generation and slide-deck creation tools for design tasks. It combines the nanobanana CLI for creating and editing images with Slidev for building markdown-based presentations. Use it to produce logos, icons, diagrams, photo edits, and professional slide decks quickly.
Use the nanobanana CLI to generate, edit, and batch-produce images from prompts and simple commands, covering logos, icons, diagrams, patterns, textures, restorations, and UI assets. Use Slidev to author slides in Markdown, preview locally, export to formats like PPTX, and build hostable single-page presentations with animations, code highlighting, and diagrams.
Do I need an API key to generate images?
Yes. Configure the image generation service API key as an environment variable before using the CLI.
Can Slidev export to PowerPoint?
Yes. Slidev supports exporting to PPTX as well as building a hostable SPA.
What image types can nanobanana handle?
It handles logos, icons, diagrams, patterns, textures, photo edits and restorations, and visual sequences.