
Vercel Observability
- 232 installs
- 63 repo stars
- Updated July 18, 2026
- bobmatnyc/claude-mpm-skills
Instrument Vercel deployments with logs, traces, and runtime signals so production regressions, latency spikes, and failed deploys are diagnosed quickly.
About
Vercel-observability teaches how to use Vercel’s logging, tracing, and deployment insights to debug live apps. It targets operators who need actionable production signals, not just build-time configuration, after apps are deployed to Vercel.
- Vercel logs and traces
- Runtime error triage
- Latency and throughput signals
- Deploy health checks
- Production incident context
Vercel Observability by the numbers
- 232 all-time installs (skills.sh)
- Ranked #439 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
- Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill vercel-observabilityAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 232 |
|---|---|
| repo stars | ★ 63 |
| Last updated | July 18, 2026 |
| Repository | bobmatnyc/claude-mpm-skills ↗ |
What it does
Instrument Vercel deployments with logs, traces, and runtime signals so production regressions, latency spikes, and failed deploys are diagnosed quickly.
Files
Vercel Observability Skill
--- progressive_disclosure: entry_point: summary: "Vercel observability: analytics, Speed Insights, logs, tracing, alerts, and performance monitoring." when_to_use:
- "When monitoring application performance"
- "When debugging production issues"
- "When setting alerts for availability and errors"
quick_start:
- "Enable Web Analytics"
- "Enable Speed Insights"
- "Review logs and tracing"
- "Configure alerts"
token_estimate: entry: 90-110 full: 3600-4700 ---
Overview
Vercel observability covers analytics, performance insights, and debugging tools for production workloads.
Web Analytics
- Enable analytics for traffic and usage insights.
Speed Insights
- Measure Core Web Vitals and performance metrics.
- Track real-world performance changes.
Logs and Tracing
- Use logs for runtime errors and behavior.
- Use tracing for request performance and diagnostics.
Alerts
- Configure alerts for operational thresholds.
Complementary Skills
When using this skill, consider these related skills (if deployed):
- vercel-deployments-builds: Deployment visibility and rollback.
- vercel-functions-runtime: Function logs and runtime debugging.
- vercel-networking-domains: CDN and routing performance.
Note: Complementary skills are optional. This skill is fully functional without them.
Resources
Vercel Docs:
- Analytics: https://vercel.com/docs/analytics
- Speed Insights: https://vercel.com/docs/speed-insights
- Logs: https://vercel.com/docs/logs
- Tracing: https://vercel.com/docs/tracing
- Alerts: https://vercel.com/docs/alerts
- Observability: https://vercel.com/docs/observability
{
"name": "vercel-observability",
"version": "1.0.0",
"category": "toolchain",
"toolchain": null,
"tags": [
"vercel",
"analytics",
"speed-insights",
"logs",
"tracing",
"alerts",
"observability"
],
"entry_point_tokens": 100,
"full_tokens": 533,
"related_skills": [
"vercel-deployments-builds",
"vercel-functions-runtime",
"vercel-networking-domains"
],
"author": "Claude MPM",
"license": "MIT",
"platform": "deployment"
}