What problem does it solve? LLM outputs are often unreliable, inconsistent, or fail to produce structured data, forcing developers into trial-and-error prompt iteration. This Skill provides systematic, research-backed prompting patterns that improve accuracy, reduce hallucination, and lower token costs across OpenAI, Anthropic, Google, and open-source models. ## Core Features & Use Cases - Proven Prompting Patterns: Apply zero-shot, few-shot, chain-of-thought, structured output (JSON mode/tool calling), system prompts, and prompt chaining with a decision framework for choosing the right technique. - Multi-Provider Portability: Adapt prompts across OpenAI GPT, Anthropic Claude, Google Gemini, and Meta Llama with provider-specific guidance and Python/TypeScript examples. - Production Tooling: Use scripts for prompt validation, injection detection, token counting, cost estimation, and A/B testing of prompt variants. - Use Case: When building a RAG question-answering system whose JSON parsing keeps failing, apply the structured output patterns with Pydantic/Zod validation and the RAG reference guide to get reliable, cited answers. ## Quick Start Ask the AI to design a chain-of-thought prompt with structured JSON output for your specific task, following the technique decision framework in this Skill.