Agent Plugins Marketplace
← All plugins

marketing-agent-class

v0.1.0

Delivers The Linux Foundation's Claude Agent Workshop marketing training as personalized PowerPoint decks, one section at a time, with live student Q&A captured in a companion deck.

Claude Code2 Skills

By The Linux Foundation2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
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 marketing-agent-class for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install marketing-agent-class@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/paulhinz/LF-Marketing-OS

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/marketing-agent-class/.

Plugin files

plugins/marketing-agent-class/
├── .claude-plugin/plugin.json
├── skills/launch-marketing-agent-class/SKILL.md
└── skills/marketing-agent-class-qa/SKILL.md

Included Skills2

launch-marketing-agent-classskills/launch-marketing-agent-class/SKILL.md

Launches The Linux Foundation's "Claude Agent Workshop" marketing training course and delivers it as personalized PowerPoint decks, one section at a time. Trigger when the user says "Launch Marketing Agent Class", "launch the marketing agent class", "start the marketing agent class", "run the marketing agent class course", or asks to begin/continue/resume this specific course. Also trigger (without re-asking for the student's name) when a `.marketing-agent-class/state.json` file already exists in the working folder and the student signals readiness to continue (e.g. "I'm ready", "next section", "continue", "let's keep going").

marketing-agent-class-qaskills/marketing-agent-class-qa/SKILL.md

Answers a student's question while they are reviewing The Linux Foundation's "Claude Agent Workshop" course (indicated by a `.marketing-agent-class/state.json` file in the current working folder, or an active conversation about a just-delivered course section). Trigger when the student asks a substantive question about course content — e.g. "why does...", "what if...", "can you explain...", "how would I..." — rather than a "ready to continue" signal. Appends the answer, as 3-5 new slides, to a single running "Marketing Agent Class Questions and Answers.pptx" deck.

Plugin manifests1

plugins/marketing-agent-class/.claude-plugin/plugin.json
{
  "name": "marketing-agent-class",
  "version": "0.1.0",
  "description": "Delivers The Linux Foundation's Claude Agent Workshop marketing training as personalized PowerPoint decks, one section at a time, with live student Q&A captured in a companion deck.",
  "author": {
    "name": "The Linux Foundation"
  },
  "keywords": [
    "marketing",
    "training",
    "course",
    "claude-cowork",
    "pptx",
    "linux-foundation"
  ]
}

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

[marketing-agent-class on Agent Plugins Marketplace](https://pluginsmp.com/plugins/marketing-agent-class)