python-standards
CommunityWrite production-grade Python code.
AuthorPorkChopExpress86
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enforces rigorous Python coding standards, ensuring code is type-safe, maintainable, and adheres to modern best practices, preventing common errors and improving collaboration.
Core Features & Use Cases
- Strict Type Hinting: Mandates type hints for all functions and attributes using modern Python syntax (
str | None,list[int]). - Pathlib Enforcement: Replaces
os.path.joinwithpathlib.Pathfor robust path manipulation. - Data Structure Standardization: Promotes
pydantic.BaseModelor@dataclassover raw dictionaries. - Use Case: When writing new Python modules or refactoring existing ones, this Skill ensures adherence to these standards, leading to more reliable and understandable codebases.
Quick Start
Apply modern type hinting and pathlib to the provided Python script.
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: python-standards Download link: https://github.com/PorkChopExpress86/TaxProtest-Django/archive/main.zip#python-standards 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.