code-style

Installation
SKILL.md

Code Style & Formatting

Objectives

  • Configure and run code formatters (Prettier, Black, Ruff)
  • Set up linters (ESLint, Ruff, mypy)
  • Fix style violations automatically
  • Establish pre-commit hooks for consistency

Python Style

Tools

  • Ruff: Fast linter + formatter (replaces Black, isort, flake8)
  • mypy: Static type checker
  • pyproject.toml: Configuration file

Configuration

Installs
2
First Seen
Jun 24, 2026
code-style — zhizhunbao/ai-dev-config