claudeindex
ruslan-korneev's avatar
Author

Ruslan Korneev

@ruslan-korneev
1
Marketplaces
15
Plugins
0
Skills
0
Agents
0
Commands

Marketplaces

Marketplace

python-backend-plugins

python-backend-plugins

Plugins:15
Skills:0
2
0

Plugins

Plugin

python

Python code quality: ruff linting (ZERO noqa), type checking (ZERO type:ignore), clean code (SOLID), TDD with pytest.

Plugin

fastapi

FastAPI scaffolding (modules, DTOs, endpoints) + Alembic migrations with auto-fix for Enum downgrade.

Plugin

tech-lead

Architecture design, code review (Review Pyramid), full-cycle TDD development, and structured feature specifications.

Plugin

linear

Linear integration: kanban board, cycle management, issue archive/delete, and comment edit/delete. Uses official Linear MCP for standard CRUD.

Plugin

feature-list

Generate structured feature specifications with BR, US, AC. Supports codebase analysis and interactive design.

Plugin

ruff-lint

Seamless ruff integration into Claude Code workflow. ZERO noqa policy — always the proper solution instead of ignoring.

Plugin

pytest-assistant

TDD-first testing with pytest. Test first, then implementation.

Plugin

fastapi-scaffold

Boilerplate code generation for FastAPI with best practices: Repository pattern, DI, DTOs.

Plugin

python-typing

Python type annotations without type: ignore. Always the correct solution.

Plugin

docker-backend

Docker for backend development. docker run first, docker-compose only on request.

Plugin

alembic-migrations

Alembic migrations with automatic handling of Enum and other problematic types.

Plugin

clean-code

Clean Code principles: SOLID, code smells, refactoring patterns.

Plugin

software-architect

System-level architecture for Python backend: design, ADR, dependency analysis, modernization.

Plugin

full-cycle-dev

Full TDD development cycle orchestrator. From prompt to documented feature with explore → plan → execute workflow.

Plugin

code-review

Efficient code review following the Review Pyramid (Python/FastAPI). Two-phase strategy: quick automated checks + deep semantic analysis.