py-formatter

Community

Standardize Python formatting and linting.

Authors4kr4
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill standardizes Python formatting and linting configurations across projects.

Core Features & Use Cases

  • Unified tooling: Apply Black, flake8, isort, and mypy as standard across codebases.
  • VSCode integration: Provide editor defaults to enforce formatting and linting on save.
  • Use Case: When starting a new Python project or migrating multiple repos, use this to establish a consistent setup automatically.

Quick Start

Install the recommended Python tooling: pip install black flake8 isort mypy If your project has no existing configuration files, add a minimal pyproject.toml with Black configuration, or rely on the default behavior described here. Then run the following commands on your project: black . flake8 . isort . mypy .

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: py-formatter
Download link: https://github.com/s4kr4/dotfiles/archive/main.zip#py-formatter

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.