Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
40
- **Habicht** is a Next.js 14/React/TypeScript platform for Swiss volleyball scouting, with player/recruiter roles, club integration, and video uploads.
Sign in to like and favorite skills
app/ (Next.js routes/pages), components/ (UI, player, shared), lib/ (helpers, Prisma), prisma/ (schema, migrations), scripts/ (data import/export), data/ (static JSON), contexts/ (React contexts).app/players/[id]/page.tsx).app/api/ (e.g., app/api/players/, app/api/videos/).prisma/schema.prisma).app/api/auth/ and types/next-auth.d.ts.lib/clubsDatabase.ts, lib/clubMatcher.ts, and related files.npm installnpm run dev (Next.js)npm run buildnpm run db:push (Prisma)npm run db:studionpx ts-node scripts/<script>.ts (see scripts/README.md for scraping/importing player data)VERCEL_SETUP.md)types/ as needed.contexts/.lib/ for helpers.lib/ and data/.lib/generateCV.ts and lib/generateRecruiterCV.ts..env and use helpers in lib/..env and lib/ for usage.lib/clubMatcher.ts and lib/clubsDatabase.ts for linking logic.app/players/[id]/page.tsx, app/hybrids/[id]/page.tsxcomponents/shared/BackgroundPickerModal.tsxscripts/import-volleybox-data.ts and scripts/README.mdcomponents/player/VideoUpload.tsxREADME.md and scripts/README.md for workflows and data flows.prisma/schema.prisma and run npm run db:push.lib/ and data/ for helpers and static data.For questions, see
README.md or open a GitHub issue.