Claude Skill
jlevy/simple-modern-uv
A powerful, minimal Python project template and agent skill for modern Python projects with uv. Lightweight, customizable, and automation-ready.
Overview
Repository
Install this Skill
npx skills add jlevy/simple-modern-uvRegistry
npx skills add jlevy/simple-modern-uvuv tool install copier
Summary
A powerful, minimal Python project template and agent skill for modern Python projects with uv.
一个功能强大且极简的Python项目模板与代理技能,专为使用uv的现代Python项目设计。
Key features
- Minimal yet powerful project template
- Optimized for uv package manager
- Agent skill integration for automation
- Modern Python project structure
- Lightweight and easy to customize
Use cases
- Scaffolding new Python projects quickly
- Teaching modern Python project setup
- Automating project initialization with agent skills
- Building uv-based Python applications
- Standardizing team project templates
README excerpt
[](https://xkcd.com/1987/) (As usual, XKCD has a comic for this. Appropriately enough, the comic is out of date.) # simple-modern-uv [](https://x.com/ojoshe) [](https://www.python.org/downloads/) [](https://github.com/astral-sh/uv) [](https://github.com/copier-org/copier) ## What is This? **simple-modern-uv** is a minimal, modern **Python project template** for new projects (Python 3.11–3.14) based on [**uv**](https://docs.astral.sh/uv/). This template aims to be a good base for serious work but also simple so it’s an easy option for any small project, like an open source library or tool. It can also upgrade an existing project to a modern setup: uv, ruff, BasedPyright, and GitHub Actions. The [agent skill](#agent-quick-start) walks you through either workflow. ## Agent Quick Start The fastest way to use this template is through your AI coding agent. Install the [skill](skills/simple-modern-uv/SKILL.md) (the [Agent Skills](https://agentskills.io) open standard, so it works with Claude Code, Codex, Cursor, Gemini CLI, and 50+ other agents): ```shell npx skills add jlevy/simple-modern-uv ``` Then tell your agent what you want, for example: - “Start a new Python project called my-package using simple-mod
Topics
No topics yet.