← All plugins
apm-dashboard-creator
v1.21.0Create Application Performance Monitoring dashboards
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/performance/apm-dashboard-creator/ inside the repository.
Layout
plugins/performance/apm-dashboard-creator/
├── .claude-plugin/plugin.json└── skills/creating-apm-dashboards/SKILL.md
Skills1
creating-apm-dashboardsskills/creating-apm-dashboards/SKILL.md
Execute this skill enables AI assistant to create application performance monitoring (apm) dashboards. it is triggered when the user requests the creation of a new apm dashboard, monitoring dashboard, or a dashboard for application performance. the skill helps ... Use when generating or creating new content. Trigger with phrases like 'generate', 'create', or 'scaffold'.
Manifests1
plugins/performance/apm-dashboard-creator/.claude-plugin/plugin.json
{
"name": "apm-dashboard-creator",
"version": "1.21.0",
"description": "Create Application Performance Monitoring dashboards",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"apm",
"monitoring",
"dashboard",
"grafana",
"datadog",
"agent-skills"
]
}