·ai-integration
</>

ai-integration

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.

44Installs·1Trend·@mgd34msu

Installation

$npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill ai-integration

How to Install ai-integration

Quickly install ai-integration AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill ai-integration
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mgd34msu/goodvibes-plugin.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill ai-integration
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from mgd34msu/goodvibes-plugin

Quick answers

What is ai-integration?

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.

How do I install ai-integration?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill ai-integration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/mgd34msu/goodvibes-plugin