Scaffold Python Tool

Python の CLI ツールやバックエンドサービスを新規に作るとき。「Python のツールを作る」「uv でプロジェクト初期化」等で使う。uv + ruff + mypy(strict) + pytest の構成で雛形を用意する(任意で FastAPI / SQLAlchemy / click)。土台は new-project-init を先に使う。

turntuptechnologies-ai 75e709a 3.3 KB Updated

File contents

turntuptechnologies-ai/skills/tree/main/skills/scaffold-python-tool commit 75e709aa30

Frequently asked questions

npx skillmds@latest add turntuptechnologies-ai/scaffold-python-tool