Claude Skill
jlevy/simple-modern-uv
一个功能强大且极简的Python项目模板与代理技能,专为使用uv的现代Python项目设计。轻量、可定制、支持自动化。
概览
仓库信息
安装这个 Skill
npx skills add jlevy/simple-modern-uvRegistry 信息
npx skills add jlevy/simple-modern-uvuv tool install copier
项目简介
一个功能强大且极简的Python项目模板与代理技能,专为使用uv的现代Python项目设计。
A powerful, minimal Python project template and agent skill for modern Python projects with uv
要点
- 极简但功能强大的项目模板
- 针对uv包管理器优化
- 集成代理技能实现自动化
- 现代Python项目结构
- 轻量且易于定制
使用场景
- 快速搭建新的Python项目
- 教学现代Python项目配置
- 通过代理技能自动化项目初始化
- 构建基于uv的Python应用
- 标准化团队项目模板
README 摘要
[](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
话题
暂无话题