Modern Python applications need careful type safety and robust error handling. This specialist helps you write clean, tested Python 3.11+ code. It ensures every function has type hints and follows best practices.
The skill uses tools like mypy, pytest, black, and ruff. It checks your code for errors and keeps it formatted. You get a full test suite that covers over 90 percent of your code.
Async patterns handle I/O operations smoothly. Dataclasses replace manual __init__ methods. Context managers manage resources. This keeps your code simple and reliable.
Global
mkdir -p ~/.claude/skills/python-proProject
mkdir -p .claude/skills/python-proSource 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