Skip to content

Releases: dkmqflx/fastapi-best-practices-plugin

Release list

v0.1.0

Choose a tag to compare

Initial release: 3 FastAPI best-practice skills (41 rules total), grounded in the official FastAPI docs. Security and testing are split into their own skills since they tend to live in dedicated files (auth modules, test suites) rather than alongside routing/model code.

  • fastapi-best-practices — core guide, 33 rules across 11 categories
  • fastapi-security — OAuth2 Bearer, get_current_user, router auth, password hashing, token endpoint (5 rules)
  • fastapi-testing — TestClient, dependency_overrides, async httpx client (3 rules)

Install

/plugin marketplace add dkmqflx/fastapi-best-practices-plugin
/plugin install fastapi-best-practices@fastapi-best-practices-plugin

Or for Codex, Gemini CLI, Cursor, and other Agent Skills-compatible tools:

npx skills add dkmqflx/fastapi-best-practices-plugin --skill '*' --yes