Expert instruction design focuses on crafting system prompts that define how an AI agent behaves, what it can and cannot do, and how it responds across interactions. Unlike general prompt engineering (which optimizes individual queries), this skill covers the persistent behavioral layer that shapes an agent's identity, capabilities, and constraints.
When to use: Writing system prompts for AI products, defining agent personas for customer-facing tools, specifying behavioral guardrails, crafting tool-use guidance, or designing multi-step agent workflows.
When NOT to use: One-off prompt optimization (use the prompt skill), fine-tuning or training-time configuration, infrastructure-level safety (use model provider safety features), or tasks that do not involve LLM agent behavior.
System-Prompt-Design und Erstellung von Anweisungen für KI-Agenten. Behandelt Persona-Definition, Einschränkungsspezifikation, Ausgabeformatierung, Anweisungen zur Werkzeugverwendung, Multiturn-Verhalten und Leitplankendesign. Verwenden Sie diese Funktion, wenn Sie Systemaufforderungen für KI-Produkte schreiben, Agentenpersönlichkeiten entwerfen, Verhaltenseinschränkungen festlegen, Anweisungen zur Werkzeugnutzung erstellen oder mehrstufige Agentenworkflows erstellen. Quelle: oakoss/agent-skills.