banner-design

banner-design is a skill for Claude Code from tamnguyendinh/Anvien. It costs 118 tokens per session (2,176 once invoked), scanned A, a copy of banner-design, MIT.

A guide for designing banners and headers for social media, advertising, websites, events, and print. It supports multiple visual directions and AI-generated visual elements across different formats.

In plain words
What is it for?
Use it to create social covers, ad banners, website hero graphics, event banners, or print banners for platforms such as LinkedIn, Instagram, YouTube, and Google Display.
Why use it?
It helps turn campaign content, brand rules, platform dimensions, and style preferences into suitable banner concepts. It is limited to banner-like assets rather than full websites or video editing.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 .claude/skills/ai-artist/scripts/search.py "<banner style keywords>".

Good fit Use it to create social covers, ad banners, website hero graphics, event banners, or print banners for platforms such as LinkedIn, Instagram, YouTube, and Google Display.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/tamnguyendinh/Anvien
agentmods
npx agentmods add skills/tamnguyendinh/anvien/banner-design

Made for: Claude Code.

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 banner-design

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/tamnguyendinh/anvien/banner-design"><img src="https://agentmods.dev/badge/skills/tamnguyendinh/anvien/banner-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,176 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 98% copy Near-identical to another mod 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.00118 $0.02176
Opus 5 $0.00059 $0.01088
Sonnet 5 $0.00024 $0.00435
Haiku 4.5 $0.00012 $0.00218

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

Security

Grade A, and why

banner-design 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.

Origin

This is a copy

98% identical to banner-design — 108 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

internal/aicontext/skills/banner-design/SKILL.md · 194 lines

How it starts

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

Design banners across social, ads, web, and print formats. Generates multiple art direction options per request with AI-powered visual elements. This skill handles banner design only. Does NOT handle video editing, full website design, or print production.

When to Activate

  • User requests banner, cover, or header design
  • Social media cover/header creation
  • Ad banner or display ad design
  • Website hero section visual design
  • Event/print banner design
  • Creative asset generation for campaigns

Prerequisites

Python: This skill uses Python scripts. On Windows, use python instead of python3 (e.g., python scripts/search.py instead of python3 scripts/search.py).

Workflow

Step 1: Gather Requirements (AskUserQuestion)

Collect via AskUserQuestion:

  1. Purpose — social cover, ad banner, website hero, print, or creative asset?
  2. Platform/size — which platform or custom dimensions?
  3. Content — headline, subtext, CTA, logo placement?
  4. Brand — existing brand guidelines? (check docs/brand-guidelines.md)
  5. Style preference — any art direction? (show style options if unsure)
  6. Quantity — how many options to generate? (default: 3)

Step 2: Research & Art Direction

  1. Activate ui-ux-pro-max skill for design intelligence
  2. Use Chrome browser to research Pinterest for design references:
    Navigate to pinterest.com → search "[purpose] banner design [style]"
    Screenshot 3-5 reference pins for art direction inspiration
    
  3. Select 2-3 complementary art direction styles from references: references/banner-sizes-and-styles.md

Step 3: Design & Generate Options

For each art direction option:

  1. Create HTML/CSS banner using frontend-design skill
    • Use exact platform dimensions from size reference
    • Apply safe zone rules (critical content in central 70-80%)
    • Max 2 typefaces, single CTA, 4.5:1 contrast ratio
    • Inject brand context via inject-brand-context.cjs

Read the full file on GitHub · 194 lines

Files

What ships with it

1 file 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. 12d ago First seen · 194 lines · 118 tokens per session scan A 4326a92f6e6a

Subscribe to this mod's changes

banner-design is a skill published in the GitHub repository tamnguyendinh/Anvien (9 stars, last pushed today), licensed MIT. It adds 118 tokens to every session and 2,176 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to banner-design, differing in 108 lines, and is treated as a copy.

Related

Other skills, from other repositories

slides

A slide generator that creates PNG images for presentation decks, including simple backgrounds for spoken-video scripts and fuller layouts for standalone presentations.

majiayu000/spellbook · 41 tokens

presentation-creator

Builds decks with a story spine, house visual system, setting-specific density, and speaker notes. Use when asked to "create a presentation", "write a pitch deck", or "turn this doc into slides". Defaults to Marp; use an available presentation tool for editable PowerPoint. For product UI use ui-design.

mblode/agent-skills · 69 tokens

blender-reference-to-3d

A workflow for creating an editable 3D character in Blender from reference images, especially anime-style heads and hair. It covers analysing the image, building geometry, applying colours, checking views, and delivering the project.

majiayu000/spellbook · 130 tokens

canva-automation

Automate Canva tasks via Rube MCP (Composio): designs, exports, folders, brand templates, autofill. Always search tools first for current schemas.

aAAaqwq/AGI-Super-Team · 38 tokens

code-material-gen

A code-based graphics tool that uses HTML and CSS, then renders the result with Playwright, a browser automation tool. It is designed for Chinese text, selectable fonts, and repeatable layouts.

aAAaqwq/AGI-Super-Team · 75 tokens

ppt-orchestrator

A dispatcher for creating presentations, slide decks, long images, and weekly reports. It chooses a visual style and output format, then sends the work to a more specialised add-on.

huangrichao2020/pretty-skills · 160 tokens