add-endpoint
01MKToronto/python-clean-architecture
Command
Scaffold a new endpoint across all three architecture layers.
Claude Code plugin to scaffold, review, and refactor Python projects with clean code and architecture. Design principles and patterns implemented the Pythonic way. Inspired by Arjan Codes.
MKToronto/python-clean-architecture
Command
Scaffold a new endpoint across all three architecture layers.
MKToronto/python-clean-architecture
Command
Quick code quality check against the 22 design rules.
MKToronto/python-clean-architecture
Command
Find tight coupling and suggest dependency injection improvements.
MKToronto/python-clean-architecture
Command
Detect code smells and anti-patterns with fix suggestions.
MKToronto/python-clean-architecture
Command
Find and split god classes into focused collaborators.
MKToronto/python-clean-architecture
Command
Learn an architecture or design topic — theory, the Pythonic way, and how it applies in your code.
MKToronto/python-clean-architecture
Command
Refactor code to use Pythonic patterns.
MKToronto/python-clean-architecture
Command
Plan a safe refactoring path for untested legacy code.
MKToronto/python-clean-architecture
Command
Review REST API endpoints for HTTP conventions and design best practices.
MKToronto/python-clean-architecture
Command
Review code against Python Clean Architecture principles.
MKToronto/python-clean-architecture
Command
Generate a new FastAPI project with clean architecture.
MKToronto/python-clean-architecture
Command
Generate stub-based tests for existing operations using DataInterfaceStub.
MKToronto/python-clean-architecture
Command
Scan code and recommend Pythonic design patterns.