configuring-python-stack
CommunitySet up a Python stack with strict quality gates.
Authorbryonjacob
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Projects often struggle to establish a consistent Python development environment with enforced quality gates. This Skill provides a blueprint to configure uv, ruff, mypy, and pytest to deliver reliable builds and measurable coverage.
Core Features & Use Cases
- Deterministic environments: Create isolated virtual environments and reproducible setups.
- Quality gates: Enforce code style, type checking, and test coverage with configured thresholds.
- Use Case: A team onboarding a new Python project can apply this stack to ensure immediate alignment with guidelines and automated checks.
Quick Start
uv venv .venv uv pip install -e ".[dev]" uv run ruff format . uv run ruff check --fix . --select C90 --complexity-max 10 uv run mypy src uv run pytest -m "not integration" --durations=10 uv run pytest -m "not integration" --cov=src --cov-fail-under=96
Dependency Matrix
Required Modules
None requiredComponents
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: configuring-python-stack Download link: https://github.com/bryonjacob/aug/archive/main.zip#configuring-python-stack Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.