Sets up Pino for structured logging with environment-aware formatting. You get colorized, human-readable output during development and structured JSON logs in production that work with aggregation tools like Datadog or CloudWatch. It's one of those things you should configure once at the start of a project and forget about. The recipe lives in the fullstackrecipes MCP server, so you can pull it directly through Claude or curl it if you need to see the implementation. Good choice if you want something faster than Winston and more structured than console.log without overthinking your logging setup.
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill pino-logging-setup