This skill guides you through integrating AI and LLM capabilities into applications, from basic chat interfaces to complex RAG pipelines and function calling. It leverages GoodVibes precision tools and project analysis for production-ready AI implementations.
Choose the appropriate AI provider and SDK based on requirements.
| Best model quality | OpenAI GPT-4 or Anthropic Claude Opus | | Fastest responses | OpenAI GPT-4o or Anthropic Claude Haiku | | Cost-effective | Anthropic Claude Haiku or GPT-4o-mini | | Local/privacy | Ollama with Llama 3 or Mistral | | Function calling | OpenAI (best support) or Anthropic | | Long context | Anthropic Claude (200K tokens) |
Load PROACTIVELY when task involves AI, LLM, or machine learning features. Use when user says "add AI chat", "implement streaming responses", "build a RAG pipeline", "add embeddings", or "integrate OpenAI". Covers chat interfaces, streaming with Vercel AI SDK, retrieval-augmented generation, vector search, embeddings pipelines, tool/function calling, and provider abstraction for OpenAI, Anthropic, and local models. Source: mgd34msu/goodvibes-plugin.