This skill provides comprehensive guidance on Python asynchronous programming patterns for reviewing and writing async code. It covers async/await syntax, best practices, common patterns, anti-patterns, and framework-specific considerations.
Asynchronous programming in Python enables efficient I/O-bound operations by allowing the event loop to switch between tasks while waiting for I/O operations to complete. However, async code introduces complexity and has specific patterns and pitfalls that must be understood for correct implementation.
Подробное руководство по шаблонам async/await, лучшим практикам и антишаблонам Python. Охватывает основы asyncio, сопрограммы, менеджеры асинхронного контекста, управление задачами, общие библиотеки (aiohttp, aiofiles, asyncpg), интеграцию с инфраструктурой (FastAPI, Django), вопросы производительности и правильную обработку исключений. Используйте при просмотре или написании асинхронного кода Python. Источник: clostaunau/holiday-card.
Откройте терминал или инструмент командной строки (Terminal, iTerm, Windows Terminal и т.д.) Скопируйте и выполните эту команду: npx skills add https://github.com/clostaunau/holiday-card --skill python-async-patterns После установки навык будет автоматически настроен в вашей AI-среде разработки и готов к использованию в Claude Code, Cursor или OpenClaw