Awesome-omni-skill python-fastapi-scalable-api-cursorrules-prompt-fil
Apply for python-fastapi-scalable-api-cursorrules-prompt-fil. --- description: Defines conventions specific to FastAPI usage in the backend. globs: backend/src/**/*.py
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/backend/python-fastapi-scalable-api-cursorrules-prompt-fil" ~/.claude/skills/diegosouzapw-awesome-omni-skill-python-fastapi-scalable-api-cursorrules-prompt-f && rm -rf "$T"
manifest:
skills/backend/python-fastapi-scalable-api-cursorrules-prompt-fil/SKILL.mdsource content
python-fastapi-scalable-api-cursorrules-prompt-fil
description: Defines conventions specific to FastAPI usage in the backend. globs: backend/src/**/*.py
- Follow RESTful API design principles.
- Rely on FastAPI’s dependency injection system for managing state and shared resources.
- Use SQLAlchemy 2.0 for ORM features, if applicable.
- Ensure CORS is properly configured for local development.
- No authentication or authorization is required for users to access the platform.