facebook-carousel

facebook-carousel is a skill for Claude Code from roslove44/brand-artisan. It costs 89 tokens per session (2,455 once invoked), scanned A, original, MIT.

A skill for creating the cards in a Facebook carousel ad, a group of images that people swipe through, as one coherent visual series.

In plain words
What is it for?
Use it to produce one template and PNG image per card, with shared styling and a connected story at Meta's ad dimensions.
Why use it?
It prevents carousel cards from looking like unrelated images and checks that the project has brand guidelines first.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

Part of the brand-artisan plugin — 15 skills shipped together

Good fit Use it to produce one template and PNG image per card, with shared styling and a connected story at Meta's ad dimensions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roslove44/brand-artisan/facebook-carousel
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 roslove44/brand-artisan --skill facebook-carousel
Clone the repo
git clone --depth 1 https://github.com/roslove44/brand-artisan

Made for: Claude Code.

Or install brand-artisan, the plugin that ships this one along with the rest of its 15 skills.

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 facebook-carousel

README.md
[![agentmods](https://agentmods.dev/badge/skills/roslove44/brand-artisan/facebook-carousel/github.svg)](https://agentmods.dev/skills/roslove44/brand-artisan/facebook-carousel)
Your own site
<a href="https://agentmods.dev/skills/roslove44/brand-artisan/facebook-carousel"><img src="https://agentmods.dev/badge/skills/roslove44/brand-artisan/facebook-carousel/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 facebook-carousel

Your own site · 80×15
<a href="https://agentmods.dev/skills/roslove44/brand-artisan/facebook-carousel"><img src="https://agentmods.dev/badge/skills/roslove44/brand-artisan/facebook-carousel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,455 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.
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.00089 $0.02455
Opus 5 $0.00044 $0.01228
Sonnet 5 $0.00018 $0.00491
Haiku 4.5 $0.00009 $0.00246

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

Security

Grade A, and why

facebook-carousel 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/facebook-carousel/SKILL.md · 208 lines

How it starts

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

Goal: produce the PNG assets of the N cards of a Facebook carousel ad, at the chosen Meta ratio, coherent with each other and aligned with the guidelines. A carousel is not N independent images: it is a series that tells something. Coherence across cards is the heart of the deliverable.

This is a specialization of new-template. Same conventions: the Template contract (from brand-artisan), assets through brand(), fonts discovered in fonts/, export default ... satisfies Template.

Status of the dimensions. The specs come from Meta's Ads Manager (Ads Guide + the carousel help pages); there is no organic post spec. The ratios are official Meta; the "1080×1080" is a convention (Meta documents 1024×1024 as the recommended minimum at 1:1).

0. Prerequisites (blocking)

The chain project -> template folder -> guidelines must exist:

  • Resolve <project> (from the arguments, otherwise ask).
  • Check templates/<project>/ and brands/<project>/brand.md.
  • Missing guidelines or project -> STOP: ask for /new-project <project> first. No visual without guidelines (CLAUDE.md rule).

1. Frame it (ask, don't guess)

  • Name of the carousel: a kebab-case slug, default carousel. It is the subfolder templates/<project>/<name>/. Check that it does not exist.
  • Narrative mechanic (see §3): a story, one card per product, a top N, a tutorial, before/after, or seamless. It dictates the whole design.
  • Number of cards: 2 to 10, sweet spot 3-5. If a card adds nothing, drop it.
  • Ratio: default 1:1 (1080×1080). Otherwise 4:5 (1080×1350) or 9:16 (1080×1920). The same for every card (mandatory).
  • Content of each card: a short message + its role in the series (hook, development, CTA). Plus the final CTA.
  • Read brands/<project>/brand.md: palette, type, logo variants, don'ts. If the project already holds a .tsx, read it as a reference.
  • Read brands/<project>/project.md if it exists: set the tone and the claims of the cards (don't invent figures or promises). If absent -> ask for the tone and the message rather than guessing.

Read the full file on GitHub · 208 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. 10d ago First seen · 208 lines · 89 tokens per session scan A 7233498c08ff

Subscribe to this mod's changes

facebook-carousel is a skill published in the GitHub repository roslove44/brand-artisan (4 stars, last pushed 13d ago), licensed MIT. It adds 89 tokens to every session and 2,455 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

build-startup-brand

Turn a startup idea, product, URL, pitch, or existing visual identity into a distinctive startup brand system and a polished standalone HTML report. Use when Codex needs to create or refine startup positioning, a salient brand idea, brand promise, tagline, messaging, voice, creative territories, logo or symbol…

Kappaemme-git/build-startup-brand · 105 tokens

collateral-design

Apply a brand's defined visual system to any fixed-format piece that isn't a website — decks and presentations, one-pagers and sales sheets, social posts and graphics, blog/OG thumbnails, business cards, brochures, flyers, posters, banners, billboards, and paid ads. Use when the user mentions 'design a deck,' 'pitch…

zstvns/design-skills · 184 tokens

frame-logo-outro

Segmented logo assembly, glow bloom, and tagline reveal for video outros or brand closing frames.

wolfenazz/YzPzCode · 24 tokens

recording

Capture screenshots on registered computers, record on macOS or HarmonyOS, and manage saved captures. Probe capabilities before recording.

Hmbown/Codewhale · 27 tokens

ffmpeg

Process audio and video with the ffmpeg / ffprobe CLIs — convert, trim, extract audio, resize, change format, make GIFs, inspect media. Use for any audio/video transformation.

AtomicBot-ai/atomic-agent · 47 tokens

designlang-tokens

Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.

Manavarya09/design-extract · 30 tokens