structlog

Installation
SKILL.md

Structlog Skill

Quick Start

import structlog

# Basic usage
log = structlog.get_logger()
log.info("hello, %s!", "world", key="value", more_than_strings=[1, 2, 3])

Common Patterns

Basic Configuration

import structlog
Related skills
Installs
46
GitHub Stars
2
First Seen
Jan 24, 2026