Python backend patterns: layered architecture, async I/O, dependency injection, repository/service separation. TRIGGER when: creating routes, models, schemas, or services in a Python backend. SKIP: REST contract design (use api-design); schema/index tuning (use database-optimization). (Examples: FastAPI + SQLAlchemy + Pydantic.)
$npx -y skills add komluk/scaffolding --skill python-patternsInstalls into the current project.
Run `npx skills use "https://github.com/komluk/scaffolding" --skill "komluk/scaffolding/python-patterns"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/komluk/scaffolding" that are relevant to the current task. Run `npx skills add "https://github.com/komluk/scaffolding"` and select the relevant skills, then follow their instructions.