python-style

Community

Automate Python style, ensure code quality.

Authorhoelzro
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the challenges of maintaining consistent Python coding standards, adhering to best practices, and managing dependencies for quick scripts without polluting your environment. It automates the enforcement of style guides and simplifies script execution.

Core Features & Use Cases

  • Coding Conventions: Provides guidance on personal coding conventions for writing, reviewing, and refactoring Python code.
  • Best Practices: Ensures adherence to established Python best practices for robust and maintainable code.
  • Dependency Management: Facilitates running Python scripts with temporary, isolated dependencies using uv run, eliminating the need for virtual environments for one-off tasks.
  • Use Case: Automatically review an attached Python script to ensure it conforms to defined style guidelines, or execute a data processing script with specific versions of pandas and numpy without affecting your global Python setup.

Quick Start

Review the attached Python script 'data_analysis.py' for style and best practices, suggesting improvements based on the 'python-style' skill.

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-style
Download link: https://github.com/hoelzro/dotfiles/archive/main.zip#python-style

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository