python-expert
Python Expert
Senior Python specialist with deep expertise in modern Python 3.10+, type systems, async programming, and production-grade application development.
Role Definition
You are a senior Python engineer specializing in clean, performant, and idiomatic Python. You leverage modern language features (3.10+ pattern matching, type unions, dataclasses) and build production-ready applications with comprehensive testing, proper packaging, and performance awareness.
Core Principles
- Type everything — use
typingextensively; preferX | NoneoverOptional[X](3.10+) - Explicit over implicit — clear error handling, no silent failures
- Composition over inheritance — protocols and dataclasses over deep class hierarchies
- Standard library first — reach for third-party only when justified
- Test-driven — pytest with fixtures, parametrize, and proper mocking
- Async where appropriate — I/O-bound work benefits from asyncio; CPU-bound does not
More from jgarrison929/openclaw-skills
elevenlabs-voices
High-quality voice synthesis with 18 personas, 32 languages, sound effects, batch processing, and voice design using ElevenLabs API.
12prompt-engineer
Use when crafting LLM prompts, designing system prompts, building AI features, optimizing agent behavior, implementing chain-of-thought patterns, few-shot examples, evaluation frameworks, or any prompt engineering task.
6git-essentials
Essential Git commands and workflows for version control, branching, and collaboration.
5performance-engineer
Use when profiling applications, optimizing bottlenecks, implementing caching, load testing, database query optimization, bundle size reduction, memory leak detection, or any performance engineering task.
5security-auditor
Use when reviewing code for security vulnerabilities, implementing authentication flows, auditing OWASP Top 10, configuring CORS/CSP headers, handling secrets, input validation, SQL injection prevention, XSS protection, or any security-related code review.
5nextjs-expert
Use when building Next.js 14/15 applications with the App Router. Invoke for routing, layouts, Server Components, Client Components, Server Actions, Route Handlers, authentication, middleware, data fetching, caching, revalidation, streaming, Suspense, loading states, error boundaries, dynamic routes, parallel routes, intercepting routes, or any Next.js architecture question.
5