Handles the structured logging setup for .NET (Serilog) or Python (structlog) projects during initial bootstrap. Works as part of the 7XX project setup chain, taking context from a coordinator and generating the actual config files, middleware, and package references. Walks you through decisions on JSON vs pretty logs, which enrichment fields to include (correlation ID, response time, etc), and what sinks you want. The smart bit is that it uses MCP tools to pull current best practices instead of hardcoding outdated patterns. Returns a structured response so the coordinator knows what got added. It's idempotent, so running it twice won't duplicate your logging setup.
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-771-logging-configurator