using-llm-specialist

Route LLM tasks to specialized skills via a decision tree.

14|3|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/tachyon-beep/skillpacks --skill using-llm-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-llm-specialist
Source: https://github.com/tachyon-beep/skillpacks/tree/main/plugins/yzmir-llm-specialist/skills/using-llm-specialist
Command: npx skills add https://github.com/tachyon-beep/skillpacks --skill using-llm-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill routes you to the appropriate LLM-specialist sub-skill based on your LLM task — from prompt engineering to fine-tuning, RAG, evaluation, and safety.

Core Features & Use Cases

  • Route to Prompt Engineering, LLM Fine-Tuning, RAG, Evaluation, Context Management, Inference Optimization, and Safety & Alignment
  • Decision-driven routing to the most relevant specialist based on task description
  • Consolidated access to reference sheets in the same directory for quick lookup

Quick Start

Describe your LLM task (e.g., "Improve a prompt" or "Fine-tune with LoRA"), and the router will direct you to the correct sub-skill (e.g., prompt-engineering-patterns.md or llm-finetuning-strategies.md).

Frequently Asked Questions about using-llm-specialist

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

FAQPage Schema
How do I route LLM tasks to the right specialist skill?

LLM task routing directs you to specialized skills based on your specific need—prompt engineering, fine-tuning, RAG, evaluation, context management, inference optimization, or safety. Describe your LLM task and the router's decision tree identifies the most relevant sub-skill and reference sheets.

What's the difference between prompt engineering and fine-tuning for LLMs?

Prompt engineering optimizes task performance by crafting input text, while fine-tuning adapts model weights using full training, LoRA, or QLoRA methods. Prompt engineering is faster and requires no data; fine-tuning requires labeled data but produces deeper model customization.

How do I implement RAG for LLM-based retrieval and generation?

RAG system design integrates retrieval mechanisms with LLM generation to fetch relevant context and produce grounded responses. This skill routes you to RAG-specific guidance covering architecture, data handling, and integration patterns.

What safety and alignment considerations apply when deploying LLMs?

Safety and alignment tasks address model behavior guardrails, harmful output prevention, and value alignment during deployment. This router directs you to safety-focused strategies and evaluation methods for your specific risk profile.

How do I evaluate LLM performance beyond standard metrics?

LLM evaluation encompasses accuracy, relevance, coherence, and safety assessments tailored to your task. This skill routes you to evaluation frameworks and methods that match your deployment context and performance requirements.

Can I optimize LLM inference for latency and cost constraints?

Inference optimization reduces computational overhead through quantization, caching, batching, and context management techniques. The router directs you to optimization strategies suited to your hardware, model size, and latency requirements.