botdocs install @botdocs/python-service-designA specification for Python backend services covering API design, project structure, testing, and documentation standards.
Drops the skill into Claude, Cursor, Codex, or ChatGPT — auto-detects what you have installed.
A specification for building Python backend services with FastAPI.
service/
├── src/
│ └── service_name/
│ ├── __init__.py
│ ├── main.py # FastAPI app factory
│ ├── config.py # Settings via pydantic-settings
│ ├── models/ # SQLAlchemy / Pydantic models
│
You're viewing a preview — sign in to see the rest of this skill and copy or install it.