Skip to content

v0.1.0

Latest

Choose a tag to compare

@dkmqflx dkmqflx released this 03 Jul 06:23
· 1 commit to main since this release

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