From andrelandgraf-fullstackrecipes
Configures observability stack with Pino structured logging, Sentry error tracking and performance monitoring, and Vercel Web Analytics. Provides setup and usage recipes.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin andrelandgraf-fullstackrecipesThis skill uses the workspace's default tool permissions.
Complete observability stack with structured logging, error tracking, and web analytics.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Complete observability stack with structured logging, error tracking, and web analytics.
Configure structured logging with Pino. Outputs human-readable colorized logs in development and structured JSON in production for log aggregation services.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/pino-logging-setup
Configure Sentry for error tracking, performance monitoring, and log aggregation. Integrates with Pino to forward logs to Sentry automatically.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/sentry-setup
Add privacy-focused web analytics with Vercel Web Analytics. Track page views, visitors, and custom events with zero configuration.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/vercel-analytics-setup
Use structured logging with Pino throughout your application. Covers log levels, context, and workflow-safe logging patterns.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/using-logging
Capture exceptions, add context, create performance spans, and use structured logging with Sentry.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/using-sentry
Track custom events and conversions with Vercel Web Analytics. Covers common events, form tracking, and development testing.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/using-analytics