Coding Python Enforce Data Architecture Strict

Use when refactoring or reviewing Python code to enforce a strict data architecture - Pydantic models at every external boundary, typed models (never raw dicts) inside the app, Enums for all fixed categorical values, and minimal input-to-output conversions. Use when asked to eliminate dict parameters, stringly-typed status/mode values, Model->dict->Model conversion chains, or compatibility shims, or to make a Python data flow type-safe end to end.

bitranox bfdbfd7 10 files · 54.3 KB Updated

File contents

bitranox/bitranox-skills/tree/main/plugins/bitranox/skills/coding-python-enforce-data-architecture-strict commit bfdbfd79b7

Frequently asked questions

npx skillmds@latest add bitranox/coding-python-enforce-data-architecture-strict