plugins marketplace
← All plugins

brand-forge

v0.5.1

Generate on-brand logos, social templates, and marketing graphics for any brand — vector assets need no accounts or keys; AI imagery is opt-in.

Claude Code4 skills

by localpluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/design/brand-forge/ inside the repository.

Layout

plugins/design/brand-forge/
├── .claude-plugin/plugin.json
├── skills/generate-doc-template/SKILL.md
├── skills/generate-graphic/SKILL.md
├── skills/generate-logo/SKILL.md
└── skills/generate-social/SKILL.md

Skills4

generate-doc-templateskills/generate-doc-template/SKILL.md

Generates on-brand document and deck templates — letterhead, slide, and one-pager — as SVG from the active brand profile, with editable title, subtitle, and body zones. Vector output needs no account, key, or network. Use when a user asks for a letterhead, a slide or deck master, or a branded one-pager. Trigger with "make a letterhead", "branded slide", or "/brand-make letterhead".

generate-graphicskills/generate-graphic/SKILL.md

Generates an on-brand marketing graphic — hero image, ad creative, background, or texture — with an image model, optionally stamped with the brand logo and a caption. Opt-in: needs a provider key and network access. Use when a user wants a photographic or illustrative graphic, not a text-heavy asset. Trigger with "make a hero image", "ad background", or "/brand-make graphic".

generate-logoskills/generate-logo/SKILL.md

Generates on-brand, editable SVG logo assets — wordmark, monogram, and favicon — from the active brand profile, reusing its exact palette and heading font. Vector output needs no account, key, or network. Use when a user asks for a logo, wordmark, icon, monogram, or favicon. Trigger with "make a logo", "generate a wordmark", or "/brand-make logo".

generate-socialskills/generate-social/SKILL.md

Generates platform-sized, on-brand social templates as SVG from the active brand profile, with editable headline, subhead, and call-to-action zones. Vector output needs no account, key, or network. Use when a user asks for an Instagram post or story, an Open Graph or social card, a YouTube thumbnail, or a banner. Trigger with "make an Instagram post", "social card", or "/brand-make social".

Manifests1

plugins/design/brand-forge/.claude-plugin/plugin.json
{
  "name": "brand-forge",
  "version": "0.5.1",
  "description": "Generate on-brand logos, social templates, and marketing graphics for any brand — vector assets need no accounts or keys; AI imagery is opt-in.",
  "author": {
    "name": "localplugins",
    "email": "localplugins@proton.me"
  },
  "license": "MIT",
  "homepage": "https://github.com/localplugins/plugins/tree/main/brand-forge",
  "repository": "https://github.com/localplugins/plugins",
  "keywords": [
    "branding",
    "logo",
    "brand-identity",
    "design",
    "svg",
    "templates",
    "image-generation"
  ],
  "hooks": "./hooks/hooks.json"
}