·python-logging
</>

python-logging

narumiruna/agent-skills

Use when choosing or configuring Python logging, especially deciding between stdlib logging and loguru for apps or CLIs.

4Installs·0Trend·@narumiruna

Installation

$npx skills add https://github.com/narumiruna/agent-skills --skill python-logging

SKILL.md

Choose the logging system based on project needs. Core principle: stdlib logging for libraries and ecosystem integration, loguru for fast, simple app/CLI logging.

| Library or long-lived service | stdlib logging | | Simple app or CLI | loguru | | Integrations (Sentry/OTel) | stdlib logging |

Use when choosing or configuring Python logging, especially deciding between stdlib logging and loguru for apps or CLIs. Source: narumiruna/agent-skills.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/narumiruna/agent-skills --skill python-logging Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/narumiruna/agent-skills --skill python-logging
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is python-logging?

Use when choosing or configuring Python logging, especially deciding between stdlib logging and loguru for apps or CLIs. Source: narumiruna/agent-skills.

How do I install python-logging?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/narumiruna/agent-skills --skill python-logging Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/narumiruna/agent-skills