python-logging
✓Use when choosing or configuring Python logging, especially deciding between stdlib logging and loguru for apps or CLIs.
Installation
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
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- Source
- narumiruna/agent-skills
- 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
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01