ワンクリックで
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.