plugins marketplace
← All plugins

real-user-monitoring

v1.22.0

Implement Real User Monitoring for actual performance data

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/performance/real-user-monitoring/ inside the repository.

Layout

plugins/performance/real-user-monitoring/
├── .claude-plugin/plugin.json
└── skills/implementing-real-user-monitoring/SKILL.md

Skills1

implementing-real-user-monitoringskills/implementing-real-user-monitoring/SKILL.md

Implement Real User Monitoring (RUM) to capture actual user performance data including Core Web Vitals and page load times. Use when setting up user experience monitoring or tracking custom performance events. Trigger with phrases like "setup RUM", "track Core Web Vitals", or "monitor real user performance".

Manifests1

plugins/performance/real-user-monitoring/.claude-plugin/plugin.json
{
  "name": "real-user-monitoring",
  "version": "1.22.0",
  "description": "Implement Real User Monitoring for actual performance data",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "rum",
    "monitoring",
    "performance",
    "user-experience",
    "agent-skills"
  ]
}