python
CommunityWrite pristine Python, faster.
Authorbendrucker
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill standardizes Python development, ensuring high-quality, maintainable code with consistent style, type safety, and robust testing.
Core Features & Use Cases
- Modern Python: Leverage the latest language features and
uvfor efficient package management. - Type Hinting: Enforce strong typing for clarity and error prevention, avoiding
Any. - Pytest Patterns: Implement powerful, parametrized tests for comprehensive coverage.
- Use Case: When starting a new Python project or contributing to an existing one, this Skill ensures your code adheres to best practices, reducing bugs and improving collaboration.
Quick Start
import pytest
@pytest.mark.parametrize( ("input_value", "expected"), [ ("hello", "HELLO"), ("world", "WORLD"), ], ) def test_uppercase(input_value: str, expected: str) -> None: assert my_function(input_value) == expected
Dependency Matrix
Required Modules
uvpytest
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 Download link: https://github.com/bendrucker/claude/archive/main.zip#python 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 471,000+ vetted skills library on demand.