# Python 312 Fastapi Best Practices Cursorrules Prom

> Apply for python-312-fastapi-best-practices-cursorrules-prom. --- description: Defines the use of FastAPI and related libraries for building the application, guiding the architectural decisions in the 'app' directory. globs: **/app/**/*.*

- Skill: `tryboy869/python-312-fastapi-best-practices-cursorrules-prom` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add tryboy869/python-312-fastapi-best-practices-cursorrules-prom`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tryboy869/python-312-fastapi-best-practices-cursorrules-prom/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Tryboy869 (https://skillmd.com/u/tryboy869)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/tryboy869/python-312-fastapi-best-practices-cursorrules-prom

---


# python-312-fastapi-best-practices-cursorrules-prom

---
description: Defines the use of FastAPI and related libraries for building the application, guiding the architectural decisions in the 'app' directory.
globs: **/app/**/*.*
---
- Always use python 3.12
- Use FastAPI for building APIs.
- Frameworks:
  - pydantic
  - fastapi
  - sqlalchemy
- You use fastapi-users for user management
- You use fastapi-jwt-auth for authentication
- You use fastapi-mail for email sending
- You use fastapi-cache for caching
- You use fastapi-limiter for rate limiting
- You use fastapi-pagination for pagination

