api-and-interface-desi…
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints,…
Generate visual assets (ASCII art, diagrams, banners) for repos and documentation
$ npx -y skills add kevinnft/ai-agent-skills --skill visual-assets-generation --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/visual-assets-generationContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate visual assets (ASCII art, diagrams, banners) for repos and documentation
name: visual-assets-generation description: Generate visual assets (ASCII art, diagrams, banners) for repos and documentation tags: [ascii-art, diagrams, visualization, documentation, marketing] related_skills: [architecture-diagram, ascii-art, excalidraw] origin: unknown source_license: see upstream language: en
Generate visual assets for repositories and documentation — ASCII art, diagrams, banners, social cards.
**ALWAYS create TXT preview before generating real images:**
**Why:**
**Format:**
VISUAL_ASSETS_PREVIEW.txt ├── ASCII Art Banner ├── Architecture Diagram ├── Workflow Diagram ├── Comparison Tables ├── Folder Structure ├── Performance Metrics ├── Quick Start Guide └── Social Media Preview
---
Include multiple visual types in one file:
1. **ASCII Art Banner/Logo**
2. **Architecture Diagram**
3. **Workflow Diagram**
4. **Comparison Tables**
5. **Folder Structure**
6. **Performance Metrics**
7. **Quick Start Guide**
8. **Social Media Preview**
---
After creating preview, present choices:
**Option A: Use ASCII Directly**
# Add to README.md cat VISUAL_ASSETS_PREVIEW.txt >> README.md
**Option B: Convert to Real Images**
**Option C: Both** ⭐ **RECOMMENDED**
---
**Box-drawing style:**
┌─────────────────────────────────────────────────────────────┐ │ │ │ PROJECT NAME │ │ Tagline goes here │ │ │ └─────────────────────────────────────────────────────────────┘
**Block character style:**
███╗ ███╗██╗ ██╗ ██████╗ ██████╗ ██████╗ ██╗███████╗ ██████╗████████╗ ████╗ ████║╚██╗ ██╔╝ ██╔══██╗██╔══██╗██╔═══██╗ ██║██╔════╝██╔════╝╚══██╔══╝ ██╔████╔██║ ╚████╔╝ ██████╔╝██████╔╝██║ ██║ ██║█████╗ ██║ ██║ ██║╚██╔╝██║ ╚██╔╝ ██╔═══╝ ██╔══██╗██║ ██║██ ██║██╔══╝ ██║ ██║ ██║ ╚═╝ ██║ ██║ ██║ ██║ ██║╚██████╔╝╚█████╔╝███████╗╚██████╗ ██║ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚════╝ ╚══════╝ ╚═════╝ ╚═╝
---
USER
│
│ Request
▼
┌────────────────────────────────┐
│ │
│ COMPONENT A │
│ (Description) │
│ │
└────────────────────────────────┘
│
┌────────────────┴────────────────┐
│ │
▼ ▼
┌───────────────────┐ ┌───────────────────┐
│ │ │ │
│ COMPONENT B │ │ COMPONENT C │
│ (Description) │ │ (Description) │
│ │ │ │
└───────────────────┘ └───────────────────┘
│ │
└────────────────┬────────────────┘
│
▼
┌────────────────────────────────┐
│ │
│ OUTPUT │
│ (Result) │
│ │
└────────────────────────────────┘---
┌──────────────────┬─────────────┬─────────────┬─────────────┐ │ │ OPTION A │ OPTION B │ OPTION C │ ├──────────────────┼─────────────┼─────────────┼─────────────┤ │ Feature 1 │ ✅ Yes │ ❌ No │ ✅ Yes │ │ Feature 2 │ ❌ No │ ✅ Yes │ ✅ Yes │ │ Speed │ Fast │ Slow │ Medium │ │ Cost │ Free │ $10/mo │ Free │ └──────────────────┴─────────────┴─────────────┴─────────────┘
---
project-root/ ├── src/ # Source code │ ├── components/ # React components │ └── utils/ #
191 attribution-first agent skills for Hermes Agent, Claude Code, Cursor — one installer, 28 categories, searchable catalog. See NOTICE for upstream attribution.
Repo: kevinnft/ai-agent-skills
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints,…
Tests in real browsers. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze…
Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test…
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to…
Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend…
Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure…