What problem does it solve? Writing effective LLM prompts is often trial-and-error, producing inconsistent outputs, wasted tokens, and unreliable agent behavior. This Skill provides structured prompt engineering patterns and optimization techniques to make prompts accurate, consistent, and controllable. ## Core Features & Use Cases - Few-Shot Learning & Chain-of-Thought: Teach models with input-output examples and step-by-step reasoning to improve accuracy on complex analytical tasks. - Prompt Optimization & Templates: Systematically iterate on prompts with A/B testing, and build reusable template systems with variables and conditional sections. - System Prompt Design: Define persistent roles, output formats, and safety constraints that hold across multi-turn conversations. - Use Case: Imagine your support-ticket classification agent returns inconsistent JSON. Use this Skill to restructure the prompt with few-shot examples, add an instruction hierarchy, and test edge cases until outputs are stable. ## Quick Start Use the prompt-engineering skill to rewrite my customer support classification prompt with few-shot examples and step-by-step reasoning.