This is a complete observability setup that bundles Pino for structured logging, Sentry for error tracking and performance monitoring, and Vercel Analytics for web metrics. The recipes walk you through configuring each tool, then show you how to actually use them in your code with practical patterns. It's overkill if you just need basic console.log debugging, but if you're building something that needs proper production monitoring, this gets you from zero to fully instrumented pretty quickly. The workflow-safe logging patterns are a nice touch since most logging tutorials ignore how chatty logs can mess with AI coding tools.
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill observability-monitoring