llm-ops

Enforce prompt engineering, evaluation, and cost governance for production LLM applications.

Updated May 11, 2026
One-click install
npx skills add https://github.com/resultakak/argos --skill llm-ops-resultakak
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: llm-ops
Source: https://github.com/resultakak/argos/tree/main/skills/llm-ops
Command: npx skills add https://github.com/resultakak/argos --skill llm-ops-resultakak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production LLM application discipline — prompt engineering (versioned, structured outputs, Anthropic prompt caching) + eval harness (golden set + LLM-as-judge + CI gate) + cost budget (token + cache hit + PR-time delta) + RAG architecture (chunking + embedding + vector DB + reranker + RAGAS eval) + provider abstraction. A model-agnostic core with Anthropic SDK integrated.

Core Features & Use Cases

  • Versioned prompts and structured outputs to ensure consistent LLM behavior across deployments.
  • Eval harness with golden set and cross-model judging, CI gating, and cost-aware feedback loops.
  • RAG architecture guidance (chunking, embedding, vector DB, reranker, and RAGAS evaluation) with multi-provider workflows.

Quick Start

Set up an end-to-end LLM workflow with prompt templates, golden-set evaluation, token-budget checks, and RAG-enabled retrieval.

Frequently Asked Questions about llm-ops

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

FAQPage Schema
How do I enforce prompt engineering discipline and structured outputs in production LLM applications?▼

Enforce prompt engineering discipline by using versioned prompt templates and structured outputs to ensure consistent LLM behavior across deployments. This standardizes prompt design and maintains behavior consistency during multi-model deployments.

What is the best way to evaluate LLM applications with a golden set and CI gating?▼

The best way to evaluate LLM applications is integrating an eval harness with golden sets and LLM-as-judge cross-model evaluation. Adding CI gating ensures deployments pass evaluation checks before release, providing cost-aware feedback loops.

How do I implement RAG architecture with chunking, vector DB, and RAGAS evaluation?▼

Implement RAG architecture by configuring data chunking, embedding generation, vector DB storage, and reranker steps. You evaluate retrieval quality using RAGAS evaluation integrated within multi-provider workflows to ensure accurate data flow.

Can I use provider abstraction to support multi-model deployments with Anthropic prompt caching?▼

Yes, you can use provider abstraction to support multi-model deployments. A model-agnostic core integrates the Anthropic SDK and Anthropic prompt caching, allowing you to manage token budgeting and cache hit deltas across different providers.

How do I monitor token budgeting and cost governance for LLM ops?▼

Monitor token budgeting and cost governance by tracking token usage, cache hit rates, and PR-time cost deltas. This enforces cost-aware feedback loops and ensures LLM operations remain within defined budget limits during prompt iterations.