fastapi-python

Expert guidance for building high-performance FastAPI APIs with async best practices and clean Python patterns.

mindrally 196 ↓ 11k Apache-2.0 updated 2mo ago
Claude Code
View source ↗

What it does

  • Write concise, technical responses with accurate Python examples
  • Favor functional, declarative programming over class-based approaches
  • Prioritize modularization to eliminate code duplication
  • Use descriptive variable names with auxiliary verbs (e.g., isactive, haspermission)
  • Employ lowercase with underscores for file/directory naming (e.g., routers/userroutes.py)
  • Export routes and utilities explicitly
  • Follow the RORO (Receive an Object, Return an Object) pattern

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Expert guidance for building high-performance FastAPI APIs with async best practices and clean Python patterns.

Source

Repository: https://github.com/mindrally/skills

fastapi-python FAQ

What does the fastapi-python skill do?

Expert in FastAPI Python development with best practices for APIs and async operations Write concise, technical responses with accurate Python examples Favor functional, declarative programming over class-based approaches

How do I install fastapi-python?

Run: npx -y skills add https://github.com/mindrally/skills --skill fastapi-python --agent claude-code — the source lives at github.com/mindrally/skills.

Maintain fastapi-python?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

fastapi-python on getagentictools
[![fastapi-python on getagentictools](https://getagentictools.com/badge/skills/mindrally-skills-fastapi-python.svg)](https://getagentictools.com/skills/mindrally-skills-fastapi-python?ref=badge)
npx agentictools info skills/mindrally-skills-fastapi-python

The second line is the CLI lookup for this page — handy in READMEs and docs.