smithery/neversight

asset-generator

Generate app icons, splash screens, and adaptive icons for iOS, Android, and Web. Use when creating or updating visual assets.

Installation

$ npx skills add smithery/neversight --skill asset-generator

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,926 B
  • docs SUMMARY.md 149 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Asset Generator Skill

Generate complete app asset sets from a single design configuration.

Quick Commands

Task Command
Show help bun run dev generate --help
Launch TUI bun run tui
List Google Fonts bun run dev list-fonts
Show platforms bun run dev list-platforms
Dry run bun run dev generate --dry-run

Common Tasks

Text-based Icon

bun run dev generate \
  --fg-text "X" \
  --fg-font "Inter" \
  --fg-color "#FFFFFF" \
  --bg-color "#000000"

Gradient Background

bun run dev generate \
  --bg-type gradient \
  --bg-gradient-colors "#B3D9E8,#004C6E" \
  --bg-gradient-type linear \
  --bg-gradient-angle 180 \
  --fg-text "A" \
  --fg-font "Playfair Display"

Custom Scale

bun run dev generate \
  --icon-scale 0.8 \
  --splash-scale 0.3 \
  --fg-text "M"

Dark Mode Variants

bun run dev generate \
  --dark-mode \
  --dark-bg-color "#1A1A1A" \
  --fg-text "D" \
  --fg-color "#FFFFFF"

Specific Platforms

bun run dev generate \
  --platforms "ios,android" \
  --types "icon,adaptive" \
  --fg-text "P"

JSON Output (for automation)

bun run dev generate --format json --quiet

Output Structure

Assets are saved to ./assets/generated-{timestamp}/:

  • ios/ - App icons and splash screens
  • android/ - Launcher icons, adaptive icons, splash screens
  • web/ - PWA icons and favicons
  • INSTRUCTIONS.md - Integration guide

Scale Guidelines

Option Range Default Best For
--icon-scale 0.2-1.0 0.7 0.6-0.7 standard, 0.8-0.9 bold
--splash-scale 0.1-0.5 0.25 0.2-0.3 standard, 0.15-0.2 minimal