ai-engineer

Design production-grade LLM applications and RAG systems with vector stores.

13|2|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/kriscard/kriscard-claude-plugins --skill ai-engineer-kriscard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-engineer
Source: https://github.com/kriscard/kriscard-claude-plugins/tree/main/plugins/ai-development/skills/ai-engineer
Command: npx skills add https://github.com/kriscard/kriscard-claude-plugins --skill ai-engineer-kriscard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the design and implementation of production-grade LLM applications and retrieval-augmented generation (RAG) systems, reducing time-to-value and operational risk.

Core Features & Use Cases

  • LLM Integrations: Connects to OpenAI, Claude, and local models, with scalable hosting and model selection guidance.
  • RAG Pipelines: Provides patterns for chunking, embeddings, vector stores, and retrieval optimization.
  • Agent Orchestration: Describes multi-agent workflows, memory management, tool usage, and robust error handling.
  • Use Case: Deploy a customer-support assistant that uses a vector store and tool integration to answer questions with live context.

Quick Start

Provide a production-ready AI agent architecture plan for a given domain, including LLM integration and vector search.

Frequently Asked Questions about ai-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a production-grade LLM application with RAG?

Building a production-grade LLM application with RAG requires robust patterns for chunking, embeddings, vector stores, and retrieval optimization. This approach automates system design to reduce time-to-value and operational risk while ensuring reliable context retrieval.

What is the best way to orchestrate multi-agent workflows with LLMs?

Orchestrating multi-agent workflows requires structured patterns for memory management, tool usage, and robust error handling. This ensures reliable coordination across cloud and on-prem environments for complex LLM tasks.

Can I integrate local models and Claude into the same RAG system?

Yes, you can integrate local models and Claude into the same RAG system. The architecture supports connecting OpenAI, Claude, and local models, providing scalable hosting and model selection guidance across cloud and on-prem environments.

How do vector stores and embeddings work in retrieval-augmented generation?

In retrieval-augmented generation, embeddings convert text chunks into numerical vectors stored in a vector store. The system then retrieves relevant vectors based on query similarity, optimizing the context provided to the LLM for accurate responses.

What guardrails and monitoring do I need for production LLM apps?

Production LLM apps require guardrails and monitoring to ensure reliability and manage operational risk. Essential components include robust error handling, memory management, and tool use patterns that maintain stable performance across cloud and on-prem deployments.

Does this approach support deploying a customer support assistant with live context?

Yes, this approach supports deploying a customer support assistant with live context. It uses a vector store and tool integration to answer user questions accurately, leveraging robust retrieval and multi-agent orchestration for reliable performance.