بنقرة واحدة
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.