Agent Plugins Marketplace
All plugins

xbert-config-audit

Is XBert configured consistently across your book? Spot inconsistencies, gaps, and drift in one pass.

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-config-audit 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-config-audit@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-config-audit/.

Plugin files

plugins/xbert-config-audit/
├── .claude-plugin/plugin.json
└── skills/config-audit/SKILL.md

Included Skills1

config-auditskills/config-audit/SKILL.md

Run the XBert Config Audit across a Connect tenant — fingerprint per-client XBert rule enablement, segment the book, and surface inconsistencies, gaps and drift with named bulk-normalisation moves. Use when the user asks about XBert configuration consistency, whether rules are set up the same across clients, configuration drift, standardisation, the /config-audit slash command, or 'are we set up consistently'. Distinct from the workflow review skill, which looks at templates and schedules.

Plugin manifests1

plugins/xbert-config-audit/.claude-plugin/plugin.json
{
  "name": "xbert-config-audit",
  "displayName": "XBert Config Audit",
  "description": "Is XBert configured consistently across your book? Spot inconsistencies, gaps, and drift in one pass.",
  "author": {
    "name": "XBert Intelligence",
    "email": "[email protected]"
  },
  "homepage": "https://intelligence.xbert.io/plugins/xbert-config-audit",
  "license": "MIT",
  "keywords": [
    "practice-config",
    "xbert-config",
    "audit",
    "quarterly",
    "consistency",
    "drift"
  ],
  "x-xbert": {
    "displayName": "XBert Config Audit",
    "tagline": "Is XBert configured consistently across your book? Spot inconsistencies, gaps, and drift in one pass.",
    "audience": [
      "principals",
      "practice-managers"
    ],
    "categories": [
      "practice-config",
      "xbert-config",
      "audit",
      "quarterly"
    ],
    "prerequisites": [
      "XBert account with multiple client tenants in a Connect",
      "Workflow and XBert configurations active on at least some clients",
      "Practice owner or manager-level access to the Connect",
      "XBert Working Paper, the companion render plugin that writes the Word document — install it from this same catalogue (it needs Python 3.10+)"
    ],
    "screenshots": [],
    "demoVideo": null,
    "includes": {
      "skills": 1,
      "commands": 1,
      "mcpTools": 0
    },
    "longDescription": "Your XBert rule set should look the same across clients in the same segment. In practice it almost never does — different staff onboarded different clients, defaults drifted as the rule library grew, and 'always-on' rules ended up on most clients but not all. Config Audit is the quarterly pass that surfaces that drift before it costs you.\n\nThe plugin reads the per-client XBert configuration across your Connect, fingerprints each rule's enablement pattern, and reports three things: rules enabled inconsistently within a segment, rules that should be on everywhere but are missing on N clients, and rules that have been switched off (drift). Then it pairs each finding with a bulk-normalisation move so the cleanup is concrete, not abstract. This is distinct from XBert Workflow Review — that plugin looks at templates and schedules; this one looks at XBert rule configuration itself.",
    "useCases": [
      {
        "title": "Quarterly config sweep",
        "description": "Once a quarter, run the audit to catch drift before it becomes systemic — clients onboarded last quarter often miss rules added recently."
      },
      {
        "title": "Post-onboarding consistency check",
        "description": "After a batch of new clients comes on, confirm they all have the rule set the practice considers baseline."
      },
      {
        "title": "Pre-audit / pre-review preparation",
        "description": "Before an internal QA pass or external review, make sure the practice can demonstrate consistent XBert configuration across the book."
      },
      {
        "title": "Standardisation campaign",
        "description": "When the practice decides to standardise on a new ruleset, use the audit to drive the rollout — see who needs what enabled and what disabled."
      }
    ],
    "benefits": [
      {
        "icon": "GitBranch",
        "title": "Inconsistency, gap and drift in one pass",
        "description": "Three distinct fingerprints — inconsistencies inside a segment, gaps where always-on rules are missing, and drift where rules have been switched off."
      },
      {
        "icon": "ShieldCheck",
        "title": "Bulk-normalisation moves named",
        "description": "Every finding is paired with the specific bulk update that resolves it, so cleanup is a list of decisions, not a research project."
      },
      {
        "icon": "FileText",
        "title": "Quarterly-ready Word output",
        "description": "Word document with executive summary, segment-by-segment breakdown and the normalisation backlog — ready to action with the team."
      }
    ],
    "workflow": [
      "Type /config-audit in Claude Code or Claude Desktop",
      "Confirm the Connect tenant and the client segmentation rule (default = by industry tag, fallback = whole book)",
      "Plugin pulls the Connect account review, configuration assignments and rule list via XBert MCP",
      "Per-segment fingerprints are computed, inconsistencies / gaps / drift are classified",
      "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-config-audit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/xbert-config-audit)