tortoise-dev
Installation
SKILL.md
Tortoise ORM Enterprise Patterns
Opinionated, production-grade development patterns for Tortoise ORM
(async Python ORM). Apply these to every Tortoise codebase unless the project's own CLAUDE.md
overrides them.
Rule Priority (read first, every time)
When advice conflicts, resolve in this order:
- User's project rules (this repo's
CLAUDE.md, explicit instructions in the conversation) — highest priority - Official Tortoise ORM docs (https://tortoise.github.io/)
- Context7-sourced patterns (
/tortoise/tortoise-orm) - Other internet consensus (projectrules.ai, blog posts)
If the user states a rule (e.g. "use UUID primary keys"), it wins over everything below.