Back to Agents

LLM Application Development Plugin for Claude Code

plugins/llm-application-dev/README.md

latest3.8 KB
Original Source

LLM Application Development Plugin for Claude Code

Build production-ready LLM applications, advanced RAG systems, and intelligent agents with modern AI patterns.

Version 2.0.0 Highlights

  • LangGraph Integration: Updated from deprecated LangChain patterns to LangGraph StateGraph workflows
  • Modern Model Support: Claude Opus 4.6/Sonnet 4.6/Haiku 4.5 and GPT-5.2/GPT-5-mini
  • Voyage AI Embeddings: Recommended embedding models for Claude applications
  • Structured Outputs: Pydantic-based structured output patterns

Features

Core Capabilities

  • RAG Systems: Production retrieval-augmented generation with hybrid search
  • Vector Search: Pinecone, Qdrant, Weaviate, Milvus, pgvector optimization
  • Agent Architectures: LangGraph-based agents with memory and tool use
  • Prompt Engineering: Advanced prompting techniques with model-specific optimization

Key Technologies

  • LangChain 1.x / LangGraph for agent workflows
  • Voyage AI, OpenAI, and open-source embedding models
  • HNSW, IVF, and Product Quantization index strategies
  • Async patterns with checkpointers for durable execution

Agents

AgentDescription
ai-engineerProduction-grade LLM applications, RAG systems, and agent architectures
prompt-engineerAdvanced prompting techniques, constitutional AI, and model optimization
vector-database-engineerVector search implementation, embedding strategies, and semantic retrieval

Skills

SkillDescription
langchain-architectureLangGraph StateGraph patterns, memory, and tool integration
rag-implementationRAG systems with hybrid search and reranking
llm-evaluationEvaluation frameworks for LLM applications
prompt-engineering-patternsChain-of-thought, few-shot, and structured outputs
embedding-strategiesEmbedding model selection and optimization
similarity-search-patternsVector similarity search implementation
vector-index-tuningHNSW, IVF, and quantization optimization
hybrid-search-implementationVector + keyword search fusion

Commands

CommandDescription
/llm-application-dev:langchain-agentCreate LangGraph-based agent
/llm-application-dev:ai-assistantBuild AI assistant application
/llm-application-dev:prompt-optimizeOptimize prompts for production

Installation

bash
/plugin install llm-application-dev

Requirements

  • LangChain >= 1.2.0
  • LangGraph >= 0.3.0
  • Python 3.11+

Changelog

2.0.0 (January 2026)

  • Breaking: Migrated from LangChain 0.x to LangChain 1.x/LangGraph
  • Breaking: Updated model references to Claude 4.6 and GPT-5.2
  • Added Voyage AI as primary embedding recommendation for Claude apps
  • Added LangGraph StateGraph patterns replacing deprecated initialize_agent()
  • Added structured outputs with Pydantic
  • Added async patterns with checkpointers
  • Fixed security issue: replaced unsafe code execution with AST-based safe math evaluation
  • Updated hybrid search with modern Pinecone client API

1.2.2

  • Minor bug fixes and documentation updates

License

MIT License - See the plugin configuration for details.