NEVER accept "Module not found" errors as environment issues YOU must install the required packages with the CORRECT package manager
NEVER stop at "build fails but code is correct" NEVER blame "environment" or "framework bugs" without debugging KEEP ITERATING until the build PASSES If you encounter a framework error, research it, try workarounds, debug it DO NOT give up until you have a passing build
NEVER accept test failures without debugging NEVER dismiss failures as "test framework bugs" without investigation Each test failure is telling you something - LISTEN to it KEEP DEBUGGING until all tests pass Test failures are NOT acceptable - they mean your implementation is incomplete
Руководство по шаблонам реализации Vercel AI SDK v5, включаяgenerateText,streamText, перехватчик useChat, вызов инструментов, внедрения и интеграцию MCP. Используйте при реализации интерфейсов чата AI, потоковой передачи ответов, вызове инструментов/функций, встраивании текста или работе с ConvertToModelMessages и toUIMessageStreamResponse. Активируется для интеграции AI SDK, использования перехватчика useChat, потоковой передачи сообщений или задач вызова инструментов. Источник: wsimmonds/claude-nextjs-skills.