llm-agent-infra-master

Guide LLM agent infrastructure decisions across frameworks, evals, observability, and RAG retrieval.

114|12|Updated May 18, 2026
One-click install
npx skills add https://github.com/swaylq/master-skill --skill llm-agent-infra-master-swaylq
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: llm-agent-infra-master
Source: https://github.com/swaylq/master-skill/tree/main/prototypes/llm-agent-infra-master/output
Command: npx skills add https://github.com/swaylq/master-skill --skill llm-agent-infra-master-swaylq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It provides industry-grade thinking, tool selection guidance, and workflow decision rules for building and operating LLM agent infrastructure, focusing on production reality (eval, observability, and failure modes) instead of demos.

Core Features & Use Cases

  • Agentic Protocol research-first guidance: Structures investigation across framework state, production readiness, eval methodology, tool-stack alignment, and regulatory blast radius before answering.
  • Mental-model driven recommendations: Uses explicit decision heuristics like “frameworks are temporary” and “eval > model architecture” to avoid common LLM agent pitfalls.
  • Workflow walkthroughs via CLI execution: Guides users through production-grade RAG agent setup, adding observability + eval, and auditing/fixing failing agents using trace/eval-centric practices.

Real-world use case: You want to decide whether to adopt a new agent framework and how to ship a RAG-based assistant safely; you start with the required research dimensions, then follow a walkthrough that emphasizes trace pipelines and regression-backed eval sets.

Quick Start

Use the skill by prompting an AI agent with: “I’m working on LLM agent infrastructure for a production RAG assistant—how should I evaluate framework/tool choices, design evals, and add observability before shipping?”

Frequently Asked Questions about llm-agent-infra-master

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

FAQPage Schema
How do I evaluate LLM agent framework choices for a production RAG assistant?▼

Evaluating LLM agent framework choices requires structuring investigation across framework state, production readiness, tool-stack alignment, and regulatory blast radius before making a selection. This approach enforces a research-first protocol using current-state signals and measurable eval indicators to ensure production readiness.

What is the best way to design evals for LLM agents before shipping?▼

The best way to design LLM agent evals is to prioritize evaluation over model architecture by establishing regression-backed eval sets with measurable indicators. This methodology ensures that production agents are validated through trace and eval-centric practices rather than just demo performance.

How does observability help with debugging failing LLM agents in production?▼

Observability helps debug failing LLM agents by implementing trace pipelines that capture detailed execution data. You can audit and fix failing agents using trace and eval-centric practices, allowing you to identify failure modes and assess production reality instead of just surface-level demo behavior.

Does this approach apply to multi-agent orchestration tradeoffs and production readiness assessment?▼

Yes, this approach explicitly applies to multi-agent orchestration tradeoffs and production readiness assessment. It provides decision guidance by enforcing measurable eval indicators, tool alignment constraints, and regulatory exposure assessment to determine if your multi-agent system is production-ready.

When should I not use a new LLM agent framework for my infrastructure?▼

You should not use a new LLM agent framework if it fails your production reality checks across eval methodology, tool-stack alignment, and regulatory blast radius. The guiding heuristic emphasizes that frameworks are temporary, meaning production readiness and eval support matter more than framework novelty.