소개
The Async/Await Pattern Enforcer is a specialized skill for Claude Code designed to optimize and safeguard Python asynchronous programming. It automatically identifies and corrects common pitfalls, such as calling asyncio.run() within an existing event loop or using blocking calls like time.sleep() inside async functions. By providing standardized patterns for database queries, HTTP requests, and parallel execution with asyncio.gather(), this skill ensures your code remains performant and error-free in frameworks like FastAPI, Starlette, and Sanic.