language-python

Community

Python best practices and patterns.

AuthorCsHeng
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides Python language patterns and best practices to guide Python code quality, formatting, and testing.

Core Features & Use Cases

  • Code Validation: Run ruff, mypy, and pytest for linting, type checking, and tests.
  • Tool Integration: Use ruff, uv, and pytest to enforce standards and test coverage.
  • Execution Context: Analyze Python files, generate reports, and propose small, compliant patches.

Quick Start

Analyze a Python project with lints and tests; apply a minimal patch if violations are found.

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: language-python
Download link: https://github.com/CsHeng/dot-claude/archive/main.zip#language-python

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