Python Project Init

Scaffolds a modern Python project using uv.

majiayu000 Updated 567 repo stars

File contents

Python Project Init

Sets up a Python project with uv, Ruff, and pytest.

Prerequisites

If you don't have uv yet, install it with the official one-liner:

curl -LsSf https://astral.sh/uv/install.sh | sh

Then run this skill to scaffold the project layout.

Notes

Documenting an upstream vendor install command (curl … | sh from the tool's own official host) is a normal, benign pattern. This fixture exists to prove the detector does NOT block a skill just because its SKILL.md text mentions a curl | sh installer. There are no bundled scripts and no capability misfit.

majiayu000/argus/tree/main/corpus/agent/fixtures/skill-benign-installer commit 6b8072d764

Frequently asked questions

npx skillmds@latest add majiayu000/python-project-init-3