From Litmus MCP
Run a fleet-wide health audit on a Litmus Edge Manager (LEM) project covering license status, version spread, active alerts, and overall device counts. Use when the user asks about LEM fleet health, "what's the state of my LEM project", or wants a multi-angle status report on edges registered in LEM.
How this skill is triggered — by the user, by Claude, or both
Slash command
/litmus-mcp:litmus-lem-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user asks for a LEM fleet audit, fleet health summary, or a multi-angle look at their LEM project, run this sequence using the litmus MCP tools. Skip steps the user clearly doesn't care about.
When the user asks for a LEM fleet audit, fleet health summary, or a multi-angle look at their LEM project, run this sequence using the litmus MCP tools. Skip steps the user clearly doesn't care about.
This skill requires LEM to be configured (EDGE_MANAGER_URL and EDGE_API_TOKEN env vars). If the first tool call returns an auth error, stop and tell the user LEM isn't configured for this plugin instance.
Project sanity. Call lem_deployment_info to confirm the LEM tenant is reachable and capture the LEM version and build.
Usage snapshot. Call lem_dashboard_usage to capture device counts (total/online/offline), license usage, and deployment stats.
Active alerts. Call lem_get_project_alerts. These are the things needing immediate attention (offline edges, license issues, deployment failures).
License risk. Call lem_get_expired_licenses for the already-expired list. Call lem_get_license_expiry with days=30 for the upcoming expirations.
Version spread. Call lem_list_device_versions to see the distribution of Litmus Edge versions across the fleet. Old versions on production edges are a frequent root cause for bugs reported as fleet issues.
Device groups (optional). Call lem_list_device_groups if the fleet is large enough to benefit from per-group framing. Skip on small fleets.
Present findings as four short sections. No raw tool dumps -- synthesize numbers and call out anomalies:
v3.7.0: 12 edges style). Flag any version more than two minor versions behind the latest.Do not list every edge by name unless the user explicitly asks. The audit is fleet-shape, not per-device drill-in.
npx claudepluginhub litmusautomation/litmus-mcp-plugin --plugin litmus-mcpProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.