# Python Project Init

> Scaffolds a modern Python project using uv.

- Skill: `majiayu000/python-project-init-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add majiayu000/python-project-init-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/python-project-init-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/majiayu000/python-project-init-3

---


# 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:

```bash
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.

