·logging-best-practices
</>

logging-best-practices

neondatabase/mcp-server-neon

Logging best practices focused on wide events (canonical log lines) for powerful debugging and analytics

9Installs·0Trend·@neondatabase

Installation

$npx skills add https://github.com/neondatabase/mcp-server-neon --skill logging-best-practices

SKILL.md

This skill provides guidelines for implementing effective logging in applications. It focuses on wide events (also called canonical log lines) - a pattern where you emit a single, context-rich event per request per service, enabling powerful debugging and analytics.

Emit one context-rich event per request per service. Instead of scattering log lines throughout your handler, consolidate everything into a single structured event emitted at request completion.

Include fields with high cardinality (user IDs, request IDs - millions of unique values) and high dimensionality (many fields per event). This enables querying by specific users and answering questions you haven't anticipated yet.

Logging best practices focused on wide events (canonical log lines) for powerful debugging and analytics Source: neondatabase/mcp-server-neon.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/neondatabase/mcp-server-neon --skill logging-best-practices
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is logging-best-practices?

Logging best practices focused on wide events (canonical log lines) for powerful debugging and analytics Source: neondatabase/mcp-server-neon.

How do I install logging-best-practices?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/neondatabase/mcp-server-neon --skill logging-best-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/neondatabase/mcp-server-neon

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01

Related Skills

None