com um clique
python-async-concurrency
Modern Python asyncio, aiohttp, and concurrency patterns.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Modern Python asyncio, aiohttp, and concurrency patterns.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Bootstraps a new project with standard folder structure, git init, basic files, planning doc skeletons, and initial memory.json. Triggers on new project creation keywords. CRITICAL for first-time setup.
Configuration for Virtual Hosts, .htaccess, and PHP-FPM in LAMP stacks.
Principles for REST, GraphQL, versioning, and API authentication.
Optimization and usage of SVGs, fonts, and static assets.
Patterns for maintaining or migrating Bootstrap 3/4/5 projects.
Caddyfile configuration, auto-HTTPS, and FastCGI.
Baseado na classificação ocupacional SOC
| name | python-async-concurrency |
| description | Modern Python asyncio, aiohttp, and concurrency patterns. |
asyncio, aiohttp, or httpx.asyncio.run(main()) for the entry point.async with asyncio.TaskGroup() as tg (Python 3.11+) instead of gather() for better error handling/cancellation.await asyncio.to_thread(...).httpx.AsyncClient or aiohttp.ClientSession as a context manager.TaskGroup).