Agent 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 localpluginsLicense: MIT2.7k GitHub starsUpdated 4 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install brand-forge-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jeremylongshore/tons-of-skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/design/brand-forge/.

Plugin files

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

Included 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".

Plugin 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": "[email protected]"
  },
  "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"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[brand-forge on Agent Plugins Marketplace](https://pluginsmp.com/plugins/brand-forge-2)