lf-output-formatter
v0.1.0LFX Marketing OS shared output formatter: builds every agent's deck, document, or letter on the three approved Linux Foundation templates (LF 2025 Google Slides template, LF Agent DOCS template, LF Letterhead) and, for foundation-specific documents, re-skins the template with the foundation's Brand Kit — logo, palette, typography, iconography. Includes the bundled templates, build scripts, a Brand Kit extractor, and a render-and-check step.
By Paul Hinz, The Linux FoundationLicense: MIT2 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 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 lf-output-formatter for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install lf-output-formatter@agent-plugin-marketplacePaste 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/paulhinz/LF-Marketing-OSClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/lf-output-formatter/.
Plugin files
├── .claude-plugin/plugin.json└── skills/lf-output-formatter/SKILL.md
Included Skills1
Shared output formatter for every LFX Marketing OS agent. Use it whenever an agent, or a Linux Foundation marketer, is about to deliver a slide deck, a Word document, a report, a brief, a one-pager, a memo, or a letter about The Linux Foundation or an LF project or foundation — it formats the deliverable on the three approved LF templates (the LF 2025 Google Slides template, the LF Agent DOCS template, and the LF Letterhead), and, when the document is for a specific foundation with a Brand Kit, re-skins the template with that foundation's logo, palette, typography and iconography. Also use when someone says "put this on the LF template", "make this on-brand", "format as an LF doc/deck/letter", "use the letterhead", "apply the [foundation] brand kit", or asks why a deliverable does not look like the LF templates.
Plugin manifests1
{
"name": "lf-output-formatter",
"version": "0.1.0",
"description": "LFX Marketing OS shared output formatter: builds every agent's deck, document, or letter on the three approved Linux Foundation templates (LF 2025 Google Slides template, LF Agent DOCS template, LF Letterhead) and, for foundation-specific documents, re-skins the template with the foundation's Brand Kit — logo, palette, typography, iconography. Includes the bundled templates, build scripts, a Brand Kit extractor, and a render-and-check step.",
"author": {
"name": "Paul Hinz, The Linux Foundation"
},
"keywords": [
"linux-foundation",
"lfx-marketing-os",
"templates",
"brand",
"formatting",
"pptx",
"docx",
"letterhead",
"brand-kit"
],
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[lf-output-formatter on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lf-output-formatter)