Agent skill · Content & Marketing

suede-image

Suede-affiliated marketing image production for generation prompts, hero and social graphics, product mockups, export sizing, compression, and preview assets. Use when the user needs a general-purpose marketing image or an image-production workflow. NOT FOR: paid-ad creative systems (use suede-ad-creative), video production (use suede-video), or app-store listing strategy (use suede-aso).

JasonColapietrogithub.com/JasonColapietroGitHub ↗
claude-codecodexMIT
Install
npx skills add JasonColapietro/suede-creator-skills --skill suede-image --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 16 KB
Bundled scripts: none
Version: 2.0.1
Path: skills/suede-image/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 165
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Suede Marketing Image Production Suede produces marketing imagery as a rights-aware, placement-specific system: choose the right production method, protect canonical brand assets, preserve real product truth, and verify the exported result. Use generation models and design tools to create efficient hero, social, mockup, banner, and preview workflows without fabricating interfaces or provenance. ## Before Starting **Check for product marketing context first:** If `.agents/product-marketing.md` exists (or `.claude/product-marketing.md`, or the legacy `product-marketing-context.md` filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not provided): ### 1. Image Goal - What type of image? (Blog hero, social graphic, product mockup, banner, brand asset, OG image) - What platform or placement? (Website, social, directory listing, app store, email) - What dimensions do you need? ### 2. Production Approach - Do you have existing brand assets? (Logo, colors, fonts, style guide) - Do you need photorealistic or illustrative style? - Is this a one-off or a template

What's inside
Steps it walks through
  1. Before Starting
  2. 1. Image Goal
  3. 2. Production Approach
  4. 3. Technical Context
  5. Choosing Your Approach
  6. AI Image Generation
  7. Capability and authority gate
  8. Selection criteria
  9. Prompting Basics
  10. Design Tools
  11. Canva
  12. Figma
  13. When to Use Design Tools vs. AI Generation
  14. Marketing Image Workflows
Ships with 3 files
  • agents/openai.yaml
  • evals/evals.json
  • references/ai-image-prompting.md
Commands it runs
Run only after confirming the named local utility is installed.
Convert to WebP (using cwebp)
cwebp -q 80 input.png -o output.webp
Batch convert with ImageMagick
mogrify -format webp -quality 80 *.png
Optimize JPEG (using jpegoptim)
jpegoptim --max=80 --strip-all *.jpg
Check image sizes on a page
curl -s https://yoursite.com | rg -o 'src="[^"]+\\.(jpg|png|webp)"' | head -20
More from suede-creator-skills
All skills →
About this skill
What does the suede-image skill do?

Suede-affiliated marketing image production for generation prompts, hero and social graphics, product mockups, export sizing, compression, and preview assets. Use when the user needs a general-purpose marketing image or an image-production workflow. NOT FOR: paid-ad creative systems (use suede-ad-creative), video production (use suede-video), or app-store listing strategy (use suede-aso).

How do I install it?

Run `npx skills add JasonColapietro/suede-creator-skills --skill suede-image --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From JasonColapietro/suede-creator-skills, a repository with 165 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going