logging-best-practices
Guidelines for implementing structured, context-rich logging using wide events and canonical log lines.
Install
npx skills add https://github.com/boristane/agent-skills --skill logging-best-practicesStats
| Total installs | 2,433 |
| Weekly installs | 2.4K |
| GitHub stars | 73 |
| First seen | Jan 21, 2026 |
| Source | @boristane/agent-skills |
Summary
- Consolidates all request context into a single JSON event per service, emitted at completion, rather than scattering log lines throughout handlers
- Emphasizes high cardinality fields (user IDs, request IDs) and high dimensionality (many fields per event) to enable flexible querying and correlation across services
- Requires business context in every event: subscription tier, cart value, feature flags, account age, plus environment metadata like commit hash, version, and region
- Recommends middleware pattern for infrastructure concerns (timing, status, environment) while keeping handlers focused on business logic
Tags
Related skills
| Skill | Installs | vs logging-best-practices |
|---|---|---|
| linkerd-patterns | 3,222 | +789 |
| prometheus-configuration | 3,575 | +1,142 |
| core-web-vitals | 3,751 | +1,318 |
| use-railway | 1,583 | -850 |
| convex-cron-jobs | 1,567 | -866 |
FAQ
- How many installs does logging-best-practices have?
- logging-best-practices has 2,433 total installs and 2.4K installs this week.
- Where is logging-best-practices hosted?
- logging-best-practices is published by @boristane/agent-skills at https://github.com/boristane/agent-skills.
- How many GitHub stars does logging-best-practices have?
- logging-best-practices has 73 GitHub stars.
- When was logging-best-practices first indexed?
- OrangeBot.AI first indexed logging-best-practices on Jan 21, 2026.
- How do I install logging-best-practices?
- Run: npx skills add https://github.com/boristane/agent-skills --skill logging-best-practices