claudeindex
Marketplace

python-backend-plugins

python-backend-plugins

Stars

2

Forks

0

Plugins

15

Installation

1

Add the marketplace

/plugin marketplace add ruslan-korneev/claude-plugins
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

15

Plugins

0

Skills

0

Agents

Last Crawled

March 15, 2026

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.