python-log-expert

Analyze Python logging implementations and structlog source code.

2|1|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/StrayDragon/my-claude-skills --skill python-log-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: python-log-expert
Source: https://github.com/StrayDragon/my-claude-skills/tree/main/python-log-expert
Command: npx skills add https://github.com/StrayDragon/my-claude-skills --skill python-log-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Guidance for Python logging libraries including structlog, standard logging, and log analysis. Use when working with Python logs, troubleshooting logging issues, implementing logging best practices, or analyzing structlog source code implementation. Includes complete structlog source code references under source/structlog/ for deep analysis.

Core Features & Use Cases

  • Structured logging with structlog processors, timestamps, and JSON rendering
  • Standard library integration and best practices
  • Deep source analysis of structlog internals with access to source code

Quick Start

Install structlog and configure a logger, then run the included examples to observe structured logs.