agentsclimarketplace

Llm app patterns

Skill karim-bhalwani/agent-skills-collection/skills/llm-app-patterns

Production LLM application patterns, architectures, and best practices. Covers RAG pipelines, agent architectures, prompt engineering, LLMOps, and production deployment patterns.From its SKILL.md

Install
npx -y skills add karim-bhalwani/agent-skills-collection --skill llm-app-patterns

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.5 KB, 704 tokens by cl100k_base, as published. Nobody here has run it

LLM Application Patterns

Expert in production LLM application patterns and architectures.

When to Use This Skill

Use when:

  • Building production RAG (Retrieval-Augmented Generation) pipelines
  • Implementing AI agents with tool use and multi-step reasoning
  • Designing prompt engineering strategies and template systems
  • Setting up LLMOps: monitoring, logging, tracing, and evaluation
  • Deploying LLM applications with caching, rate limiting, and fallbacks
  • Choosing between different agent architectures (ReAct, function calling, plan-execute, multi-agent)
  • Optimizing retrieval: chunking strategies, vector databases, hybrid search
  • Building production-ready systems: cost optimization, reliability, observability

Core Capabilities

This skill provides production-proven patterns for:

  1. RAG Pipelines - Document ingestion, chunking, embedding, retrieval, generation
  2. Agent Architectures - ReAct, function calling, plan-execute, multi-agent collaboration
  3. Prompt Engineering - Templates, versioning, A/B testing, chaining
  4. LLMOps & Monitoring - Metrics, logging, tracing, evaluation frameworks
  5. Production Patterns - Caching, rate limiting, retry logic, fallbacks

Pattern References

For detailed implementation guidance, see:

RAG Pipelines

Use when: Building search-augmented LLM applications

Covers:

  • Document ingestion and preprocessing
  • Chunking strategies (fixed, semantic, sliding window)
  • Vector database selection and configuration
  • Retrieval patterns (dense, sparse, hybrid, multi-vector)
  • Generation with retrieved context

Agent Architectures

Use when: Building agents that use tools or multi-step reasoning

Covers:

  • ReAct pattern (Reasoning + Acting)
  • Function calling for structured tool use
  • Plan-and-execute for complex tasks
  • Multi-agent collaboration patterns
  • Architecture decision matrix

Prompt Engineering

Use when: Creating reusable prompt systems

Covers:

  • Prompt templates with variables
  • Versioning and A/B testing
  • Prompt chaining for multi-step workflows
  • Few-shot learning patterns
  • Best practices for prompt structure

LLMOps & Observability

Use when: Setting up monitoring and evaluation

Covers:

  • Key metrics to track (performance, quality, cost, reliability)
  • Logging and distributed tracing
  • Evaluation frameworks and benchmarking
  • Caching strategies for cost reduction
  • Rate limiting and retry patterns
  • Fallback strategies for reliability

Quick Decision Guide

GoalReference
Answer questions from your docsRAG Pipelines
Build tool-using agentAgent Architectures
Create reusable promptsPrompt Engineering
Monitor production systemLLMOps & Observability

Dependencies

  • architect - For overall system design and architecture decisions
  • data-modeler - For data schema design in RAG pipelines
  • ops-manager - For production deployment and operations

What ships with it: 5 files

21.3 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.