Add python-code-style to the Development & Code Tools section — a Claude Code plugin that enforces professional Python style guidelines for code generation and review.
python-code-style/ ├── .claude-plugin/ │ ├── plugin.json # Plugin manifest (v1.0.1) │ └── marketplace.json # Marketplace config ├── skills/ │ └── python-code-style/ │ ├── SKILL.md # Core skill definition with quick reference & checklists │ └── references/ │ ├── language-rules.md # Lint, imports, exceptions, comprehensions, type annotations │ ├── style-rules.md # Formatting, whitespace, comments, strings, logging │ ├── naming-conventions.md # Complete naming rules for all Python constructs │ └── docstrings.md # Full docstring format for modules, classes, functions └── README.md # Documentation (10 languages)