Banner From Figma banner
Joeldkelly Joeldkelly

Banner From Figma

Data community

Description

--- description: Generate a full display campaign from a Figma frame URL. Extracts tokens, copy, and assets via the Figma MCP, then runs the full build → render → package → validate pipeline. argument-hint: <figma-frame-url> --- # /banner-from-figma Turn a Figma frame into 15+ network-ready banner zips. ## Usage ``` /banner-from-figma https://www.figma.com/file/ABC123/Campaign?node-id=1-42 ``` ## What happens 1. **Ingest** — the skill calls `node scripts/figma-import.js <url>` which uses t

Installation

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

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

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

Full documentation available on GitHub

View Source Repository