asset-creator

Solid

Creates code-based visual assets — SVG icons, OG image HTML templates, social banners, and icon sets. Use when generating visuals as code (vector/HTML), NOT raster images — for raster generation see @rune-pro/media. Outputs files with usage instructions.

Data & Documents 81 stars 23 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# asset-creator ## Purpose Creates code-based visual assets (SVG, CSS, HTML) for projects and marketing. Handles logos, OG images, social cards, and icon sets. Outputs actual files with light/dark variants and usage instructions. This skill creates CODE-based assets — not raster images. ## Called By (inbound) - `marketing` (L2): banners, OG images, social graphics - `design` (L2): UI asset generation during design phase - L4 `@rune/ui`: design system assets ## Calls (outbound) None — pure L3 utility. ## Executable Instructions ### Step 1: Receive Brief Accept input from calling skill: - `asset_type` — one of: `logo` | `og_image` | `social_card` | `icon` | `icon_set` | `banner` - `dimensions` — width x height in pixels (e.g. `1200x630` for OG images) - `style` — description of visual style (e.g. "minimal dark", "comic bold", "glassmorphism") - `content` — text, brand name, tagline, or icon names to include - `output_dir` — where to save files (default: `assets/`) ### Step 2: Design Before writing code, determine design parameters: 1. Check if the project has `.rune/conventions.md` — use `Read` to load color palette and typography 2. If no conventions file, apply defaults based on `style`: - "dark" → `#0c1419` bg, `#ffffff` text, `#2196f3` accent - "light" → `#faf8f3` bg, `#1a1a1a` text, `#1d4ed8` accent - "comic" → `#fffef9` bg, `#1a1a1a` text, `2px solid #2a2a2a` border, `4px 4px 0 #2a2a2a` shadow - "glassmorphism" → `rgba(255,255,255,0.05)` bg, `backd...

Details

Author
Rune-kit
Repository
Rune-kit/rune
Created
5 months ago
Last Updated
4 days ago
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

marketing-design

Marketing brand-asset generation (raster images via AI): logo design (55 styles, 30 palettes, 25 industries), corporate identity / CIP mockups (50 deliverables - business card, letterhead, signage, packaging, apparel), banner design (22 styles, social/ads/web/print), SVG icon design (15 styles), social photos (multi-platform), and model-agnostic poster prompts. Default image engine is Codex gpt-image-2 (ChatGPT subscription via `codex login`), attaching the brand logo as a reference image for CIP compositing; falls back to Gemini Nano Banana (GEMINI_API_KEY, same key as omnimedia). Actions: design logo, create CIP / brand identity, generate mockups, design banner, generate icon, create social photos, design poster, social media images. Platforms: Facebook, Twitter, LinkedIn, YouTube, Instagram, Pinterest, TikTok, Threads, Google Ads. For HTML/web pages, dashboards, and slide decks, use opendesign instead.

2 Updated today
vanducng
AI & Automation Listed

asset-enhancer

Classify a software-asset brief (logo, app icon, favicon, OG image, illustration, splash, icon pack, transparent mark), route to the right image model, rewrite the prompt in the target model's dialect, pick an execution mode (inline_svg / external_prompt_only / api) based on what's actually available, and run the pipeline. Use whenever the user asks for any visual asset for a software product.

15 Updated today
MohamedAbdallah-14
AI & Automation Listed

asset-creator

Generate consistent pixel art game assets using AI image generation + meta-prompting for style lock + HSL chroma-key background removal. Produces transparent PNGs ready for PixiJS, Phaser, or any 2D game engine. Use when building pixel art games, creating game sprites, generating isometric assets, making character sprites, or when user says "create asset", "generate sprite", "make game art", "pixel art asset", or "에셋 만들어".

2 Updated today
fysoul17