🎯

python-logging

🎯Skill

from narumiruna/agent-skills

VibeIndex|
What it does

Configures and provides standardized logging utilities and best practices for Python projects, enabling structured and consistent log management across different application contexts.

python-logging

Installation

Install skill:
npx skills add https://github.com/narumiruna/agent-skills --skill python-logging
2
Last UpdatedJan 23, 2026

Skill Details

SKILL.md

Overview

# Agent Skills

This repo hosts my personal agent skills, packaged so they can be used in Codex or Claude Code.

Available Plugins

  • python-skills - Skill bundle for modern Python workflows and Peewee ORM patterns
  • slide-skills - Umbrella + focused skills for Marp/Marpit slides (color, authoring, SVG) with fast routing
  • gourmet-research - Evidence-based gourmet research workflow for city dining recommendations

Installation

Claude Code (marketplace)

Add this marketplace:

```shell

/plugin marketplace add narumi/agent-skills

```

Or for local testing:

```shell

/plugin marketplace add ./path/to/agent-skills

```

Install plugins:

```shell

# Install Python development skills (includes project workflow + Peewee ORM)

/plugin install python-skills@narumi

# Install presentation slide creation skills

/plugin install slide-skills@narumi

# Install gourmet research workflow skills

/plugin install gourmet-research@narumi

```

Codex (local skills)

Codex does not support marketplaces. Use one of the following:

Option A: Copy skills directly into ~/.codex/skills/:

```shell

cp -R ./skills/* ~/.codex/skills/

```

Option B: Use stow to create symlinks (recommended for development).

Install stow:

```shell

# Linux (Debian/Ubuntu)

sudo apt update

sudo apt install -y stow

# macOS (using Homebrew)

brew install stow

```

Sync skills into ~/.codex/skills/ using the Makefile:

```shell

make sync

```

Remove the synced skills when finished:

```shell

make clean

```

Documentation

  • [CLAUDE.md](CLAUDE.md) - Developer guidance for working with this repository

Learn More

This marketplace demonstrates:

  • Multi-skill plugins (python-skills, slide-skills with multiple skills)
  • Using strict: false for inline plugin definitions
  • Organizing skills in skills/ directory
  • Marketplace validation and testing
  • Entry skills for faster routing in multi-skill bundles

More from this repository10

🎯
python-uv-project-setup🎯Skill

Sets up a Python project with uv for efficient dependency management, virtual environment creation, and package installation.

🎯
python-peewee🎯Skill

python-peewee skill from narumiruna/agent-skills

🎯
slide-color-design🎯Skill

Generates color palettes and design recommendations for Marp/Marpit presentation slides to enhance visual aesthetics and readability.

🎯
gourmet-research🎯Skill

Generates evidence-based dining recommendations by researching and analyzing local restaurant options in a specific city.

🎯
mermaid-creator🎯Skill

Creates Mermaid diagrams programmatically, enabling quick generation of flowcharts, sequence diagrams, and other visual representations directly within Claude Code or Codex environments.

🎯
marp-authoring🎯Skill

Assists in creating and authoring Markdown-based presentation slides using the Marp/Marpit framework with specialized routing and authoring capabilities.

🎯
python-packaging-uv🎯Skill

Streamlines Python package management and dependency resolution using the modern `uv` package installer and resolver.

🎯
python-quality-tooling🎯Skill

Automates Python code quality checks by integrating linters, formatters, and static analysis tools to ensure consistent code style and detect potential issues.

🎯
uv-scripts🎯Skill

I apologize, but I cannot confidently infer what the "uv-scripts" skill does from the provided README. While the README describes the repository's structure and other skills like "python-skills" an...

🎯
python-modern-tooling🎯Skill

Streamlines Python project setup and development workflows by providing modern tooling templates, best practices, and automated configuration for development environments.