About
The API Development skill provides a standardized framework for building robust backend services within the KTRDR ecosystem. It enforces a clean architecture separating route handlers, business logic, and Pydantic models while offering specialized patterns for complex operations. Developers can easily implement long-running tasks—such as model training or data backtesting—with integrated progress tracking, status polling, and background task management. By utilizing this skill, Claude can assist in generating consistent, testable, and well-documented API code that adheres to FastAPI best practices.