llm-architect

Design and implement production LLM systems with fine-tuning and RAG architectures.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Muath2000/TradeStation --skill llm-architect-muath2000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-architect
Source: https://github.com/Muath2000/TradeStation/tree/main/.claude/skills/llm-architect
Command: npx skills add https://github.com/Muath2000/TradeStation --skill llm-architect-muath2000

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the complexities of designing, implementing, and managing large language model (LLM) systems for production environments, ensuring performance, cost-efficiency, and safety.

Core Features & Use Cases

  • Architecture Design: Develop robust LLM system blueprints.
  • Fine-tuning & RAG: Implement advanced techniques like fine-tuning and Retrieval Augmented Generation.
  • Inference Optimization: Optimize serving infrastructure for low latency and high throughput.
  • Multi-model Deployments: Manage complex deployments involving multiple LLMs.
  • Use Case: A company needs to build a production-ready chatbot that leverages a fine-tuned LLM with a RAG system for domain-specific knowledge, requiring optimization for real-time responses and cost control.

Quick Start

Use the llm-architect skill to design a production-ready LLM system for a customer support chatbot.

Frequently Asked Questions about llm-architect

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

FAQPage Schema
How do I design a production-ready LLM system for a customer support chatbot?

Design a production-ready LLM system by developing a robust architecture blueprint that integrates fine-tuning, RAG, and inference serving for real-time responses and cost control.

What is the best way to optimize LLM inference for low latency and high throughput?

The best way to optimize LLM inference for low latency and high throughput is by configuring the serving infrastructure to address performance bottlenecks and ensure efficient multi-model deployments.

How does Retrieval Augmented Generation work with fine-tuned models in production?

Retrieval Augmented Generation works with fine-tuned models in production by combining domain-specific knowledge retrieval with customized model outputs to meet safety and performance requirements.

Can I manage multi-model deployments for complex LLM applications?

Yes, you can manage multi-model deployments to handle complex LLM applications by designing system architectures that coordinate multiple models while addressing performance, cost-efficiency, and safety.

What are the limitations of deploying LLM systems without RAG architectures?

Deploying LLM systems without RAG architectures limits the ability to leverage domain-specific knowledge, potentially compromising cost-efficiency, safety, and the accuracy required for production environments.

Do I need specific safety mechanisms for LLM inference serving?

Yes, you need specific safety mechanisms for LLM inference serving to manage production requirements, mitigate risks, and ensure the deployed multi-model systems operate safely and efficiently.