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
Guida per i modelli di implementazione di Vercel AI SDK v5 tra cui generateText, streamText, useChat hook, chiamata di strumenti, incorporamenti e integrazione MCP. Da utilizzare durante l'implementazione di interfacce di chat AI, risposte in streaming, chiamate di strumenti/funzioni, incorporamenti di testo o quando si lavora con convertToModelMessages e toUIMessageStreamResponse. Si attiva per l'integrazione dell'SDK AI, l'utilizzo dell'hook Chat, lo streaming di messaggi o le attività di chiamata di strumenti. Fonte: wsimmonds/claude-nextjs-skills.