python-web-api-standards
Installation
SKILL.md
Python Project Standards
When to Use This Skill
In any Python APIs development with Litestar and Vertical Slice Architecture, these are fundamental rules that should always be applied. ❌ Do NOT apply to:
- One-off data migration scripts
- Admin/maintenance CLI tools
- Data Science / ML Pipelines
- Libraries / Packages
- Background Jobs / Workers
✅ DO apply to:
- New LiteStar endpoints
- Refactoring existing LiteStar features
- Creating new feature slices