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 86 stars 26 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
65
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
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
6 months ago
Last Updated
3 weeks ago
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

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.

7 Updated today
vanducng
AI & Automation Listed

asset-set

Generate a complete, style-consistent set of image assets for a web or app project in one pass — favicons, app icons, OG/social cards, hero images, empty-state illustrations, or a matching icon family. Use when the user asks for "icons for", "assets for", "favicon", "og image", "app icon", "a set of illustrations", or is setting up branding for a new project.

250 Updated 1 months ago
Sateezg
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.

19 Updated today
MohamedAbdallah-14