Live project tracking document for CodeGym. Architecture decisions, implementation progress, technical retrospective. This is the "how" document — updated as we build. Consult this skill when implementing features, making tech decisions, or reviewing what's…
kvn8888/HackathonVercelGemini
SkillsMP has collected 8 skills from kvn8888/HackathonVercelGemini. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 8
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 8 of 8 collected skills.
Reference for Vercel AI SDK v6 with Google Gemini provider. Covers streamText, generateText, structured output with Zod, useChat hook, and API route patterns for Next.js App Router. Consult when implementing AI features, debugging streaming, or working with…
Product concept and vision for CodeGym — an AI-powered coding practice platform that goes beyond DSA. Use this skill when making product decisions, evaluating feature scope, or ensuring work aligns with the core vision. This is the "why" and "what" document.
Reference for Vercel Sandbox SDK — ephemeral compute for executing untrusted code. Covers sandbox creation, file writing, command execution, and output retrieval. Consult when implementing the code execution engine.
Reference for BetterAuth with Next.js App Router. Covers server instance setup, client hooks, social sign-on, and database adapter configuration. Consult when implementing auth flows, debugging login/signup, or configuring session management.
Reference for ElevenLabs Text-to-Speech JavaScript SDK. Covers streaming TTS, voice selection, and Next.js API route integration. Consult when implementing problem narration or voice features.
Reference for Sentry Next.js integration (@sentry/nextjs). Covers setup, configuration, and error tracking. Consult when setting up monitoring or debugging Sentry configuration issues.
Reference for Supabase JavaScript client with Next.js App Router. Covers client setup for server/client components, database operations, and realtime subscriptions. Consult when working with the database layer, writing queries, or debugging Supabase…