UIUXProMax: Skill for Claude Code

.claude/skills/banner-design/SKILL.md

ckm:banner-design is a skill for Claude Code from PSYOP-Z/UIUXProMax. It costs 121 tokens per session (2,152 once invoked), scanned A, a copy of banner-design, MIT.

A skill for planning and designing banners, covers, and header images for social media, advertisements, websites, and print.

In plain words
What is it for?
Use it for social covers, display ads, website hero visuals, event banners, and other campaign graphics.
Why use it?
It helps organize the required size, wording, branding, style, and number of design options before creating a banner.

Skill for Claude Code

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

This is PSYOP-Z/UIUXProMax's own configuration. It tells Claude Code how to work on UIUXProMax itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything UIUXProMax configures →

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>".

Part of the ui-ux-pro-max plugin — 7 skills shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to PSYOP-Z/UIUXProMax. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/PSYOP-Z/UIUXProMax/main/.claude/skills/banner-design/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/PSYOP-Z/UIUXProMax

Made for: Claude Code.

Or install ui-ux-pro-max, the plugin that ships this one along with the rest of its 7 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 ckm:banner-design

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/psyop-z/uiuxpromax/banner-design"><img src="https://agentmods.dev/badge/skills/psyop-z/uiuxpromax/banner-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,152 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 94% 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.00121 $0.02152
Opus 5 $0.00060 $0.01076
Sonnet 5 $0.00024 $0.00430
Haiku 4.5 $0.00012 $0.00215

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

Security

Grade A, and why

ckm: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 11d 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

94% identical to banner-design — 107 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.

.claude/skills/banner-design/SKILL.md · 193 lines

How it starts

The opening of the file, as written. The whole thing — 193 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

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
  2. Generate visual elements with ai-artist + ai-multimodal skills

    a) Search prompt inspiration (6000+ examples in ai-artist):

    python3 .claude/skills/ai-artist/scripts/search.py "<banner style keywords>"
    

Read the full file on GitHub · 193 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. 11d ago First seen · 193 lines · 121 tokens per session scan A b55b30c763e2

Subscribe to this mod's changes

ckm:banner-design is a skill published in the GitHub repository PSYOP-Z/UIUXProMax (22 stars, last pushed 4mo ago), licensed MIT. It adds 121 tokens to every session and 2,152 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to banner-design, differing in 107 lines, and is treated as a copy.

Related

Other skills, from other repositories

html-ppt-zhangzara-retro-zine

A neighborhood zine on the disappearing corner shops — portraits, voices, and what a block loses when they close. Built as a decision-grade story deck for community, local readers.

nexu-io/open-design · 49 tokens

html-ppt-zhangzara-studio

A photography studio's portfolio-and-rate deck — the signature work, the process, and the packages that win the brief. Built as a decision-grade design craft deck for prospective clients.

nexu-io/open-design · 47 tokens

motion-frames

A single-frame motion-design composition with looping CSS animations — rotating type ring, animated globe, ticking timer, parallax labels. Renders as a hero video poster you can hand straight to HyperFrames or any keyframe-based exporter. Use when the brief asks for "motion design", "animated hero", "loop", "video…

nexu-io/open-design · 91 tokens

webgl-halftone-drift

A self-contained WebGL2 hero: a flowing field screened through a rotated halftone dot grid into a duotone print aesthetic; move the cursor to bend the drift.

nexu-io/open-design · 44 tokens

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

motion-graphics

A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI…

heygen-com/hyperframes · 139 tokens