Add the marketplace
/plugin marketplace add ruslan-korneev/claude-pluginsInstall plugins
/pluginRun these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.
Python code quality: ruff linting (ZERO noqa), type checking (ZERO type:ignore), clean code (SOLID), TDD with pytest.
FastAPI scaffolding (modules, DTOs, endpoints) + Alembic migrations with auto-fix for Enum downgrade.
Architecture design, code review (Review Pyramid), full-cycle TDD development, and structured feature specifications.
Linear integration: kanban board, cycle management, issue archive/delete, and comment edit/delete. Uses official Linear MCP for standard CRUD.
Generate structured feature specifications with BR, US, AC. Supports codebase analysis and interactive design.
Seamless ruff integration into Claude Code workflow. ZERO noqa policy — always the proper solution instead of ignoring.
Boilerplate code generation for FastAPI with best practices: Repository pattern, DI, DTOs.
Python type annotations without type: ignore. Always the correct solution.
Docker for backend development. docker run first, docker-compose only on request.
Alembic migrations with automatic handling of Enum and other problematic types.
System-level architecture for Python backend: design, ADR, dependency analysis, modernization.
Full TDD development cycle orchestrator. From prompt to documented feature with explore → plan → execute workflow.
Efficient code review following the Review Pyramid (Python/FastAPI). Two-phase strategy: quick automated checks + deep semantic analysis.