Banner From Brief banner
Joeldkelly Joeldkelly

Banner From Brief

Data community

Description

--- description: Generate a display campaign from a written brief (markdown, text, or PDF). Claude synthesizes brand tokens, copy, sizes, and networks, then runs the full pipeline. argument-hint: <path-to-brief> --- # /banner-from-brief Turn a brief into 15+ network-ready banner zips. No Figma required. ## Usage ``` /banner-from-brief ./brief.md ``` ## What happens 1. **Read** — Claude reads the brief file. Accepted formats: `.md`, `.txt`, `.pdf` (V1). 2. **Synthesize** — Claude extracts:

Installation

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

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

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

Full documentation available on GitHub

View Source Repository