Banner Resize banner
Joeldkelly Joeldkelly

Banner Resize

Development community

Description

--- description: Re-run the resize step only against an existing master build, producing new sizes without rebuilding copy or assets. argument-hint: <build-dir> [--sizes 300x250,728x90,...] --- # /banner-resize Add or regenerate sizes from an existing `./build/` output. Skips ingest and copy synthesis. ## Usage ``` /banner-resize ./build --sizes 300x600,970x250 ``` Or, to resize to the full canonical matrix: ``` /banner-resize ./build --sizes all ``` ## What happens 1. Reads `banner.conf

Installation

Installs to ~/.claude/skills/joeldkelly-banner-forge-banner-resize/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joeldkelly-banner-forge-banner-resize && curl -fsSL https://raw.githubusercontent.com/Joeldkelly/banner-forge/HEAD/commands/banner-resize.md -o ~/.claude/skills/joeldkelly-banner-forge-banner-resize/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository