Acerca de
The Refactor FastAPI skill is a specialized tool for Claude Code designed to elevate Python web applications to industry-leading standards. It systematically addresses common technical debt such as 'fat' route handlers, blocking I/O in async contexts, and outdated Pydantic v1 patterns. By applying the Service and Repository patterns, the skill decouples business logic from the transport layer, ensuring code is modular, testable, and scalable. It is particularly useful for teams looking to modernize their codebase, improve concurrency performance, or enforce strict type safety and architectural consistency across their API services.