atris-backend
Installation
SKILL.md
atris-backend
Part of the Atris policy system. Prevents ai-generated backend from being over-engineered.
Atris Integration
This skill uses the Atris workflow:
- Check
atris/MAP.mdfor existing patterns before building - Reference
atris/policies/atris-backend.mdfor full guidance - After building, run
atris reviewto validate against this policy
Quick Reference
Naming: avoid data, result, handler, manager, service, utils. names reveal intent.
Abstractions: three concrete examples before you abstract. copy-paste until patterns emerge.
Errors: let errors bubble. include context: what were you doing? what input caused this?