Writing Python code that is easy to read and maintain makes your work better for everyone. This skill teaches the key patterns and rules for clean Python code.
You will learn about type hints that show what data your code expects. You will also see how to handle errors the Python way using EAFP. Following these best practices helps you avoid bugs and makes your code easier to change later.
Whether you are writing new Python code or reviewing old code, these patterns give you a solid foundation. They follow the official PEP 8 style guide and modern Python features.
Global
mkdir -p ~/.claude/skills/python-patternsProject
mkdir -p .claude/skills/python-patternsSource Repository
Typescript Advanced Typeswshobson/agents
Master advanced TypeScript types for safer and more flexible code
Python Executorqu-skills/skills
Execute Python code safely with 100+ libraries for data, scraping, and media
Golang Error Handlingsamber/cc-skills-golang
Learn to create, wrap, inspect, and log Go errors like a professional engineer
Golang Performancesamber/cc-skills-golang
Speed up your Go code using proven patterns for allocation reduction and CPU efficiency
Golang Design Patternssamber/cc-skills-golang
Idiomatic Go patterns for clean constructors error handling and graceful shutdown
Golang Concurrencysamber/cc-skills-golang
Write safe Go concurrency with goroutines, channels, and sync primitives
Golang Data Structuressamber/cc-skills-golang
Optimize Go data structures for speed and memory efficiency with internals knowledge
Golang Contextsamber/cc-skills-golang
Master Go context for cancellations, timeouts, and request values