with one click
llm-app-basics
Production foundations for LLM-powered applications: prompt architecture, context assembly, structured output enforcement, guardrails, model fallback, cost/latency budgeting, and deterministic runtime behavior patterns. Use when a task creates or modifies prompt templates, model configuration, output schemas, guardrail/moderation layers, token-budget logic, or any code that sends requests to an LLM provider and processes the response in a production path. Trigger phrases: llm app, prompt architecture, structured output, guardrail, model config, llm production, model fallback, token budget. Do NOT use for RAG retrieval/chunking (use rag-patterns), multi-step tool orchestration (use tool-calling-patterns), or evaluation harness design (use evals-design).
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.