一键导入
python-project-init
Scaffolds a modern Python project using uv.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scaffolds a modern Python project using uv.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
reads and summarizes files in the current workspace
Fetches the current weather for a city via a public weather API.
Formats and beautifies Markdown files in your project.
Prints commit and contributor statistics for the current repo.
A general helper skill for everyday coding tasks.
Inserts emoji into your text by name.
| name | python-project-init |
| description | Scaffolds a modern Python project using uv. |
Sets up a Python project with uv, Ruff, and pytest.
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.
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.