python-standards

Community

Write 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.join with pathlib.Path for robust path manipulation.
  • Data Structure Standardization: Promotes pydantic.BaseModel or @dataclass over 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 required

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-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.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.