prompt-to-asset: Skill for Claude Code

.claude/skills/logo/SKILL.md

logo is a skill for Claude Code from MohamedAbdallah-14/prompt-to-asset. It costs 57 tokens per session (1,037 once invoked), scanned A, original, MIT.

A logo generator that creates a transparent PNG master, an SVG vector version, and a one-color version of a primary brand mark.

In plain words
What is it for?
Use it to create production logo files for brands, including text-based marks, scalable SVG artwork, transparent images, and monochrome variants.
Why use it?
It handles different logo needs, including wordmarks, while routing requests to models suited to the amount of text and whether a vector is required.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is MohamedAbdallah-14/prompt-to-asset's own configuration. It tells Claude Code how to work on prompt-to-asset itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything prompt-to-asset configures →

Part of the prompt-to-asset plugin — 13 skills, 1 MCP server shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to MohamedAbdallah-14/prompt-to-asset. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/MohamedAbdallah-14/prompt-to-asset/main/.claude/skills/logo/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/MohamedAbdallah-14/prompt-to-asset

Made for: Claude Code.

Or install prompt-to-asset, the plugin that ships this one along with the rest of its 13 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for logo

README.md
[![agentmods](https://agentmods.dev/badge/skills/mohamedabdallah-14/prompt-to-asset/logo/github.svg)](https://agentmods.dev/skills/mohamedabdallah-14/prompt-to-asset/logo)
Your own site
<a href="https://agentmods.dev/skills/mohamedabdallah-14/prompt-to-asset/logo"><img src="https://agentmods.dev/badge/skills/mohamedabdallah-14/prompt-to-asset/logo/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for logo

Your own site · 80×15
<a href="https://agentmods.dev/skills/mohamedabdallah-14/prompt-to-asset/logo"><img src="https://agentmods.dev/badge/skills/mohamedabdallah-14/prompt-to-asset/logo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,037 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium analysis-evasion · line 1
    Suspicious Unicode normalization or mixed-script content
    Fix: Review the flagged content for security risks. Ensure no credentials, secrets, or sensitive data are exposed.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.01037
Opus 5 $0.00028 $0.00518
Sonnet 5 $0.00011 $0.00207
Haiku 4.5 $0.00006 $0.00104

Measured 12d ago against content hash 0b496694fd05, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

logo scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/logo/SKILL.md · 64 lines

How it starts

The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Logo generation

Spec

  • Master: 1024×1024 RGBA PNG, transparent background, subject centered in 80% safe zone
  • Vector: SVG, ≤200 paths, fixed viewBox, SVGO optimized
  • Monochrome: 1-color mono variant (auto-derived via luminance threshold or separate generation)
  • Wordmark routing — model-specific, not blanket:
    • Paragraph-length OK: gpt-image-2, gemini-3-pro-image-preview (Nano Banana Pro), gpt-image-1.5. Include the wordmark in the prompt; composite stays safer for pixel-exact UI copy.
    • 3–10 words reliable: ideogram-3 / ideogram-3-turbo, gemini-3.1-flash-image-preview (Nano Banana 2), gpt-image-1, flux-2 family.
    • ≤3 words / ≤25 chars: Imagen 4 family, Recraft V4.
    • Composite always: Flux 1.x, Flux Schnell, SDXL, SD 1.5, Mystic, Pollinations, original Nano Banana 1.

Routing by intent

text in mark? vector needed? primary fallback
none yes Recraft V4 (native SVG) gpt-image-1.5 → BiRefNet → vtracer
none no gpt-image-1.5 (background:"transparent") Ideogram 3 Turbo (dedicated /v1/ideogram-v3/generate-transparent endpoint, rendering_speed:"TURBO")
1–3 words yes Ideogram 3 → raster 1024 → BiRefNet → K-means(6) → vtracer → SVGO Recraft V4
1–3 words no Ideogram 3 gpt-image-1.5
4–10 words yes flux-2 / gpt-image-2 → raster 1024 → BiRefNet → K-means(6) → vtracer → SVGO Nano Banana Pro
4–10 words no flux-2 family or gpt-image-2 (note: gpt-image-2 has no native RGBA — matte after) Nano Banana Pro
paragraph any Nano Banana Pro or gpt-image-2; composite is still safer for pixel-exact UI copy composite via BrandBundle.typography

Dialect-ready prompt scaffold

A [flat vector | isometric | brutalist | soft gradient] logo mark representing [SUBJECT, concrete noun phrase].
Centered composition. Clean silhouette, strong tight outline, high contrast.
Palette: [#hex, #hex, #hex] strictly.
["WORDMARK TEXT" in sans-serif, tight tracking | text-free mark].
Solid pure white background. Square 1:1 aspect. 1024x1024.

Read the full file on GitHub · 64 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 64 lines · 57 tokens per session scan A 0b496694fd05

Subscribe to this mod's changes

logo is a skill published in the GitHub repository MohamedAbdallah-14/prompt-to-asset (19 stars, last pushed yesterday), licensed MIT. It adds 57 tokens to every session and 1,037 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

vfx-text-cursor

Cursor light trail, chromatic rays, and directional flares for word-by-word quote reveals in video intros.

wolfenazz/YzPzCode · 28 tokens

desktop-brand-builder

Generate a branded Qwen Code desktop package from the Tauri desktop shell using a minimal brandId and logo. Use when the user wants a custom, white-label, or rebranded desktop client, installer, DMG/EXE/AppImage/deb, or one-click brand build on top of packages/desktop-shell.

QwenLM/qwen-code · 69 tokens

ideate

Generate image-based alternatives, remixes, or new design directions from a Product Design brief. Use when the user asks for design variants, visual exploration, remixes, or image-generated approaches from provided context.

XiaomiMiMo/MiMo-Code · 44 tokens

skillshare-ui-website-style

Skillshare frontend design system for the React dashboard (ui/) and Docusaurus website (website/). Use this skill whenever you: build or modify a dashboard page or component in ui/src/, style or layout website pages or custom CSS in website/, create new React components for the dashboard, add pages to the dashboard…

runkids/skillshare · 147 tokens

frontend-slides

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

gooseworks-ai/goose-skills · 63 tokens

deck-hermes-cyber

A visual template for presentation slides about command-line tools, coding agents, or developer products. It uses a dark terminal-inspired style with scan lines, a command prompt, large mint text, charts, and colored status labels.

nexu-io/html-anything · 34 tokens