--- name: code-style --- # Code Style Skill Follow PEP8 with these conventions: - Max line length: 88 characters - Use descriptive variable names - Add docstrings for functions >5 lines - Import organization: stdlib, third-party, local - Use method chaining for pandas operations where possible - Prefer f-strings for string formatting