Architects and manages complex Python monorepos using uv workspaces and mise for streamlined dependency and task orchestration.
This skill enables Claude to architect, configure, and maintain modern Python monorepos using industry-standard best practices. By leveraging uv workspaces for unified dependency resolution and mise for toolchain orchestration, it provides a robust framework for managing multiple applications and shared packages within a single repository. It is ideal for developers building modular Python systems who require a single lock file, shared development tools, and clear boundaries between deployable applications and internal libraries.
主要功能
01mise integration for Python version and task orchestration
02Pre-configured dev-tool integration for Ruff and Pytest
036 GitHub stars
04uv workspace configuration for unified dependency management
05Automated cross-package dependency resolution and linking
06Standardized apps/ and packages/ directory structure
使用场景
01Configuring standardized task runners and CI/CD pipelines for monorepos
02Refactoring monolithic Python applications into modular shared packages
03Setting up a new multi-package Python project with a unified lock file