Agent Plugins Marketplace
All plugins

xbert-practice-metrics

Monthly partner-meeting one-pager — revenue, lockup, write-offs, service-line P&L, client risk segmentation.

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-metrics 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-metrics@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-metrics/.

Plugin files

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

Included Skills1

practice-metricsskills/practice-metrics/SKILL.md

Produce the XBert monthly Practice Metrics one-pager — standard partner KPIs, service-line P&L, prior-month variance commentary and RAG-banded client risk view. Use when the user asks for monthly metrics, partner-meeting pack, practice KPIs, lockup days, write-offs, WIP report, service-line P&L, or invokes the /practice-metrics slash command. Also triggers on 'monthly numbers', 'what are our KPIs this month', 'partner pack'.

Plugin manifests1

plugins/xbert-practice-metrics/.claude-plugin/plugin.json
{
  "name": "xbert-practice-metrics",
  "displayName": "XBert Practice Metrics",
  "description": "Monthly partner-meeting one-pager — revenue, lockup, write-offs, service-line P&L, client risk segmentation.",
  "author": {
    "name": "XBert Intelligence",
    "email": "[email protected]"
  },
  "homepage": "https://intelligence.xbert.io/plugins/xbert-practice-metrics",
  "license": "MIT",
  "keywords": [
    "practice-metrics",
    "kpis",
    "partner-meeting",
    "monthly",
    "lockup",
    "wip",
    "write-offs"
  ],
  "x-xbert": {
    "displayName": "XBert Practice Metrics",
    "tagline": "Monthly partner-meeting one-pager — revenue, lockup, write-offs, service-line P&L, client risk segmentation.",
    "audience": [
      "principals"
    ],
    "categories": [
      "practice-metrics",
      "kpis",
      "monthly",
      "strategic"
    ],
    "prerequisites": [
      "XBert account",
      "XPM connected (for timesheet, WIP and invoicing data)",
      "Aged receivables and invoice data available via ledger or XPM"
    ],
    "screenshots": [],
    "demoVideo": null,
    "includes": {
      "skills": 1,
      "commands": 1,
      "mcpTools": 0
    },
    "longDescription": "Most practices already have the data for a monthly partner-meeting one-pager — they just do not have time to assemble it the same way every month. Practice Metrics solves the consistency problem, not the data problem. One command, same format every month, same metrics in the same order, with commentary on what moved.\n\nThe one-pager covers the standard partner KPIs: revenue, WIP, debtors, lockup days, write-offs, service-line P&L (bookkeeping vs tax vs advisory), and a RAG-banded client risk view. Movers vs prior month are called out automatically, so the partners spend the meeting interpreting the changes rather than questioning the numbers.",
    "useCases": [
      {
        "title": "Monthly partner meeting prep",
        "description": "First week of the month: produce the one-pager and circulate. No more 'who is doing the metrics' before each meeting."
      },
      {
        "title": "Quarterly board pack input",
        "description": "Use the monthly outputs as the consistent feeder dataset for a quarterly board pack — same definitions, same shape, no reconciliation friction."
      },
      {
        "title": "Service-line investment decisions",
        "description": "Track how bookkeeping, tax and advisory P&L move month-on-month before deciding where to invest people or capacity."
      },
      {
        "title": "Client risk surveillance",
        "description": "Watch which clients move bands in the monthly RAG view — early warning that something needs attention."
      }
    ],
    "benefits": [
      {
        "icon": "BarChart3",
        "title": "Same shape every month",
        "description": "Consistent layout, consistent metrics, consistent commentary structure — the value is repeatability, not novelty."
      },
      {
        "icon": "TrendingUp",
        "title": "Movers called out automatically",
        "description": "Variance vs prior month is computed and commentary is written for material movers — partners debate the cause, not the number."
      },
      {
        "icon": "FileText",
        "title": "Word and Excel outputs",
        "description": "Word one-pager for the meeting plus an Excel companion for anyone who wants to slice the underlying numbers."
      }
    ],
    "workflow": [
      "Type /practice-metrics in Claude Code or Claude Desktop",
      "Confirm Connect tenant and reporting month (default = previous calendar month)",
      "Plugin pulls timesheets, invoices, aged receivables and client data via XBert MCP",
      "Metrics are computed, prior-month variance is calculated, RAG bands are assigned",
      "Render the deliverable(s) via xbert-working-paper:render-docx / render-xlsx / render-pdf as specified by the skill, and report the saved path(s)"
    ]
  }
}

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-metrics on Agent Plugins Marketplace](https://pluginsmp.com/plugins/xbert-practice-metrics)