.qwen/skills/todo-env-config/SKILL.md
.env handling for both frontend & backend
npx skillsauth add abdulahadnauman20/hackathon-2-phase-2- Todo Environment Variables 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.
Frontend (.env.local): NEXT_PUBLIC_API_URL=http://localhost:8000
Backend (.env): DATABASE_URL=postgresql://... BETTER_AUTH_SECRET=your-very-long-secret-here
Remind: Never commit .env files Use same BETTER_AUTH_SECRET in both
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