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.
Проектирование системных подсказок и создание инструкций для агентов ИИ. Охватывает определение персонажа, спецификацию ограничений, форматирование вывода, инструкции по использованию инструментов, многооборотное поведение и проектирование ограждений. Используйте при написании системных подсказок для продуктов искусственного интеллекта, разработке персонажей агентов, указании поведенческих ограничений, разработке инструкций по использованию инструментов или построении многоэтапных рабочих процессов агентов. Источник: oakoss/agent-skills.