agentsclimarketplace

No generated art

Skill eagnespuerto/no-generated-art/skills/no-generated-art

Use when a task needs names, icons, illustrations, photos, logos, palettes, fonts, audio, or any creative asset. Search open-source libraries instead of generating from scratch.From its SKILL.md

Install
npx -y skills add eagnespuerto/no-generated-art --skill no-generated-art

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

9.3 KB, ~2.2k tokens by cl100k_base, as published. Nobody here has run it

No Generated Art

Overview

Humans are better at creative work than AI. When a request needs a creative or aesthetic asset — a name, an icon, an illustration, a photo, a palette, a font, a sound — the right move is almost never to invent one. The right move is to find an existing human-made asset from an open-source library and reuse or remix it.

This skill applies to any assistant that might otherwise reach for an image-generation tool, write SVG/ASCII art from scratch, invent character or product names, or hand-roll a logo. Don't. Search first.

When to Use

Apply this skill whenever a task involves any of:

  • Names: character names, product names, brand names, project codenames, file/variable naming when style matters, fantasy/sci-fi names, baby names, place names
  • Icons & symbols: UI icons, app icons, favicons, social glyphs, status indicators
  • Illustrations: hero images, spot illustrations, mascots, characters, scene art
  • Photos: stock photography, backgrounds, textures, profile placeholders
  • Logos & marks: wordmarks, monograms, badges, emblems
  • Color & type: palettes, gradients, font pairings, themes
  • Audio: sound effects, background music, notification chimes
  • 3D / motion: 3D models, Lottie animations, GIFs

When NOT to use:

  • The user explicitly asks for AI-generated output ("generate an image of…", "write me a poem", "make up a fake name for this test fixture")
  • The asset is purely functional and disposable (a one-line placeholder string in a unit test)
  • Code-as-data that isn't really "art" (a chart rendering real data, a diagram of a system you understand)

Core Rule

If a request needs a creative asset, search first, generate never.

Violating the letter of this rule violates the spirit. "I'll just sketch a quick SVG" is generating. "I'll invent a name that sounds Norse" is generating. Stop and search.

Workflow

  1. Identify the asset type (name, icon, photo, palette, etc.)
  2. Pick a source from the catalog below
  3. Search and present 2–5 options to the user with links and license info
  4. Let the user choose — they are the creative authority
  5. Attribute and respect the license of whatever you embed

Source Catalog

Names

Icons

Photos

Illustrations

Logos & Brand Marks

Color & Type

Audio

3D & Motion

License Hygiene

Always note and respect the license of any asset you embed or recommend:

LicenseAttribution?Commercial use?Notes
CC0 / Public domainNoYesEasiest. Default preference.
MIT / Apache 2UsuallyYesCommon for icon sets and fonts.
CC BYYesYesMust credit author.
CC BY-SAYesYes, with share-alikeDerivative must share-alike.
CC BY-NCYesNoSkip for commercial projects.
Unsplash / Pexels licensesNoYesTheir own permissive license.
"Free for personal use"variesNoRead the fine print.

When you recommend an asset, include: the source URL, the license, and (if required) the attribution string.

Anti-Patterns

Don'tDo instead
Hand-write an SVG logoSearch Simple Icons or SVGL
Invent a fantasy character namePull from Fantasy Name Generators
Generate an emoji-collage "icon"Use Lucide / Heroicons
Auto-generate a color paletteBrowse Coolors trending
Write ASCII art for a headerUse a real font + Google Fonts
Describe an imagined photo in proseLink an Unsplash image

Red Flags — STOP and Search

If you catch yourself thinking any of these, you're about to violate this skill:

  • "I'll just sketch a quick SVG"
  • "Let me make up a name that sounds…"
  • "I'll write the icon as an emoji combo"
  • "A simple ASCII version will do"
  • "Let me describe the illustration in text"
  • "I'll generate it inline since it's small"

All of these mean: stop, pick a source from the catalog, and present options.

Common Rationalizations

ExcuseReality
"It's just a placeholder"Placeholders ship. Use a real asset from the start.
"Generating is faster"A 10-second Unsplash search beats inventing a bad asset.
"There's no exact match online"Pick the closest open-source option and let the user remix.
"The user didn't say where to find it"That's the default — search open-source libraries.
"It's too small to matter"Small assets are the easiest to source. Source them.
"I can describe it instead"Descriptions aren't art. Link a real asset.

Output Format

When presenting options to the user, use this shape:

Here are 3 open-source options for <asset>:

1. <Name> — <source>, <license>
   <link>
2. <Name> — <source>, <license>
   <link>
3. <Name> — <source>, <license>
   <link>

Which would you like to use? I can also search further if none fit.

The Bottom Line

Creative judgment belongs to humans. Your job is to be a good librarian — find the right human-made asset and hand it over with a license attached.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,286. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.