Agent Plugins Marketplace
All plugins

lhm-client-updates-hub

v1.1.19

DEPRECATED — skills have moved to lhm-project-hub. Shims remain for compatibility. Client communication and meeting-wrap plugin. Fathom meeting debriefs with BasicOps sync and team notifications, client data change propagation with reversed-decision detection, and client-facing update emails.

Claude Code3 Skills

By LHM Digital0 GitHub starsUpdated 44 minutes ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 2, 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 lhm-client-updates-hub 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 lhm-client-updates-hub@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/michaellhm/lhm-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/lhm-client-updates-hub/.

Plugin files

plugins/lhm-client-updates-hub/
├── .claude-plugin/plugin.json
├── skills/client-update/SKILL.md
├── skills/client-update-email/SKILL.md
└── skills/post-meeting-review/SKILL.md

Included Skills3

client-updateskills/client-update/SKILL.md

Propagate a client data change across all client files. Use when a client's name, service offering, contact details, branding, or other core details have changed. Finds every reference in the client folder and updates them. Flags downstream strategic work needed. Triggers on: 'client changed their name', 'they rebranded', 'new contact', 'updated their services', 'client update', 'name change', 'Raise the Bar Psychology is now Raise the Bar Clinic'.

client-update-emailskills/client-update-email/SKILL.md

Generate a plain-language client update email after completing a task. Use this when the user mentions 'client update', 'update the client', 'email the client', 'client email', 'explain what we did', 'send a summary', 'client report email', or 'let the client know'. This skill takes the work just completed and turns it into a friendly, jargon-free email the client will actually understand.

post-meeting-reviewskills/post-meeting-review/SKILL.md

Work through a client meeting's follow-up: update client state files, sweep the client folder for stale artefacts, turn action items into assigned BasicOps subtasks, and draft a team update email. This skill has moved — invoke `lhm-project-hub:post-meeting-review` instead, which reads the meeting record `lhm-project-hub:client-meeting-email` saves rather than pulling Fathom itself, and works through follow-up tasks one at a time instead of auto-dispatching them. Triggers on: 'meeting wrap', 'work through the follow-ups', 'post-meeting review', 'meeting follow-ups', 'client call debrief'.

Plugin manifests1

plugins/lhm-client-updates-hub/.claude-plugin/plugin.json
{
  "name": "lhm-client-updates-hub",
  "description": "DEPRECATED — skills have moved to lhm-project-hub. Shims remain for compatibility. Client communication and meeting-wrap plugin. Fathom meeting debriefs with BasicOps sync and team notifications, client data change propagation with reversed-decision detection, and client-facing update emails.",
  "version": "1.1.19",
  "author": {
    "name": "LHM Digital"
  },
  "keywords": [
    "client-communication",
    "meeting-wrap",
    "fathom",
    "basicops",
    "client-update",
    "agency"
  ]
}

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

[lhm-client-updates-hub on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lhm-client-updates-hub)