adapting-formats

adapting-formats is a skill for Claude Code from SupercmoHQ/superCMO-skills. It costs 157 tokens per session (2,769 once invoked), scanned A, original, Apache-2.0.

A workflow for recreating an existing image advertisement in different shapes for different channels.

In plain words
What is it for?
Preparing one image ad for multiple aspect ratios or channels, such as social-media placements, with each version recomposed for its shape.
Why use it?
It keeps the product, wording and visual style while rebuilding the layout, instead of simply cutting off parts of the original image.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the supercmo plugin — 23 skills, 1 MCP server shipped together

Good fit Preparing one image ad for multiple aspect ratios or channels, such as social-media placements, with each version recomposed for its shape.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/supercmohq/supercmo-skills/adapting-formats
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add SupercmoHQ/superCMO-skills --skill adapting-formats
Clone the repo
git clone --depth 1 https://github.com/SupercmoHQ/superCMO-skills

Made for: Claude Code.

Or install supercmo, the plugin that ships this one along with the rest of its 23 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 adapting-formats

README.md
[![agentmods](https://agentmods.dev/badge/skills/supercmohq/supercmo-skills/adapting-formats/github.svg)](https://agentmods.dev/skills/supercmohq/supercmo-skills/adapting-formats)
Your own site
<a href="https://agentmods.dev/skills/supercmohq/supercmo-skills/adapting-formats"><img src="https://agentmods.dev/badge/skills/supercmohq/supercmo-skills/adapting-formats/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 adapting-formats

Your own site · 80×15
<a href="https://agentmods.dev/skills/supercmohq/supercmo-skills/adapting-formats"><img src="https://agentmods.dev/badge/skills/supercmohq/supercmo-skills/adapting-formats.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 157 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,769 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 pass 7 Sept 2026
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.00157 $0.02769
Opus 5 $0.00078 $0.01385
Sonnet 5 $0.00031 $0.00554
Haiku 4.5 $0.00016 $0.00277

Measured 10d ago against content hash 2d4dbfafe73a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

adapting-formats 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 10d 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.

skills/adapting-formats/SKILL.md · 190 lines

How it starts

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

Resizing an ad

Take an image ad that already exists and produce it in the other shapes it has to run in.

Each shape is regenerated, not cropped. A crop cuts the headline in half and pushes the product out of frame; the ad is rebuilt for the new proportions with the original passed in as a reference, so it stays the same ad rather than becoming a different one.

Workflow

Step 1: Get the ad and the shapes

  • The ad — the image file or URL, at the largest version the user has. Without it there is nothing to resize; ask for it and stop. Several ads at once is normal: each is read and planned separately, though they can all be generated in one call at the end.
  • The shapes — the ratios, or the channel they run on. Where the user named a channel rather than ratios, take them from references/ratios-and-safe-zones.md. Where neither is given, ask which sizes they need, offering that table's channels and a free-text way out.
  • The product photo, where they have one — a clean shot of the product on its own. It is worth asking for: the ad may show the product small, angled or partly behind copy, and the photo holds its identity far better than the ad can.

Drop the shape the ad is already in. An ad supplied at 1:1 and asked for the Meta family needs 4:5 and 9:16 — regenerating its own 1:1 bills for a reconstruction of something the user already has.

Step 2: Read the ad

Run image_analysis on it once, and separate what the ad is made of — the parts a resize moves, not a description of the picture:

  • The product — what it is, and whatever has to stay identical wherever it appears: its shape, colour and label, the text printed on it, or anything else that would give it away as redrawn.
  • Every drawn string — captured word for word, wherever it sits: a headline, a support line, a call to action, a price or a badge. These are regenerated, so a word read wrong here is a word wrong in the ad.
  • The background — the surface, the scene, the light direction and the perspective, since this is what gets extended into any new area.
  • The look — the palette, the character of the type, and whatever else makes it read as this brand's ad.
  • The layout — what the eye lands on first, and how the parts sit relative to each other.

Read the full file on GitHub · 190 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 190 lines · 157 tokens per session scan A 2d4dbfafe73a

Subscribe to this mod's changes

adapting-formats is a skill published in the GitHub repository SupercmoHQ/superCMO-skills (37 stars, last pushed 13d ago), licensed Apache-2.0. It adds 157 tokens to every session and 2,769 once invoked, about $0.0008 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

threejs-interaction

Three.js interaction - raycasting, controls, mouse/touch input, object selection. Use when handling user input, implementing click detection, adding camera controls, or creating interactive 3D experiences.

calesthio/OpenMontage · 44 tokens

create-video-seedance-2-fal

Generate a single 4-15s vertical video clip with ByteDance Seedance 2.0 reference-to-video via fal.ai. Multi-image reference (avatar + product + setting), native lip-synced VO + ambient audio (generate-audio on by default), internal multi-cut handling within one render. Routes through the GooseWorks FAL proxy (bills…

gooseworks-ai/goose-skills · 117 tokens

playwright-recording

Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.

calesthio/OpenMontage · 53 tokens

seedance-2-5

Generate 4-30 second cinematic video with ByteDance Seedance 2.5 through fal.ai, Volcengine Ark, Runway, or ComfyUI Partner Nodes. Use for long single generations, synchronized audio, and large multimodal reference sets (up to 30 images, 10 videos, and 10 audio clips). Also covers the 2.5 prompt contract: section…

calesthio/OpenMontage · 117 tokens

threejs-textures

Three.js textures - texture types, UV mapping, environment maps, texture settings. Use when working with images, UV coordinates, cubemaps, HDR environments, or texture optimization.

calesthio/OpenMontage · 41 tokens

create-chatgpt-mockup

Render pixel-accurate ChatGPT mobile (iOS) screen mockups in light mode from a thread JSON. Supports user text bubbles, user image attachments, assistant markdown prose, citation chips, the OpenAI spiral logo, the Apps-SDK GPT chip in the composer, and three header styles (model-tag, plain title, "Get Plus"). Fixed…

gooseworks-ai/goose-skills · 90 tokens