llm-app-patterns

Provide architectural blueprints for building, scaling, and monitoring LLM-based systems.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/giosuetedeschi-spec/bobu-website --skill llm-app-patterns-giosuetedeschi-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-app-patterns
Source: https://github.com/giosuetedeschi-spec/bobu-website/tree/main/.claude/skills/llm-app-patterns
Command: npx skills add https://github.com/giosuetedeschi-spec/bobu-website --skill llm-app-patterns-giosuetedeschi-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the complexity of building, scaling, and monitoring LLM-powered applications by providing standardized architectural patterns and best practices.

Core Features & Use Cases

  • RAG Pipeline Design: Implement robust retrieval-augmented generation with advanced chunking, hybrid search, and contextual compression.
  • Agentic Workflows: Build sophisticated AI agents using ReAct, function calling, and multi-agent collaboration patterns.
  • LLMOps & Evaluation: Establish observability, prompt versioning, and automated evaluation frameworks to ensure production reliability.

Quick Start

Use the llm-app-patterns skill to generate a RAG pipeline architecture diagram and implementation strategy for a document search application.

Frequently Asked Questions about llm-app-patterns

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

FAQPage Schema
How do I architect a production-grade RAG pipeline for document search?

Architect a production-grade RAG pipeline using standardized patterns for advanced chunking, hybrid search, and contextual compression to ensure accurate retrieval and generation. These blueprints provide the structural foundation for robust document search applications.

What are the best architectural patterns for building multi-agent workflows?

The best architectural patterns for multi-agent workflows involve sophisticated orchestration using ReAct, function calling, and multi-agent collaboration. These agentic patterns enable AI systems to autonomously plan, execute tools, and coordinate complex tasks.

How does LLMOps evaluation ensure production reliability for LLM applications?

LLMOps evaluation ensures production reliability by establishing observability, prompt versioning, and automated evaluation frameworks. This monitors LLM application quality, tracks performance drift, and validates outputs against expected baselines.

Can I scale LLM-based software systems while maintaining cost-efficient model usage?

You can scale LLM-based software systems with cost-efficient model usage by applying architectural blueprints designed for high-performance AI development. These patterns optimize resource allocation and model routing across the full application lifecycle.

When do I need contextual compression in my retrieval-augmented generation pipeline?

You need contextual compression in your retrieval-augmented generation pipeline when retrieved documents contain excessive noise or irrelevant information. This technique filters and condenses context, improving generation accuracy and reducing token costs.