Collection of Claude Code plugins for Python backend development with FastAPI, SQLAlchemy 2.0, and modern tooling
Seamless ruff integration into Claude Code workflow. ZERO noqa policy — always the proper solution instead of ignoring.
No verified skills in this plugin.
TDD-first testing with pytest. Test first, then implementation.
No verified skills in this plugin.
Boilerplate code generation for FastAPI with best practices: Repository pattern, DI, DTOs.
No verified skills in this plugin.
Python type annotations without type: ignore. Always the correct solution.
No verified skills in this plugin.
Alembic migrations with automatic handling of Enum and other problematic types.
No verified skills in this plugin.
Clean Code principles: SOLID, code smells, refactoring patterns.
No verified skills in this plugin.
System-level architecture for Python backend: design, ADR, dependency analysis, modernization.
No verified skills in this plugin.
Full TDD development cycle orchestrator. From prompt to documented feature with explore → plan → execute workflow.
No verified skills in this plugin.
Efficient code review following the Review Pyramid (Python/FastAPI). Two-phase strategy: quick automated checks + deep semantic analysis.
No verified skills in this plugin.
Generate structured feature specifications with BR, US, AC. Supports codebase analysis and interactive design.
No verified skills in this plugin.