Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.35 KB

File metadata and controls

52 lines (34 loc) · 1.35 KB

Claude Code Plugins: Python Developer Tooling Handbook

Claude Code plugins from the Python Developer Tooling Handbook.

Installation

Add the marketplace:

/plugin marketplace add https://github.com/python-developer-tooling-handbook/claude-plugins

Then install plugins from it:

/plugin install new-python-project@python-tooling-handbook

Available Plugins

new-python-project

Set up Python projects with modern tooling:

  • uv for package and environment management
  • pytest for testing with coverage
  • ruff for linting and formatting
  • pre-commit for automated code quality
  • mypy for type checking (optional)

Usage examples:

  • "Set up a new Python project called my-tool"
  • "Create a CLI package named mycli"
  • "Add pytest and ruff to this project"
  • "Convert this to a proper Python package"

Requirements

  • uv must be installed (curl -LsSf https://astral.sh/uv/install.sh | sh)

Learn More

License

MIT