building-python-backends
Installation
SKILL.md
Building Python Backends
Backends are just another adapter around business logic. Keep transport thin, core reusable, infrastructure explicit, and operationally important flows traceable.
Default Architecture
Transport / Adapters
- HTTP routes
- workers and schedulers
- CLI/admin scripts
|
v
Application / Use Cases
- one service or command per business operation
|
Related skills