.qwen/skills/todo-cors-setup/SKILL.md
Allow frontend origins
npx skillsauth add abdulahadnauman20/hackathon-2-phase-2- FastAPI CORS SetupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Add to FastAPI app: from fastapi.middleware.cors import CORSMiddleware
app.add_middleware( CORSMiddleware, allow_origins=["http://localhost:3000"], allow_credentials=True, allow_methods=[""], allow_headers=[""], )
development
Zod + react-hook-form for task forms
development
Security check, ownership, edge cases, test suggestions
development
FastAPI + SQLModel CRUD routes for tasks with strict user ownership
tools
Spinners, skeletons, empty messages