speed-monitoring
Speed Monitoring Skill
Purpose
Provides patterns for continuous performance monitoring to prevent speed regressions and maintain Core Web Vitals scores. Establishes automated testing, real user monitoring, and alerting systems to catch performance issues before they impact users.
Core Rules
- Budget before build — Set performance budgets upfront in budget.json
- Monitor real users — Lab data ≠ field data, track both synthetic and RUM
- Alert on regression — Catch issues before users do with threshold-based alerts
- Block bad deploys — CI fails on performance regression via Lighthouse CI
- Track over time — Trends matter more than snapshots, store historical data
- Measure Core Web Vitals — LCP, CLS, INP, FCP, TTFB in production
- Automated testing — Lighthouse CI on every PR and main branch push
- Bundle size limits — Enforce JS/CSS budgets in CI pipeline
- Real user data — Use web-vitals library + beacon API for field data
- Dashboard visibility — Make performance metrics accessible to team
More from soborbo/claudeskills
astro-seo
SEO markup patterns for Astro lead generation sites. Meta tags, Open Graph, Schema.org, sitemap, robots. Use for all SEO implementation.
37astro-architecture
Technical architecture for Astro lead generation websites. Use when setting up new projects, configuring build tools, or establishing project foundations. For images use astro-images skill. For SEO use astro-seo skill.
20astro-performance
Core Web Vitals and performance optimization for Astro sites. LCP preloading, font strategy, image patterns, critical path, third-party scripts, Cloudflare Tag Gateway. Use for performance tuning.
18astro-animations
Animation patterns for Astro sites. Scroll animations, micro-interactions, transitions, loading states. Performance-focused, accessibility-aware.
17astro-a11y
Accessibility patterns for Astro lead generation sites. WCAG 2.1 AA compliance, screen readers, keyboard navigation, focus management, ARIA. Use for all accessibility implementation.
14astro-images
Width-based responsive image patterns for Astro. Local processing, AVIF/WebP/JPG, face-focus, OG generation. Includes Picture and FixedImage components.
14