What problem does it solve? Writing prompts that LLMs reliably follow is difficult: vague instructions, missing output format specifications, and untested changes lead to inconsistent model behavior. This Skill applies engineering rigor to prompt design so instructions produce predictable, measurable results. ## Core Features & Use Cases - Structured System Prompt Design: Organizes prompts into role, context, instructions, constraints, output format, and examples sections. - Few-Shot and Chain-of-Thought Patterns: Provides guidance for building diverse example sets and eliciting step-by-step reasoning from models. - Prompt Evaluation and Anti-Pattern Detection: Identifies common failures such as vague instructions, kitchen-sink prompts, and prompt injection vulnerabilities, with severity-rated fixes. - Use Case: When building a customer support chatbot, use this Skill to architect a system prompt with explicit constraints, format specifications, and defensive instructions against injection attacks. ## Quick Start Ask the prompt-engineer skill to design a structured system prompt with output format constraints and few-shot examples for your LLM feature.