metrics-dashboard
An agent skill by phuryn, from phuryn/pm-skills. Tags: analytics, automation, debugging, product-strategy, spreadsheets.
What it does
Define and design a product metrics dashboard with key metrics, data sources, visualization types, and alert thresholds. Use when creating a metrics dashboard, defining KPIs, setting up product analytics, or building a data monitoring plan.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add phuryn/pm-skills --skill metrics-dashboard
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/phuryn/pm-skills
cp -r pm-skills/pm-product-discovery/skills/metrics-dashboard ~/.claude/skills/metrics-dashboard
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- phuryn/pm-skills (all skills from this repository)
- Path
- pm-product-discovery/skills/metrics-dashboard/SKILL.md
- Branch
- main
- Updated
- 2026-09-19
Related skills
- advanced-evaluation — This skill should be used for advanced LLM evaluation: LLM-as-judge systems, direct scoring, pairwise comparison, rubric calibration.
- monitoring-expert — Configures monitoring systems, implements structured logging pipelines, creates Prometheus/Grafana dashboards, defines alerting rules.
- pandas-pro — Performs pandas DataFrame operations for data analysis, manipulation, and transformation.
- project-development — This skill should be used for project-level decisions about LLM-powered systems: whether an LLM is the right primitive for the task at hand.
- agents-deploy — Use when deploying your agent to AWS, or when a deploy has failed.
- aws-billing-and-cost-management — Analyze AWS costs, find savings, manage budgets, evaluate Savings Plans and Reserved Instances, right-size EC2/Lambda/RDS/EBS with Compute Optimizer.