fastapi
- 4 skills
- 0 followers
- 8 hours ago last updated
- ▌ Library Skills · fastapi bundleUse Library Skills to discover, install, refresh, repair, check, and manage agent skills from installed packages.
- ▌ Asyncer · fastapiUse Asyncer correctly in Python code that mixes async functions, blocking sync functions, worker threads, or concurrent async tasks. Use when choosing between Asyncer, AnyIO, and asyncio patterns; replacing asyncio.gather, AnyIO task groups, to_thread/from_thread calls, or anyio.run wrappers; using asyncer.create_task_group(), TaskGroup.soonify(), SoonValue, asyncify(), syncify(), or runnify(); or avoiding common Asyncer mistakes.
- ▌ Sqlmodel · fastapiUse when writing or reviewing Python code with SQLModel, especially models, sessions, queries, FastAPI integration, relationships, link models, creates, updates, and deletes.
- ▌ Typer · fastapiTyper best practices and conventions. Use when working with Typer CLIs. Keeps Typer code clean and up to date with the latest features and patterns, updated with new versions. Write new code or refactor and update old code.