Plugin Claude Code
Collection of Claude Code plugins for Python backend development with FastAPI, SQLAlchemy 2.0, and modern tooling.
Plugin Claude Code
Collection of Claude Code plugins for Python backend development with FastAPI, SQLAlchemy 2.0, and modern tooling.
Instructions file
Instructions for ruslan-korneev/claude-plugins, covering claude.md, what is this, commands, validate all plugins (run before committing) and add local marketplace for testing.
Plugin Claude Code
FastAPI scaffolding (modules, DTOs, endpoints) + Alembic migrations with auto-fix for Enum downgrade.
Agent
Migration analysis before applying.
Command
Create Create/Read/Update DTOs from model.
Command
Create a new endpoint with service and test.
Command
(Alembic) Check migration for common problems.
Command
(Alembic) Create migration with auto-fix for Enum downgrade.
Command
Create a complete FastAPI module (routers, services, repositories, dto, models + tests).
Skill Claude CodeCodex
Alembic migration patterns with automatic handling of problematic types.
Skill Claude CodeCodex
Best practices and patterns for FastAPI projects with SQLAlchemy 2.0 and dependency-injector.
Plugin Claude Code
Linear integration: kanban board, cycle management, issue archive/delete, and comment edit/delete. Uses official Linear MCP for standard CRUD operations.
MCP server Claude CodeCodexCursor +2
Linear's hosted MCP server: lets the agent read and update issues, projects and cycles. Remote server at mcp.linear.app.
Agent
Analyze code context to suggest issue attributes (description, labels, estimate, priority).
Command
Display kanban board view of Linear issues.
Command
Edit or delete comments on a Linear issue (create/list via Linear MCP).
Command
Manage Linear cycles (sprints).
Command
Archive or delete a Linear issue.
Skill Claude CodeCodex
Manage Linear issues, boards, and cycles. Uses Linear MCP for standard operations and plugin commands for unique features.
Plugin Claude Code
Python code quality: ruff linting (ZERO noqa), type checking (ZERO type:ignore), clean code (SOLID), TDD with pytest.
Agent
Coverage and test case quality analysis.
Command
(Clean Code) Suggest refactoring for a specific code smell.
Command
(Clean Code) Analyze code for code smells and principle violations.
Command
(Ruff) Configure ruff for the project with FastAPI recommendations.