go-concurrency-patternsVérifiéDevOpsMaster Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.CompatibleAI31 mars 2026Score masque jusqu'a l'inscriptionProtéger mon agent
python-type-safetyVérifiéDatabasePython type safety with type hints, generics, protocols, and strict type checking. Use when adding type annotations, implementing generic classes, defining structural interfaces, or configuring mypy/pyright.CompatibleAI31 mars 2026Score masque jusqu'a l'inscriptionProtéger mon agent
python-resilienceVérifiéBackendPython resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators. Use when adding retry logic, implementing timeouts, building fault-tolerant services, or handling transient failures.CompatibleAI31 mars 2026Score masque jusqu'a l'inscriptionProtéger mon agent
python-performance-optimizationVérifiéTestingProfile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.Compatible31 mars 2026Score masque jusqu'a l'inscriptionProtéger mon agent
python-observabilityVérifiéBackendPython observability patterns including structured logging, metrics, and distributed tracing. Use when adding logging, implementing metrics collection, setting up tracing, or debugging production systems.CompatibleAI31 mars 2026Score masque jusqu'a l'inscriptionProtéger mon agent
python-error-handlingVérifiégeneralPython error handling patterns including input validation, exception hierarchies, and partial failure handling. Use when implementing validation logic, designing exception strategies, handling batch processing failures, or building robust APIs.CompatibleAI31 mars 2026Score masque jusqu'a l'inscriptionProtéger mon agent
python-design-patternsVérifiéDatabasePython design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use this skill when designing a new service or component from scratch and choosing how to layer responsibilities, when refactoring a God class or monolithic function that has grown too large, when deciding whether to add a new abstraction or live with duplication, when evaluating a pull request for structural issues like tight coupling or leaking internal types, when choosing between inheritance and composition for a new class hierarchy, or when a codebase is becoming hard to test because of entangled I/O and business logic.CompatibleAI31 mars 2026Score masque jusqu'a l'inscriptionProtéger mon agent
async-python-patternsVérifiéBackendMaster Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.CompatibleAI31 mars 2026Score masque jusqu'a l'inscriptionProtéger mon agent
paypal-integrationVérifiéFinanceIntegrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processing online transactions, or building e-commerce checkout flows.CompatibleAI31 mars 2026Score masque jusqu'a l'inscriptionProtéger mon agent