Automatisierungswerkzeuge
Quantoryn Code Generation — Conventions Enforcer
Auto-invoke this skill whenever the user asks to create, add, or scaffold any of the following artifacts in the MendietaTrailPlatform / Quantoryn codebase: a Django model, a DRF serializer, a DRF ViewSet or APIView, a service function (core/services_*.py), a Celery task, a database migration, a pytest test file or test class, a React component, a frontend API service function, or any new module in core/ or integrations/. Also invoke when the user asks to "refactor" existing code to match project conventions, or when generated code needs to be validated against the architecture rules before being written to disk. This skill standardizes all code generation to enforce Quantoryn's non-negotiable laws: multi-tenancy (fail-closed), Plan≠Real invariant, provider boundary isolation, idempotency, structured logging, and CI stability.