content-multiplier
v0.2.1Turn one idea, post, or transcript into a week of on-brand content across every channel and language — no accounts, no API keys, no setup.
by localpluginsMIT2.6kupdated 2 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/content-multiplier/ inside the repository.
Layout
├── .claude-plugin/plugin.json├── skills/brand-voice/SKILL.md├── skills/channel-formats/SKILL.md└── skills/transcreation/SKILL.md
Skills3
Applies the team's saved brand profile — voice, messaging, style guide, and compliance rules — to marketing copy so every asset reads on-brand instead of generic. Use when drafting, editing, or auditing content and a brand profile may exist. Trigger with "brand voice", "apply the brand", "stay on-brand", or "/review".
Transforms one piece of content into each marketing channel's native format — length, structure, hooks, and conventions — across LinkedIn, X threads, newsletters, Instagram, YouTube, short video, and blogs. Use when reformatting content for a specific channel. Trigger with "channel format", "adapt for LinkedIn", or "/multiply".
Transforms marketing content across languages and markets through transcreation — adapting message, tone, and cultural references instead of translating word for word — while honoring per-locale brand rules and a do-not-translate glossary. Use when localizing content or when a locale is set. Trigger with "transcreate", "localize", "adapt for a market", or "/localize".
Manifests1
{
"name": "content-multiplier",
"version": "0.2.1",
"description": "Turn one idea, post, or transcript into a week of on-brand content across every channel and language — no accounts, no API keys, no setup.",
"author": {
"name": "localplugins",
"email": "localplugins@proton.me"
},
"license": "MIT",
"repository": "https://github.com/localplugins/plugins",
"homepage": "https://github.com/localplugins/plugins/tree/main/content-multiplier",
"keywords": [
"marketing",
"content",
"repurposing",
"brand-voice",
"localization",
"social-media"
],
"hooks": "./hooks/hooks.json"
}