python

Installation
SKILL.md

Python

Overview

Use this skill as the default entry point for Python and uv work. Own project setup, standalone script workflow, dependency management, quality checks, and package release here. For brand-new projects, bootstrap a default quality baseline with ruff, ty, pytest, and pytest-cov. Route only Typer CLI structure, logging design, and Peewee ORM patterns to focused skills.

Quick Reference

Need Use this skill
Init project, add or remove deps, sync, run commands python
Init a new project with the default quality baseline python
Standalone scripts, inline metadata, one-off deps, or --no-project python
Lint, format, type-check, test, coverage, CI gates python
Build or publish wheel/sdist with uv python
Build a CLI with Typer python-typer
Choose/configure logging or loguru python-logging
Peewee ORM, DatabaseProxy, SQLite tests python-peewee
Related skills
Installs
2
GitHub Stars
7
First Seen
14 days ago