Brandforge — Design skill for Claude Code
BrandForge turns your project vision into an enterprise-grade brand guide built for agentic development.
How to install Brandforge
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open elwoodberry3/brandforge and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Brandforge does
BrandForge turns your project vision into an enterprise-grade brand guide built for agentic development. Define identity, voice, colors, typography, UI standards, and visual rules through a guided interface—then generate structured brand context Claude Code, Skills, MCP servers, and agents can consistently reference.
Alternatives in Design
- Brand Guidelines — Apply Anthropic's official brand colors and typography to artifacts 94.1k ★
- Pair — Fuse two extracted designs into a single hybrid identity 3.6k ★
- Part 3 — Technical Design Document Generator — I'll help you create a Technical Design Document for your MVP 2.1k ★
README

BrandForge
IAS Build 022 — BrandDeck Generator
A light-mode, multi-step form for people who own a logo but have never written a brand guide. It extracts a palette from the uploaded logo, walks the user through clearspace, type, iconography, and button style in plain language, then **deterministically** generates two files:
- CLAUDE.md — brand rules a Claude Code project reads automatically as constraints.
- brand-guide.html — a self-contained Tailwind brand guide (light mode).
Both are emailed on submit (Resend), the email is upserted to HubSpot by email, and the submission can be forwarded to n8n. No design knowledge assumed on the user's side.
Architecture
| Layer | Tech | Responsibility |
|---|---|---|
| Presentation | Next.js 14 (App Router) on Vercel | Multi-step form, shared header/footer, security pages |
| Logic | lib/brand-logic.ts (deterministic) |
Palette roles, clearspace, type scale, contrast — NO LLM |
| Orchestration | n8n (optional) + lib/integrations.ts |
Delivery seam, demo-mode fallback |
| Data | HubSpot Free | Contact upsert-by-email (idProperty: email) |
| Resend | Two-file delivery with install instructions |
The deterministic engine is why the teaching is honest: every rule the form claims to handle for the user is encoded logic, and where a rule can't be satisfied (e.g. an accent color failing WCAG AA), the output surfaces a visible TODO chip rather than silently "fixing" the brand.
Shared header/footer
`components/SiteHeader.tsx` and `components/SiteFooter.tsx` wrap every route via `app/layout.tsx`. The header carries the IAS logo mark; the footer carries the wordmark plus the **security links** (Privacy, Terms, Security), which resolve to real routes in `app/privacy`, `app/terms`, and `app/security`.
Local development
npm install
cp .env.example .env.local # optional — leave blank for demo mode
npm run dev
Deploy
Related Skills
Brand Forge
BrandForge turns your project vision into an enterprise-grade brand guide built for agentic development. Defin
Sprezzature
sprezzature is a set of Claude / OpenCode skills with a curated design system for a front-end stack. It covers
Brand Identity
Guided workflow for creating comprehensive brand identity systems. Walks through discovery, strategy, visual i
Art Bible
Guided, section-by-section Art Bible authoring. Creates the visual identity specification that gates all asset
OxiMux
A Rust-native, multi-agent development cockpit for macOS — spawn isolated worktrees, run CLI coding agents in
Figma Design System Builder
Agent Skill that turns Claude into a principal design systems designer, building a complete production-grade d
Related Agents
Aesthetic Definer
Help users define their own color palette and visual aesthetic for branding and image creation. Use when user
Design Extractor
Extracts precise design specifications from Paper/Figma/Stitch MCPs or local reference images; produces struct
Figma Interpreter
Use this agent to analyze Figma designs and extract technical specifications for development. This agent parse