error-monitoring

Installation
SKILL.md

Error Monitoring & Logging Skill

Overview

This skill helps you implement robust error handling, logging, and monitoring in your Next.js application. From local development to production monitoring, this covers everything you need to catch and fix issues.

Error Boundaries (React)

Basic Error Boundary

// app/error.tsx
'use client'

import { useEffect } from 'react'
Installs
67
GitHub Stars
10
First Seen
Feb 9, 2026
error-monitoring — jmsktm/claude-settings