fastapi-helper
Installation
SKILL.md
FastAPI Helper
Build modern, high-performance Python APIs with FastAPI.
Quick Start
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
async def root():
return {"message": "Hello World"}
Run: uvicorn main:app --reload
Core Concepts
Related skills
More from alijilani-dev/claude
github-assistant
Interactive troubleshooting assistant for the top 5 GitHub problems faced by new users. Diagnoses authentication failures, Git vs GitHub confusion, local-remote sync issues, merge conflicts, and accidental sensitive data commits. Provides step-by-step solutions with command execution. Use when users mention GitHub errors, password issues, sync problems, merge conflicts, or accidentally committing secrets.
11sqlmodel-orm-dbhelper
|
5fastapi_pytest_tddhelper
|
5docker-rocker
|
4pytest-python
|
3subagent-teams
|
2