Agent Plugins Marketplace
All plugins

xbert-practice-health-check

Portfolio-wide data-quality and financial-health snapshot with diagnostic recommendations per client.

Claude Code1 Skill

By XBert IntelligenceLicense: MIT1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 9, 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 xbert-practice-health-check 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 xbert-practice-health-check@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/XBertIntelligence/XBert-Plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/xbert-practice-health-check/.

Plugin files

plugins/xbert-practice-health-check/
├── .claude-plugin/plugin.json
└── skills/practice-health-check/SKILL.md

Included Skills1

practice-health-checkskills/practice-health-check/SKILL.md

Run the XBert Practice Health Check across a Connect tenant — portfolio-wide data-quality and financial-health snapshot with diagnostic and prescriptive recommendations per client. Use when the user asks to assess practice health, sanity-check the book, identify deteriorating clients, find which clients need attention, run a monthly health check, or invokes the /practice-health-check slash command. Also triggers on 'how healthy is my book', 'which clients are slipping', 'where should I focus this month'.

Plugin manifests1

plugins/xbert-practice-health-check/.claude-plugin/plugin.json
{
  "name": "xbert-practice-health-check",
  "displayName": "XBert Practice Health Check",
  "description": "Portfolio-wide data-quality and financial-health snapshot with diagnostic recommendations per client.",
  "author": {
    "name": "XBert Intelligence",
    "email": "[email protected]"
  },
  "homepage": "https://intelligence.xbert.io/plugins/xbert-practice-health-check",
  "license": "MIT",
  "keywords": [
    "practice-health",
    "data-quality",
    "diagnostic",
    "monthly",
    "portfolio"
  ],
  "x-xbert": {
    "displayName": "XBert Practice Health Check",
    "tagline": "Portfolio-wide data-quality and financial-health snapshot with diagnostic recommendations per client.",
    "audience": [
      "principals",
      "practice-managers",
      "bookkeepers"
    ],
    "categories": [
      "practice-health",
      "data-quality",
      "monthly",
      "diagnostic"
    ],
    "prerequisites": [
      "XBert account",
      "At least one connected client ledger (Xero, QuickBooks or XPM)",
      "Three or more months of operating history for the cohort being reviewed"
    ],
    "screenshots": [],
    "demoVideo": null,
    "includes": {
      "skills": 1,
      "commands": 1,
      "mcpTools": 0
    },
    "longDescription": "Today's client-level health check inside XBert tells you the score — it stops short of telling you what to do about it. That diagnostic and prescriptive layer is the gap this plugin fills. Born out of the practice-owner cowork sessions (cowork brief #2), Practice Health Check rolls up data quality and financial-health signals across every client in your book, ranks them by deterioration risk, and translates each finding into 'what this means' and 'what's likely causing it'.\n\nThe output is a portfolio summary plus a drill-down on the worst-performing clients (default 10, configurable), each with prescriptive recommendations ranked by impact. It is built for established customers with at least three months of operating history, and it degrades gracefully where individual clients have thin data. Snapshot today; trend across runs is the v2 roadmap.",
    "useCases": [
      {
        "title": "Monthly portfolio review",
        "description": "First Monday of the month: see clients by health band, who has deteriorated, and the top issues across the book — before the partner meeting."
      },
      {
        "title": "New client manager onboarding",
        "description": "Hand a new manager an instant diagnostic of the clients they have just inherited, not a list of scores they have to interpret on their own."
      },
      {
        "title": "Pre-engagement-renewal check",
        "description": "Before pricing or scope conversations, surface which clients are systematically harder to service and why — so you walk in with evidence."
      },
      {
        "title": "Triage when something feels off",
        "description": "When the partner senses things are slipping but cannot point to it, run the check and let the diagnostic layer name what is causing it."
      }
    ],
    "benefits": [
      {
        "icon": "ShieldCheck",
        "title": "Diagnostic, not just descriptive",
        "description": "Every finding is paired with 'what this means' and 'what's likely causing it', so the score is actionable rather than another dashboard number."
      },
      {
        "icon": "BarChart3",
        "title": "Portfolio-first ranking",
        "description": "Clients are banded and the worst N are drilled into automatically — focus lands on the cases that move the needle, not the long tail."
      },
      {
        "icon": "FileText",
        "title": "Circulatable Word output",
        "description": "Produces a Word document with executive summary, banded portfolio view, and per-client diagnostics — ready for the partner meeting without editing."
      }
    ],
    "workflow": [
      "Type /practice-health-check in Claude Code or Claude Desktop",
      "Confirm the Connect tenant, cohort scope and drill-down count (default 10 worst)",
      "Plugin pulls data-quality scores, notification summaries, client connections and Connect account review via XBert MCP",
      "Portfolio is banded, diagnostic and prescriptive recommendations are generated per client",
      "Build the working-paper payload, render via xbert-working-paper:render-docx, and report the saved path"
    ]
  }
}

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

[xbert-practice-health-check on Agent Plugins Marketplace](https://pluginsmp.com/plugins/xbert-practice-health-check)