python-modern-tooling

Python Modern Tooling

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "python-modern-tooling" with this command: npx skills add narumiruna/telegram-bot/narumiruna-telegram-bot-python-modern-tooling

Python Modern Tooling

Overview

Route requests to the narrowest skill that matches the task. Core principle: keep the umbrella lean and delegate details.

Quick Reference

Need Use this skill

Init project, add deps, run commands python-uv-project-setup

Lint/format/type-check/test/CI python-quality-tooling

Build a CLI with Typer python-cli-typer

Choose/configure logging or loguru python-logging

Build/publish packages with uv python-packaging-uv

Routing Rules

  • If the task mentions install, dependency, run, or missing package: use python-uv-project-setup .

  • If the task mentions ruff, ty, pytest, coverage, or CI: use python-quality-tooling .

  • If the task mentions CLI, commands, Typer: use python-cli-typer .

  • If the task mentions logging, loguru, handlers, formatters: use python-logging .

  • If the task mentions packaging, build, publish, dist: use python-packaging-uv .

Example

User: "Missing fastapi and tests fail. How should I install it?"

Route to: python-uv-project-setup (dependency management and run rules).

Common Mistakes

  • Providing detailed commands here instead of routing to the focused skill.

  • Mixing multiple workflows in one response.

Red Flags

  • Suggesting pip install or direct python /pytest execution here.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

python-cli-typer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

python-packaging-uv

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

python-logging

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

python-uv-project-setup

No summary provided by upstream source.

Repository SourceNeeds Review