python-conventions

Installation
SKILL.md

Python Conventions

Default ecosystem skill for Python-flavored work. Subctl itself is Bun, but many adjacent projects (claude-mem worker, ML utilities, infrastructure scripts) are Python. Use these defaults when you're not given project-specific guidance.


1. Tooling — uv, ruff, pytest

Project manager: uv

uv is the operator's preferred Python package manager. New projects use it; existing projects on poetry or plain pip stay where they are unless the migration is explicit scope.

Installs
1
GitHub Stars
1
First Seen
Jun 23, 2026
python-conventions — webdevtodayjason/subctl