What problem does it solve? Training data has knowledge cutoffs, so AI-generated code often uses deprecated or changed APIs from libraries like Next.js 16, React 19, Tailwind 4, Supabase, and Zod 4, causing build warnings or production breakage. ## Core Features & Use Cases - Pre-implementation verification: Resolves the library via Context7 and fetches current docs before writing any code that imports an external dependency. - Breaking-change awareness: Covers known breaking changes such as Next.js middleware-to-proxy migration, Tailwind 4 CSS-first config, and Zod 4 deprecations. - Workflow integration: Records API changes in docs/CONTEXT.md, creates ADRs for non-trivial decisions, and pins package versions. - Use Case: Before writing a Next.js 16 route handler or Supabase server client, the Skill fetches the latest docs so the generated code matches the current API signatures. ## Quick Start Before implementing any feature that imports Next.js, React, Tailwind, Supabase, Resend, Twilio, Documenso, or Zod, ask the assistant to verify the current API via Context7 first.