Python Code Standarts banner
Mybono Mybono

Python Code Standarts

Code Quality community

Description

# Python Code Quality standarts ## General Principles - Prefer readability over cleverness - Follow PEP 8 and PEP 20 (Zen of Python) - Code should be self-documenting - Avoid premature optimization - Keep functions and classes small and focused - Follow SOLID principles when applicable ## Naming - `snake_case` for variables and functions - `PascalCase` for classes - `UPPER_CASE` for constants - Avoid abbreviations unless widely known (`id`, `url`) ## Formatting - Max line length: 88 chars

Installation

Installs to ~/.claude/skills/mybono-ai-orchestrator-python-code-standarts/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mybono-ai-orchestrator-python-code-standarts && curl -fsSL https://raw.githubusercontent.com/Mybono/ai-orchestrator/HEAD/skills/python-code-standarts.md -o ~/.claude/skills/mybono-ai-orchestrator-python-code-standarts/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository