python-project-setup

Community

Set up Python projects with modern tooling.

Authorjwplatta
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill standardizes Python project setup, ensuring a modern, maintainable baseline with uv, ruff, pytest, and mypy.

Core Features & Use Cases

  • Project Initialization: Create a solid project structure (src/, tests/, docs/).
  • Dependency Management: Install and configure dev dependencies (pytest, ruff, mypy, etc.).
  • Configuration Files: Generate pyproject.toml, .gitignore, and editor settings.
  • Use Case: Quickly bootstrap a Python project ready for development, testing, and deployment.

Quick Start

Run uv init <project-name> and follow prompts to customize tooling and structure.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: python-project-setup
Download link: https://github.com/jwplatta/prompt-library/archive/main.zip#python-project-setup

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository